HSL(36, 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(36,97%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 97%, 55%) | color: hsl(36, 97%, 55%) | |
| HEX | #FCA31D | color: #FCA31D | |
| RGB | rgb(252, 163, 29) | color: rgb(252, 163, 29) | |
| CMYK | cmyk(0%, 35%, 88%, 1%) | — | |
| HSV | hsv(36, 88%, 99%) | — | |
| HWB | hwb(36 12% 1%) | color: hwb(36 12% 1%) | |
| OKLCH | oklch(0.7862 0.165 69.27) | color: oklch(0.7862 0.165 69.27) | |
| Lab | lab(74.18 24.05 73.81) | color: lab(74.18 24.05 73.81) | |
| LCH | lch(74.18 77.63 71.95) | color: lch(74.18 77.63 71.95) |
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)
#D5D53D — rgb(213, 213, 61)
Deuteranopia (Green-blind)
#DBE145 — rgb(219, 225, 69)
Tritanopia (Blue-blind)
#F8575D — rgb(248, 87, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 97%, 55%);
text
color: hsl(36, 97%, 55%);
border
border: 2px solid hsl(36, 97%, 55%);
gradient light
background: linear-gradient(to right, hsl(36, 97%, 75%), hsl(36, 97%, 55%));
gradient dark
background: linear-gradient(to right, hsl(36, 97%, 55%), hsl(36, 97%, 35%))
hex
background-color: #FCA31D;
tailwind
bg-[hsl(36,97%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 97%, 55%, 0.4);
css variable
--color-primary: hsl(36, 97%, 55%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 97%, 55%)?
HEX: #FCA31D | RGB: rgb(252, 163, 29) | CMYK: 0%, 35%, 88%, 1% | HSV: 36°, 88%, 99%. Copy any format from the conversion table above.
What colors go well with #FCA31D?
The complementary color is HSL(216, 97%, 55%). For a triadic harmony, use hues 36°, 156°, and 276°. For analogous combinations, try hues 6° and 66°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(36, 97%, 55%) in CSS?
As HSL: color: hsl(36, 97%, 55%); — As HEX: color: #FCA31D; — As RGB: color: rgb(252, 163, 29); — Tailwind CSS: bg-[hsl(36,97%,55%)] — CSS variable: --color-primary: hsl(36, 97%, 55%);