HSL(17, 90%, 79%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(17,90%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(17, 90%, 79%) | color: hsl(17, 90%, 79%) | |
| HEX | #FAB599 | color: #FAB599 | |
| RGB | rgb(250, 181, 153) | color: rgb(250, 181, 153) | |
| CMYK | cmyk(0%, 28%, 39%, 2%) | — | |
| HSV | hsv(17, 39%, 98%) | — | |
| HWB | hwb(17 60% 2%) | color: hwb(17 60% 2%) | |
| OKLCH | oklch(0.8308 0.0895 43.01) | color: oklch(0.8308 0.0895 43.01) | |
| Lab | lab(79.43 21.6 24.18) | color: lab(79.43 21.6 24.18) | |
| LCH | lch(79.43 32.42 48.23) | color: lch(79.43 32.42 48.23) |
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)
#DCDCA0 — rgb(220, 220, 160)
Deuteranopia (Green-blind)
#E0E5A1 — rgb(224, 229, 161)
Tritanopia (Blue-blind)
#F7A5A6 — rgb(247, 165, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(17, 90%, 79%);
text
color: hsl(17, 90%, 79%);
border
border: 2px solid hsl(17, 90%, 79%);
gradient light
background: linear-gradient(to right, hsl(17, 90%, 99%), hsl(17, 90%, 79%));
gradient dark
background: linear-gradient(to right, hsl(17, 90%, 79%), hsl(17, 90%, 59%))
hex
background-color: #FAB599;
tailwind
bg-[hsl(17,90%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(17, 90%, 79%, 0.4);
css variable
--color-primary: hsl(17, 90%, 79%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(17, 90%, 79%)?
HEX: #FAB599 | RGB: rgb(250, 181, 153) | CMYK: 0%, 28%, 39%, 2% | HSV: 17°, 39%, 98%. Copy any format from the conversion table above.
What colors go well with #FAB599?
The complementary color is HSL(197, 90%, 79%). For a triadic harmony, use hues 17°, 137°, and 257°. For analogous combinations, try hues 347° and 47°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(17, 90%, 79%) in CSS?
As HSL: color: hsl(17, 90%, 79%); — As HEX: color: #FAB599; — As RGB: color: rgb(250, 181, 153); — Tailwind CSS: bg-[hsl(17,90%,79%)] — CSS variable: --color-primary: hsl(17, 90%, 79%);