HSL(24, 95%, 53%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(24,95%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(24, 95%, 53%) | color: hsl(24, 95%, 53%) | |
| HEX | #F97015 | color: #F97015 | |
| RGB | rgb(249, 112, 21) | color: rgb(249, 112, 21) | |
| CMYK | cmyk(0%, 55%, 92%, 2%) | — | |
| HSV | hsv(24, 92%, 98%) | — | |
| HWB | hwb(24 8% 2%) | color: hwb(24 8% 2%) | |
| OKLCH | oklch(0.7006 0.1891 46.54) | color: oklch(0.7006 0.1891 46.54) | |
| Lab | lab(63.17 48.46 67.47) | color: lab(63.17 48.46 67.47) | |
| LCH | lch(63.17 83.07 54.31) | color: lch(63.17 83.07 54.31) |
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)
#BEBC2B — rgb(190, 188, 43)
Deuteranopia (Green-blind)
#C6D030 — rgb(198, 208, 48)
Tritanopia (Blue-blind)
#F23C40 — rgb(242, 60, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(24, 95%, 53%);
text
color: hsl(24, 95%, 53%);
border
border: 2px solid hsl(24, 95%, 53%);
gradient light
background: linear-gradient(to right, hsl(24, 95%, 73%), hsl(24, 95%, 53%));
gradient dark
background: linear-gradient(to right, hsl(24, 95%, 53%), hsl(24, 95%, 33%))
hex
background-color: #F97015;
tailwind
bg-[hsl(24,95%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(24, 95%, 53%, 0.4);
css variable
--color-primary: hsl(24, 95%, 53%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(24, 95%, 53%)?
HEX: #F97015 | RGB: rgb(249, 112, 21) | CMYK: 0%, 55%, 92%, 2% | HSV: 24°, 92%, 98%. Copy any format from the conversion table above.
What colors go well with #F97015?
The complementary color is HSL(204, 95%, 53%). For a triadic harmony, use hues 24°, 144°, and 264°. For analogous combinations, try hues 354° and 54°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(24, 95%, 53%) in CSS?
As HSL: color: hsl(24, 95%, 53%); — As HEX: color: #F97015; — As RGB: color: rgb(249, 112, 21); — Tailwind CSS: bg-[hsl(24,95%,53%)] — CSS variable: --color-primary: hsl(24, 95%, 53%);