HSL(32, 85%, 63%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,85%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 85%, 63%) | color: hsl(32, 85%, 63%) | |
| HEX | #F1A650 | color: #F1A650 | |
| RGB | rgb(241, 166, 80) | color: rgb(241, 166, 80) | |
| CMYK | cmyk(0%, 31%, 67%, 5%) | — | |
| HSV | hsv(32, 67%, 95%) | — | |
| HWB | hwb(32 31% 5%) | color: hwb(32 31% 5%) | |
| OKLCH | oklch(0.7823 0.1344 67.16) | color: oklch(0.7823 0.1344 67.16) | |
| Lab | lab(73.91 19.74 54.38) | color: lab(73.91 19.74 54.38) | |
| LCH | lch(73.91 57.85 70.05) | color: lch(73.91 57.85 70.05) |
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)
#D1D065 — rgb(209, 208, 101)
Deuteranopia (Green-blind)
#D5DB6A — rgb(213, 219, 106)
Tritanopia (Blue-blind)
#ED7579 — rgb(237, 117, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 85%, 63%);
text
color: hsl(32, 85%, 63%);
border
border: 2px solid hsl(32, 85%, 63%);
gradient light
background: linear-gradient(to right, hsl(32, 85%, 83%), hsl(32, 85%, 63%));
gradient dark
background: linear-gradient(to right, hsl(32, 85%, 63%), hsl(32, 85%, 43%))
hex
background-color: #F1A650;
tailwind
bg-[hsl(32,85%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 85%, 63%, 0.4);
css variable
--color-primary: hsl(32, 85%, 63%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 85%, 63%)?
HEX: #F1A650 | RGB: rgb(241, 166, 80) | CMYK: 0%, 31%, 67%, 5% | HSV: 32°, 67%, 95%. Copy any format from the conversion table above.
What colors go well with #F1A650?
The complementary color is HSL(212, 85%, 63%). For a triadic harmony, use hues 32°, 152°, and 272°. For analogous combinations, try hues 2° and 62°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(32, 85%, 63%) in CSS?
As HSL: color: hsl(32, 85%, 63%); — As HEX: color: #F1A650; — As RGB: color: rgb(241, 166, 80); — Tailwind CSS: bg-[hsl(32,85%,63%)] — CSS variable: --color-primary: hsl(32, 85%, 63%);