HSL(36, 92%, 54%)
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,92%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 92%, 54%) | color: hsl(36, 92%, 54%) | |
| HEX | #F69F1E | color: #F69F1E | |
| RGB | rgb(246, 159, 30) | color: rgb(246, 159, 30) | |
| CMYK | cmyk(0%, 35%, 88%, 4%) | — | |
| HSV | hsv(36, 88%, 96%) | — | |
| HWB | hwb(36 12% 4%) | color: hwb(36 12% 4%) | |
| OKLCH | oklch(0.7721 0.1615 69.11) | color: oklch(0.7721 0.1615 69.11) | |
| Lab | lab(72.55 23.65 72) | color: lab(72.55 23.65 72) | |
| LCH | lch(72.55 75.78 71.82) | color: lch(72.55 75.78 71.82) |
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)
#D0D03D — rgb(208, 208, 61)
Deuteranopia (Green-blind)
#D5DC45 — rgb(213, 220, 69)
Tritanopia (Blue-blind)
#F2565B — rgb(242, 86, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 92%, 54%);
text
color: hsl(36, 92%, 54%);
border
border: 2px solid hsl(36, 92%, 54%);
gradient light
background: linear-gradient(to right, hsl(36, 92%, 74%), hsl(36, 92%, 54%));
gradient dark
background: linear-gradient(to right, hsl(36, 92%, 54%), hsl(36, 92%, 34%))
hex
background-color: #F69F1E;
tailwind
bg-[hsl(36,92%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 92%, 54%, 0.4);
css variable
--color-primary: hsl(36, 92%, 54%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 92%, 54%)?
HEX: #F69F1E | RGB: rgb(246, 159, 30) | CMYK: 0%, 35%, 88%, 4% | HSV: 36°, 88%, 96%. Copy any format from the conversion table above.
What colors go well with #F69F1E?
The complementary color is HSL(216, 92%, 54%). 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, 92%, 54%) in CSS?
As HSL: color: hsl(36, 92%, 54%); — As HEX: color: #F69F1E; — As RGB: color: rgb(246, 159, 30); — Tailwind CSS: bg-[hsl(36,92%,54%)] — CSS variable: --color-primary: hsl(36, 92%, 54%);