HSL(42, 97%, 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(42,97%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(42, 97%, 56%) | color: hsl(42, 97%, 56%) | |
| HEX | #FCBA22 | color: #FCBA22 | |
| RGB | rgb(252, 186, 34) | color: rgb(252, 186, 34) | |
| CMYK | cmyk(0%, 26%, 87%, 1%) | — | |
| HSV | hsv(42, 87%, 99%) | — | |
| HWB | hwb(42 13% 1%) | color: hwb(42 13% 1%) | |
| OKLCH | oklch(0.8284 0.1641 81.48) | color: oklch(0.8284 0.1641 81.48) | |
| Lab | lab(79.58 12.13 76.85) | color: lab(79.58 12.13 76.85) | |
| LCH | lch(79.58 77.8 81.03) | color: lch(79.58 77.8 81.03) |
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)
#DFDF47 — rgb(223, 223, 71)
Deuteranopia (Green-blind)
#E3E850 — rgb(227, 232, 80)
Tritanopia (Blue-blind)
#F9646A — rgb(249, 100, 106)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(42, 97%, 56%);
text
color: hsl(42, 97%, 56%);
border
border: 2px solid hsl(42, 97%, 56%);
gradient light
background: linear-gradient(to right, hsl(42, 97%, 76%), hsl(42, 97%, 56%));
gradient dark
background: linear-gradient(to right, hsl(42, 97%, 56%), hsl(42, 97%, 36%))
hex
background-color: #FCBA22;
tailwind
bg-[hsl(42,97%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(42, 97%, 56%, 0.4);
css variable
--color-primary: hsl(42, 97%, 56%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(42, 97%, 56%)?
HEX: #FCBA22 | RGB: rgb(252, 186, 34) | CMYK: 0%, 26%, 87%, 1% | HSV: 42°, 87%, 99%. Copy any format from the conversion table above.
What colors go well with #FCBA22?
The complementary color is HSL(222, 97%, 56%). 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%, 56%) in CSS?
As HSL: color: hsl(42, 97%, 56%); — As HEX: color: #FCBA22; — As RGB: color: rgb(252, 186, 34); — Tailwind CSS: bg-[hsl(42,97%,56%)] — CSS variable: --color-primary: hsl(42, 97%, 56%);