HSL(22, 80%, 43%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(22,80%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 80%, 43%) | color: hsl(22, 80%, 43%) | |
| HEX | #C55616 | color: #C55616 | |
| RGB | rgb(197, 86, 22) | color: rgb(197, 86, 22) | |
| CMYK | cmyk(0%, 56%, 89%, 23%) | — | |
| HSV | hsv(22, 89%, 77%) | — | |
| HWB | hwb(22 8% 23%) | color: hwb(22 8% 23%) | |
| OKLCH | oklch(0.5862 0.158 44.98) | color: oklch(0.5862 0.158 44.98) | |
| Lab | lab(50.2 41.3 54.06) | color: lab(50.2 41.3 54.06) | |
| LCH | lch(50.2 68.03 52.62) | color: lch(50.2 68.03 52.62) |
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)
#959425 — rgb(149, 148, 37)
Deuteranopia (Green-blind)
#9BA429 — rgb(155, 164, 41)
Tritanopia (Blue-blind)
#BF3234 — rgb(191, 50, 52)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 80%, 43%);
text
color: hsl(22, 80%, 43%);
border
border: 2px solid hsl(22, 80%, 43%);
gradient light
background: linear-gradient(to right, hsl(22, 80%, 63%), hsl(22, 80%, 43%));
gradient dark
background: linear-gradient(to right, hsl(22, 80%, 43%), hsl(22, 80%, 23%))
hex
background-color: #C55616;
tailwind
bg-[hsl(22,80%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 80%, 43%, 0.4);
css variable
--color-primary: hsl(22, 80%, 43%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 80%, 43%)?
HEX: #C55616 | RGB: rgb(197, 86, 22) | CMYK: 0%, 56%, 89%, 23% | HSV: 22°, 89%, 77%. Copy any format from the conversion table above.
What colors go well with #C55616?
The complementary color is HSL(202, 80%, 43%). For a triadic harmony, use hues 22°, 142°, and 262°. For analogous combinations, try hues 352° and 52°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(22, 80%, 43%) in CSS?
As HSL: color: hsl(22, 80%, 43%); — As HEX: color: #C55616; — As RGB: color: rgb(197, 86, 22); — Tailwind CSS: bg-[hsl(22,80%,43%)] — CSS variable: --color-primary: hsl(22, 80%, 43%);