HSL(41, 99%, 36%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,99%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 99%, 36%) | color: hsl(41, 99%, 36%) | |
| HEX | #B77D01 | color: #B77D01 | |
| RGB | rgb(183, 125, 1) | color: rgb(183, 125, 1) | |
| CMYK | cmyk(0%, 32%, 99%, 28%) | — | |
| HSV | hsv(41, 99%, 72%) | — | |
| HWB | hwb(41 1% 28%) | color: hwb(41 1% 28%) | |
| OKLCH | oklch(0.633 0.1326 76.23) | color: oklch(0.633 0.1326 76.23) | |
| Lab | lab(56.82 14.27 62.64) | color: lab(56.82 14.27 62.64) | |
| LCH | lch(56.82 64.24 77.17) | color: lch(56.82 64.24 77.17) |
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)
#9E9D1F — rgb(158, 157, 31)
Deuteranopia (Green-blind)
#A1A626 — rgb(161, 166, 38)
Tritanopia (Blue-blind)
#B4373C — rgb(180, 55, 60)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 99%, 36%);
text
color: hsl(41, 99%, 36%);
border
border: 2px solid hsl(41, 99%, 36%);
gradient light
background: linear-gradient(to right, hsl(41, 99%, 56%), hsl(41, 99%, 36%));
gradient dark
background: linear-gradient(to right, hsl(41, 99%, 36%), hsl(41, 99%, 16%))
hex
background-color: #B77D01;
tailwind
bg-[hsl(41,99%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 99%, 36%, 0.4);
css variable
--color-primary: hsl(41, 99%, 36%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 99%, 36%)?
HEX: #B77D01 | RGB: rgb(183, 125, 1) | CMYK: 0%, 32%, 99%, 28% | HSV: 41°, 99%, 72%. Copy any format from the conversion table above.
What colors go well with #B77D01?
The complementary color is HSL(221, 99%, 36%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(41, 99%, 36%) in CSS?
As HSL: color: hsl(41, 99%, 36%); — As HEX: color: #B77D01; — As RGB: color: rgb(183, 125, 1); — Tailwind CSS: bg-[hsl(41,99%,36%)] — CSS variable: --color-primary: hsl(41, 99%, 36%);