HSL(16, 97%, 60%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(16,97%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 97%, 60%) | color: hsl(16, 97%, 60%) | |
| HEX | #FC6B36 | color: #FC6B36 | |
| RGB | rgb(252, 107, 54) | color: rgb(252, 107, 54) | |
| CMYK | cmyk(0%, 58%, 79%, 1%) | — | |
| HSV | hsv(16, 79%, 99%) | — | |
| HWB | hwb(16 21% 1%) | color: hwb(16 21% 1%) | |
| OKLCH | oklch(0.7001 0.1893 39.34) | color: oklch(0.7001 0.1893 39.34) | |
| Lab | lab(62.91 52.63 55.41) | color: lab(62.91 52.63 55.41) | |
| LCH | lch(62.91 76.42 46.47) | color: lch(62.91 76.42 46.47) |
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)
#BDBC43 — rgb(189, 188, 67)
Deuteranopia (Green-blind)
#C6D146 — rgb(198, 209, 70)
Tritanopia (Blue-blind)
#F54D4F — rgb(245, 77, 79)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 97%, 60%);
text
color: hsl(16, 97%, 60%);
border
border: 2px solid hsl(16, 97%, 60%);
gradient light
background: linear-gradient(to right, hsl(16, 97%, 80%), hsl(16, 97%, 60%));
gradient dark
background: linear-gradient(to right, hsl(16, 97%, 60%), hsl(16, 97%, 40%))
hex
background-color: #FC6B36;
tailwind
bg-[hsl(16,97%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 97%, 60%, 0.4);
css variable
--color-primary: hsl(16, 97%, 60%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 97%, 60%)?
HEX: #FC6B36 | RGB: rgb(252, 107, 54) | CMYK: 0%, 58%, 79%, 1% | HSV: 16°, 79%, 99%. Copy any format from the conversion table above.
What colors go well with #FC6B36?
The complementary color is HSL(196, 97%, 60%). 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, 97%, 60%) in CSS?
As HSL: color: hsl(16, 97%, 60%); — As HEX: color: #FC6B36; — As RGB: color: rgb(252, 107, 54); — Tailwind CSS: bg-[hsl(16,97%,60%)] — CSS variable: --color-primary: hsl(16, 97%, 60%);