HSL(37, 91%, 50%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(37,91%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(37, 91%, 50%) | color: hsl(37, 91%, 50%) | |
| HEX | #F49B0B | color: #F49B0B | |
| RGB | rgb(244, 155, 11) | color: rgb(244, 155, 11) | |
| CMYK | cmyk(0%, 36%, 95%, 4%) | — | |
| HSV | hsv(37, 95%, 96%) | — | |
| HWB | hwb(37 5% 4%) | color: hwb(37 5% 4%) | |
| OKLCH | oklch(0.7621 0.1645 68.81) | color: oklch(0.7621 0.1645 68.81) | |
| Lab | lab(71.35 24.65 74.61) | color: lab(71.35 24.65 74.61) | |
| LCH | lch(71.35 78.58 71.72) | color: lch(71.35 78.58 71.72) |
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)
#CDCD2E — rgb(205, 205, 46)
Deuteranopia (Green-blind)
#D3D936 — rgb(211, 217, 54)
Tritanopia (Blue-blind)
#F0494F — rgb(240, 73, 79)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(37, 91%, 50%);
text
color: hsl(37, 91%, 50%);
border
border: 2px solid hsl(37, 91%, 50%);
gradient light
background: linear-gradient(to right, hsl(37, 91%, 70%), hsl(37, 91%, 50%));
gradient dark
background: linear-gradient(to right, hsl(37, 91%, 50%), hsl(37, 91%, 30%))
hex
background-color: #F49B0B;
tailwind
bg-[hsl(37,91%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(37, 91%, 50%, 0.4);
css variable
--color-primary: hsl(37, 91%, 50%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(37, 91%, 50%)?
HEX: #F49B0B | RGB: rgb(244, 155, 11) | CMYK: 0%, 36%, 95%, 4% | HSV: 37°, 95%, 96%. Copy any format from the conversion table above.
What colors go well with #F49B0B?
The complementary color is HSL(217, 91%, 50%). For a triadic harmony, use hues 37°, 157°, and 277°. For analogous combinations, try hues 7° and 67°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(37, 91%, 50%) in CSS?
As HSL: color: hsl(37, 91%, 50%); — As HEX: color: #F49B0B; — As RGB: color: rgb(244, 155, 11); — Tailwind CSS: bg-[hsl(37,91%,50%)] — CSS variable: --color-primary: hsl(37, 91%, 50%);