HSL(33, 99%, 78%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(33,99%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(33, 99%, 78%) | color: hsl(33, 99%, 78%) | |
| HEX | #FECC8F | color: #FECC8F | |
| RGB | rgb(254, 204, 143) | color: rgb(254, 204, 143) | |
| CMYK | cmyk(0%, 20%, 44%, 0%) | — | |
| HSV | hsv(33, 44%, 100%) | — | |
| HWB | hwb(33 56% 0%) | color: hwb(33 56% 0%) | |
| OKLCH | oklch(0.8755 0.096 71.59) | color: oklch(0.8755 0.096 71.59) | |
| Lab | lab(85.12 10.07 37.06) | color: lab(85.12 10.07 37.06) | |
| LCH | lch(85.12 38.4 74.8) | color: lch(85.12 38.4 74.8) |
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)
#E8E89E — rgb(232, 232, 158)
Deuteranopia (Green-blind)
#EBEFA1 — rgb(235, 239, 161)
Tritanopia (Blue-blind)
#FCA9AC — rgb(252, 169, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(33, 99%, 78%);
text
color: hsl(33, 99%, 78%);
border
border: 2px solid hsl(33, 99%, 78%);
gradient light
background: linear-gradient(to right, hsl(33, 99%, 98%), hsl(33, 99%, 78%));
gradient dark
background: linear-gradient(to right, hsl(33, 99%, 78%), hsl(33, 99%, 58%))
hex
background-color: #FECC8F;
tailwind
bg-[hsl(33,99%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(33, 99%, 78%, 0.4);
css variable
--color-primary: hsl(33, 99%, 78%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(33, 99%, 78%)?
HEX: #FECC8F | RGB: rgb(254, 204, 143) | CMYK: 0%, 20%, 44%, 0% | HSV: 33°, 44%, 100%. Copy any format from the conversion table above.
What colors go well with #FECC8F?
The complementary color is HSL(213, 99%, 78%). For a triadic harmony, use hues 33°, 153°, and 273°. For analogous combinations, try hues 3° and 63°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(33, 99%, 78%) in CSS?
As HSL: color: hsl(33, 99%, 78%); — As HEX: color: #FECC8F; — As RGB: color: rgb(254, 204, 143); — Tailwind CSS: bg-[hsl(33,99%,78%)] — CSS variable: --color-primary: hsl(33, 99%, 78%);