HSL(39, 95%, 56%)
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%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 95%, 56%) | color: hsl(39, 95%, 56%) | |
| HEX | #F9AF24 | color: #F9AF24 | |
| RGB | rgb(249, 175, 36) | color: rgb(249, 175, 36) | |
| CMYK | cmyk(0%, 30%, 86%, 2%) | — | |
| HSV | hsv(39, 86%, 98%) | — | |
| HWB | hwb(39 14% 2%) | color: hwb(39 14% 2%) | |
| OKLCH | oklch(0.8047 0.1607 76.47) | color: oklch(0.8047 0.1607 76.47) | |
| Lab | lab(76.64 16.65 73.85) | color: lab(76.64 16.65 73.85) | |
| LCH | lch(76.64 75.7 77.29) | color: lch(76.64 75.7 77.29) |
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)
#D9D846 — rgb(217, 216, 70)
Deuteranopia (Green-blind)
#DDE34E — rgb(221, 227, 78)
Tritanopia (Blue-blind)
#F56066 — rgb(245, 96, 102)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 95%, 56%);
text
color: hsl(39, 95%, 56%);
border
border: 2px solid hsl(39, 95%, 56%);
gradient light
background: linear-gradient(to right, hsl(39, 95%, 76%), hsl(39, 95%, 56%));
gradient dark
background: linear-gradient(to right, hsl(39, 95%, 56%), hsl(39, 95%, 36%))
hex
background-color: #F9AF24;
tailwind
bg-[hsl(39,95%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 95%, 56%, 0.4);
css variable
--color-primary: hsl(39, 95%, 56%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 95%, 56%)?
HEX: #F9AF24 | RGB: rgb(249, 175, 36) | CMYK: 0%, 30%, 86%, 2% | HSV: 39°, 86%, 98%. Copy any format from the conversion table above.
What colors go well with #F9AF24?
The complementary color is HSL(219, 95%, 56%). 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%, 56%) in CSS?
As HSL: color: hsl(39, 95%, 56%); — As HEX: color: #F9AF24; — As RGB: color: rgb(249, 175, 36); — Tailwind CSS: bg-[hsl(39,95%,56%)] — CSS variable: --color-primary: hsl(39, 95%, 56%);