HSL(36, 99%, 72%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(36,99%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 99%, 72%) | color: hsl(36, 99%, 72%) | |
| HEX | #FEC671 | color: #FEC671 | |
| RGB | rgb(254, 198, 113) | color: rgb(254, 198, 113) | |
| CMYK | cmyk(0%, 22%, 56%, 0%) | — | |
| HSV | hsv(36, 56%, 100%) | — | |
| HWB | hwb(36 44% 0%) | color: hwb(36 44% 0%) | |
| OKLCH | oklch(0.8596 0.121 76.41) | color: oklch(0.8596 0.121 76.41) | |
| Lab | lab(83.26 10.51 49.76) | color: lab(83.26 10.51 49.76) | |
| LCH | lch(83.26 50.86 78.07) | color: lch(83.26 50.86 78.07) |
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)
#E6E586 — rgb(230, 229, 134)
Deuteranopia (Green-blind)
#E9ED8B — rgb(233, 237, 139)
Tritanopia (Blue-blind)
#FB9699 — rgb(251, 150, 153)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 99%, 72%);
text
color: hsl(36, 99%, 72%);
border
border: 2px solid hsl(36, 99%, 72%);
gradient light
background: linear-gradient(to right, hsl(36, 99%, 92%), hsl(36, 99%, 72%));
gradient dark
background: linear-gradient(to right, hsl(36, 99%, 72%), hsl(36, 99%, 52%))
hex
background-color: #FEC671;
tailwind
bg-[hsl(36,99%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 99%, 72%, 0.4);
css variable
--color-primary: hsl(36, 99%, 72%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 99%, 72%)?
HEX: #FEC671 | RGB: rgb(254, 198, 113) | CMYK: 0%, 22%, 56%, 0% | HSV: 36°, 56%, 100%. Copy any format from the conversion table above.
What colors go well with #FEC671?
The complementary color is HSL(216, 99%, 72%). For a triadic harmony, use hues 36°, 156°, and 276°. For analogous combinations, try hues 6° and 66°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(36, 99%, 72%) in CSS?
As HSL: color: hsl(36, 99%, 72%); — As HEX: color: #FEC671; — As RGB: color: rgb(254, 198, 113); — Tailwind CSS: bg-[hsl(36,99%,72%)] — CSS variable: --color-primary: hsl(36, 99%, 72%);