HSL(17, 100%, 29%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(17,100%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(17, 100%, 29%) | color: hsl(17, 100%, 29%) | |
| HEX | #942A00 | color: #942A00 | |
| RGB | rgb(148, 42, 0) | color: rgb(148, 42, 0) | |
| CMYK | cmyk(0%, 72%, 100%, 42%) | — | |
| HSV | hsv(17, 100%, 58%) | — | |
| HWB | hwb(17 0% 42%) | color: hwb(17 0% 42%) | |
| OKLCH | oklch(0.4464 0.148 37.42) | color: oklch(0.4464 0.148 37.42) | |
| Lab | lab(33.89 42.87 46.29) | color: lab(33.89 42.87 46.29) | |
| LCH | lch(33.89 63.09 47.2) | color: lch(33.89 63.09 47.2) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#66650A — rgb(102, 101, 10)
Deuteranopia (Green-blind)
#6C740D — rgb(108, 116, 13)
Tritanopia (Blue-blind)
#8F1214 — rgb(143, 18, 20)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(17, 100%, 29%);
text
color: hsl(17, 100%, 29%);
border
border: 2px solid hsl(17, 100%, 29%);
gradient light
background: linear-gradient(to right, hsl(17, 100%, 49%), hsl(17, 100%, 29%));
gradient dark
background: linear-gradient(to right, hsl(17, 100%, 29%), hsl(17, 100%, 9%))
hex
background-color: #942A00;
tailwind
bg-[hsl(17,100%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(17, 100%, 29%, 0.4);
css variable
--color-primary: hsl(17, 100%, 29%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(17, 100%, 29%)?
HEX: #942A00 | RGB: rgb(148, 42, 0) | CMYK: 0%, 72%, 100%, 42% | HSV: 17°, 100%, 58%. Copy any format from the conversion table above.
What colors go well with #942A00?
The complementary color is HSL(197, 100%, 29%). For a triadic harmony, use hues 17°, 137°, and 257°. For analogous combinations, try hues 347° and 47°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(17, 100%, 29%) in CSS?
As HSL: color: hsl(17, 100%, 29%); — As HEX: color: #942A00; — As RGB: color: rgb(148, 42, 0); — Tailwind CSS: bg-[hsl(17,100%,29%)] — CSS variable: --color-primary: hsl(17, 100%, 29%);