HSL(39, 95%, 59%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,95%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 95%, 59%) | color: hsl(39, 95%, 59%) | |
| HEX | #FAB433 | color: #FAB433 | |
| RGB | rgb(250, 180, 51) | color: rgb(250, 180, 51) | |
| CMYK | cmyk(0%, 28%, 80%, 2%) | — | |
| HSV | hsv(39, 80%, 98%) | — | |
| HWB | hwb(39 20% 2%) | color: hwb(39 20% 2%) | |
| OKLCH | oklch(0.8158 0.156 77.5) | color: oklch(0.8158 0.156 77.5) | |
| Lab | lab(78 14.86 70.54) | color: lab(78 14.86 70.54) | |
| LCH | lch(78 72.09 78.1) | color: lch(78 72.09 78.1) |
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)
#DCDB52 — rgb(220, 219, 82)
Deuteranopia (Green-blind)
#E0E55A — rgb(224, 229, 90)
Tritanopia (Blue-blind)
#F76B70 — rgb(247, 107, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 95%, 59%);
text
color: hsl(39, 95%, 59%);
border
border: 2px solid hsl(39, 95%, 59%);
gradient light
background: linear-gradient(to right, hsl(39, 95%, 79%), hsl(39, 95%, 59%));
gradient dark
background: linear-gradient(to right, hsl(39, 95%, 59%), hsl(39, 95%, 39%))
hex
background-color: #FAB433;
tailwind
bg-[hsl(39,95%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 95%, 59%, 0.4);
css variable
--color-primary: hsl(39, 95%, 59%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 95%, 59%)?
HEX: #FAB433 | RGB: rgb(250, 180, 51) | CMYK: 0%, 28%, 80%, 2% | HSV: 39°, 80%, 98%. Copy any format from the conversion table above.
What colors go well with #FAB433?
The complementary color is HSL(219, 95%, 59%). For a triadic harmony, use hues 39°, 159°, and 279°. For analogous combinations, try hues 9° and 69°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(39, 95%, 59%) in CSS?
As HSL: color: hsl(39, 95%, 59%); — As HEX: color: #FAB433; — As RGB: color: rgb(250, 180, 51); — Tailwind CSS: bg-[hsl(39,95%,59%)] — CSS variable: --color-primary: hsl(39, 95%, 59%);