HSL(16, 90%, 28%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(16,90%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 90%, 28%) | color: hsl(16, 90%, 28%) | |
| HEX | #882907 | color: #882907 | |
| RGB | rgb(136, 41, 7) | color: rgb(136, 41, 7) | |
| CMYK | cmyk(0%, 70%, 95%, 47%) | — | |
| HSV | hsv(16, 95%, 53%) | — | |
| HWB | hwb(16 3% 47%) | color: hwb(16 3% 47%) | |
| OKLCH | oklch(0.4238 0.1354 37.21) | color: oklch(0.4238 0.1354 37.21) | |
| Lab | lab(31.43 39.1 40.72) | color: lab(31.43 39.1 40.72) | |
| LCH | lch(31.43 56.45 46.16) | color: lch(31.43 56.45 46.16) |
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)
#5F5E0F — rgb(95, 94, 15)
Deuteranopia (Green-blind)
#646C11 — rgb(100, 108, 17)
Tritanopia (Blue-blind)
#831617 — rgb(131, 22, 23)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 90%, 28%);
text
color: hsl(16, 90%, 28%);
border
border: 2px solid hsl(16, 90%, 28%);
gradient light
background: linear-gradient(to right, hsl(16, 90%, 48%), hsl(16, 90%, 28%));
gradient dark
background: linear-gradient(to right, hsl(16, 90%, 28%), hsl(16, 90%, 8%))
hex
background-color: #882907;
tailwind
bg-[hsl(16,90%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 90%, 28%, 0.4);
css variable
--color-primary: hsl(16, 90%, 28%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 90%, 28%)?
HEX: #882907 | RGB: rgb(136, 41, 7) | CMYK: 0%, 70%, 95%, 47% | HSV: 16°, 95%, 53%. Copy any format from the conversion table above.
What colors go well with #882907?
The complementary color is HSL(196, 90%, 28%). For a triadic harmony, use hues 16°, 136°, and 256°. For analogous combinations, try hues 346° and 46°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(16, 90%, 28%) in CSS?
As HSL: color: hsl(16, 90%, 28%); — As HEX: color: #882907; — As RGB: color: rgb(136, 41, 7); — Tailwind CSS: bg-[hsl(16,90%,28%)] — CSS variable: --color-primary: hsl(16, 90%, 28%);