HSL(41, 83%, 72%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,83%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 83%, 72%) | color: hsl(41, 83%, 72%) | |
| HEX | #F3CD7C | color: #F3CD7C | |
| RGB | rgb(243, 205, 124) | color: rgb(243, 205, 124) | |
| CMYK | cmyk(0%, 16%, 49%, 5%) | — | |
| HSV | hsv(41, 49%, 95%) | — | |
| HWB | hwb(41 48% 5%) | color: hwb(41 48% 5%) | |
| OKLCH | oklch(0.8639 0.1087 85.05) | color: oklch(0.8639 0.1087 85.05) | |
| Lab | lab(84.06 3.36 45.08) | color: lab(84.06 3.36 45.08) | |
| LCH | lch(84.06 45.21 85.74) | color: lch(84.06 45.21 85.74) |
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)
#E3E290 — rgb(227, 226, 144)
Deuteranopia (Green-blind)
#E5E894 — rgb(229, 232, 148)
Tritanopia (Blue-blind)
#F19FA2 — rgb(241, 159, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 83%, 72%);
text
color: hsl(41, 83%, 72%);
border
border: 2px solid hsl(41, 83%, 72%);
gradient light
background: linear-gradient(to right, hsl(41, 83%, 92%), hsl(41, 83%, 72%));
gradient dark
background: linear-gradient(to right, hsl(41, 83%, 72%), hsl(41, 83%, 52%))
hex
background-color: #F3CD7C;
tailwind
bg-[hsl(41,83%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 83%, 72%, 0.4);
css variable
--color-primary: hsl(41, 83%, 72%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 83%, 72%)?
HEX: #F3CD7C | RGB: rgb(243, 205, 124) | CMYK: 0%, 16%, 49%, 5% | HSV: 41°, 49%, 95%. Copy any format from the conversion table above.
What colors go well with #F3CD7C?
The complementary color is HSL(221, 83%, 72%). 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, 83%, 72%) in CSS?
As HSL: color: hsl(41, 83%, 72%); — As HEX: color: #F3CD7C; — As RGB: color: rgb(243, 205, 124); — Tailwind CSS: bg-[hsl(41,83%,72%)] — CSS variable: --color-primary: hsl(41, 83%, 72%);