HSL(41, 85%, 67%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,85%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 85%, 67%) | color: hsl(41, 85%, 67%) | |
| HEX | #F2C563 | color: #F2C563 | |
| RGB | rgb(242, 197, 99) | color: rgb(242, 197, 99) | |
| CMYK | cmyk(0%, 19%, 59%, 5%) | — | |
| HSV | hsv(41, 59%, 95%) | — | |
| HWB | hwb(41 39% 5%) | color: hwb(41 39% 5%) | |
| OKLCH | oklch(0.844 0.1268 84.75) | color: oklch(0.844 0.1268 84.75) | |
| Lab | lab(81.68 5.09 54.3) | color: lab(81.68 5.09 54.3) | |
| LCH | lch(81.68 54.54 84.64) | color: lch(81.68 54.54 84.64) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#DFDE7B — rgb(223, 222, 123)
Deuteranopia (Green-blind)
#E1E580 — rgb(225, 229, 128)
Tritanopia (Blue-blind)
#F08D92 — rgb(240, 141, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 85%, 67%);
text
color: hsl(41, 85%, 67%);
border
border: 2px solid hsl(41, 85%, 67%);
gradient light
background: linear-gradient(to right, hsl(41, 85%, 87%), hsl(41, 85%, 67%));
gradient dark
background: linear-gradient(to right, hsl(41, 85%, 67%), hsl(41, 85%, 47%))
hex
background-color: #F2C563;
tailwind
bg-[hsl(41,85%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 85%, 67%, 0.4);
css variable
--color-primary: hsl(41, 85%, 67%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 85%, 67%)?
HEX: #F2C563 | RGB: rgb(242, 197, 99) | CMYK: 0%, 19%, 59%, 5% | HSV: 41°, 59%, 95%. Copy any format from the conversion table above.
What colors go well with #F2C563?
The complementary color is HSL(221, 85%, 67%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(41, 85%, 67%) in CSS?
As HSL: color: hsl(41, 85%, 67%); — As HEX: color: #F2C563; — As RGB: color: rgb(242, 197, 99); — Tailwind CSS: bg-[hsl(41,85%,67%)] — CSS variable: --color-primary: hsl(41, 85%, 67%);