HSL(42, 97%, 55%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(42,97%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(42, 97%, 55%) | color: hsl(42, 97%, 55%) | |
| HEX | #FCB91D | color: #FCB91D | |
| RGB | rgb(252, 185, 29) | color: rgb(252, 185, 29) | |
| CMYK | cmyk(0%, 27%, 88%, 1%) | — | |
| HSV | hsv(42, 88%, 99%) | — | |
| HWB | hwb(42 12% 1%) | color: hwb(42 12% 1%) | |
| OKLCH | oklch(0.8263 0.1653 81.23) | color: oklch(0.8263 0.1653 81.23) | |
| Lab | lab(79.32 12.55 77.77) | color: lab(79.32 12.55 77.77) | |
| LCH | lch(79.32 78.78 80.83) | color: lch(79.32 78.78 80.83) |
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)
#DFDE43 — rgb(223, 222, 67)
Deuteranopia (Green-blind)
#E3E84C — rgb(227, 232, 76)
Tritanopia (Blue-blind)
#F96167 — rgb(249, 97, 103)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(42, 97%, 55%);
text
color: hsl(42, 97%, 55%);
border
border: 2px solid hsl(42, 97%, 55%);
gradient light
background: linear-gradient(to right, hsl(42, 97%, 75%), hsl(42, 97%, 55%));
gradient dark
background: linear-gradient(to right, hsl(42, 97%, 55%), hsl(42, 97%, 35%))
hex
background-color: #FCB91D;
tailwind
bg-[hsl(42,97%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(42, 97%, 55%, 0.4);
css variable
--color-primary: hsl(42, 97%, 55%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(42, 97%, 55%)?
HEX: #FCB91D | RGB: rgb(252, 185, 29) | CMYK: 0%, 27%, 88%, 1% | HSV: 42°, 88%, 99%. Copy any format from the conversion table above.
What colors go well with #FCB91D?
The complementary color is HSL(222, 97%, 55%). For a triadic harmony, use hues 42°, 162°, and 282°. For analogous combinations, try hues 12° and 72°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(42, 97%, 55%) in CSS?
As HSL: color: hsl(42, 97%, 55%); — As HEX: color: #FCB91D; — As RGB: color: rgb(252, 185, 29); — Tailwind CSS: bg-[hsl(42,97%,55%)] — CSS variable: --color-primary: hsl(42, 97%, 55%);