HSL(16, 100%, 68%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(16,100%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 100%, 68%) | color: hsl(16, 100%, 68%) | |
| HEX | #FF875C | color: #FF875C | |
| RGB | rgb(255, 135, 92) | color: rgb(255, 135, 92) | |
| CMYK | cmyk(0%, 47%, 64%, 0%) | — | |
| HSV | hsv(16, 64%, 100%) | — | |
| HWB | hwb(16 36% 0%) | color: hwb(16 36% 0%) | |
| OKLCH | oklch(0.7487 0.1571 40.09) | color: oklch(0.7487 0.1571 40.09) | |
| Lab | lab(69.02 42.07 43.3) | color: lab(69.02 42.07 43.3) | |
| LCH | lch(69.02 60.37 45.83) | color: lch(69.02 60.37 45.83) |
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)
#CBCA66 — rgb(203, 202, 102)
Deuteranopia (Green-blind)
#D2DB69 — rgb(210, 219, 105)
Tritanopia (Blue-blind)
#F96F70 — rgb(249, 111, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 100%, 68%);
text
color: hsl(16, 100%, 68%);
border
border: 2px solid hsl(16, 100%, 68%);
gradient light
background: linear-gradient(to right, hsl(16, 100%, 88%), hsl(16, 100%, 68%));
gradient dark
background: linear-gradient(to right, hsl(16, 100%, 68%), hsl(16, 100%, 48%))
hex
background-color: #FF875C;
tailwind
bg-[hsl(16,100%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 100%, 68%, 0.4);
css variable
--color-primary: hsl(16, 100%, 68%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 100%, 68%)?
HEX: #FF875C | RGB: rgb(255, 135, 92) | CMYK: 0%, 47%, 64%, 0% | HSV: 16°, 64%, 100%. Copy any format from the conversion table above.
What colors go well with #FF875C?
The complementary color is HSL(196, 100%, 68%). 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, 100%, 68%) in CSS?
As HSL: color: hsl(16, 100%, 68%); — As HEX: color: #FF875C; — As RGB: color: rgb(255, 135, 92); — Tailwind CSS: bg-[hsl(16,100%,68%)] — CSS variable: --color-primary: hsl(16, 100%, 68%);