HSL(44, 94%, 79%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(44,94%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(44, 94%, 79%) | color: hsl(44, 94%, 79%) | |
| HEX | #FCE197 | color: #FCE197 | |
| RGB | rgb(252, 225, 151) | color: rgb(252, 225, 151) | |
| CMYK | cmyk(0%, 11%, 40%, 1%) | — | |
| HSV | hsv(44, 40%, 99%) | — | |
| HWB | hwb(44 59% 1%) | color: hwb(44 59% 1%) | |
| OKLCH | oklch(0.9156 0.0972 90.23) | color: oklch(0.9156 0.0972 90.23) | |
| Lab | lab(90.22 -0.67 39.58) | color: lab(90.22 -0.67 39.58) | |
| LCH | lch(90.22 39.59 90.97) | color: lch(90.22 39.59 90.97) |
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)
#F0F0A9 — rgb(240, 240, 169)
Deuteranopia (Green-blind)
#F2F4AD — rgb(242, 244, 173)
Tritanopia (Blue-blind)
#FBB7BA — rgb(251, 183, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(44, 94%, 79%);
text
color: hsl(44, 94%, 79%);
border
border: 2px solid hsl(44, 94%, 79%);
gradient light
background: linear-gradient(to right, hsl(44, 94%, 99%), hsl(44, 94%, 79%));
gradient dark
background: linear-gradient(to right, hsl(44, 94%, 79%), hsl(44, 94%, 59%))
hex
background-color: #FCE197;
tailwind
bg-[hsl(44,94%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(44, 94%, 79%, 0.4);
css variable
--color-primary: hsl(44, 94%, 79%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(44, 94%, 79%)?
HEX: #FCE197 | RGB: rgb(252, 225, 151) | CMYK: 0%, 11%, 40%, 1% | HSV: 44°, 40%, 99%. Copy any format from the conversion table above.
What colors go well with #FCE197?
The complementary color is HSL(224, 94%, 79%). For a triadic harmony, use hues 44°, 164°, and 284°. For analogous combinations, try hues 14° and 74°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(44, 94%, 79%) in CSS?
As HSL: color: hsl(44, 94%, 79%); — As HEX: color: #FCE197; — As RGB: color: rgb(252, 225, 151); — Tailwind CSS: bg-[hsl(44,94%,79%)] — CSS variable: --color-primary: hsl(44, 94%, 79%);