HSL(35, 90%, 71%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(35,90%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(35, 90%, 71%) | color: hsl(35, 90%, 71%) | |
| HEX | #F8C072 | color: #F8C072 | |
| RGB | rgb(248, 192, 114) | color: rgb(248, 192, 114) | |
| CMYK | cmyk(0%, 23%, 54%, 3%) | — | |
| HSV | hsv(35, 54%, 97%) | — | |
| HWB | hwb(35 45% 3%) | color: hwb(35 45% 3%) | |
| OKLCH | oklch(0.8423 0.1153 74.3) | color: oklch(0.8423 0.1153 74.3) | |
| Lab | lab(81.22 11.28 46.66) | color: lab(81.22 11.28 46.66) | |
| LCH | lch(81.22 48 76.41) | color: lch(81.22 48 76.41) |
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)
#E0DF85 — rgb(224, 223, 133)
Deuteranopia (Green-blind)
#E3E789 — rgb(227, 231, 137)
Tritanopia (Blue-blind)
#F59497 — rgb(245, 148, 151)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(35, 90%, 71%);
text
color: hsl(35, 90%, 71%);
border
border: 2px solid hsl(35, 90%, 71%);
gradient light
background: linear-gradient(to right, hsl(35, 90%, 91%), hsl(35, 90%, 71%));
gradient dark
background: linear-gradient(to right, hsl(35, 90%, 71%), hsl(35, 90%, 51%))
hex
background-color: #F8C072;
tailwind
bg-[hsl(35,90%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(35, 90%, 71%, 0.4);
css variable
--color-primary: hsl(35, 90%, 71%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(35, 90%, 71%)?
HEX: #F8C072 | RGB: rgb(248, 192, 114) | CMYK: 0%, 23%, 54%, 3% | HSV: 35°, 54%, 97%. Copy any format from the conversion table above.
What colors go well with #F8C072?
The complementary color is HSL(215, 90%, 71%). For a triadic harmony, use hues 35°, 155°, and 275°. For analogous combinations, try hues 5° and 65°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(35, 90%, 71%) in CSS?
As HSL: color: hsl(35, 90%, 71%); — As HEX: color: #F8C072; — As RGB: color: rgb(248, 192, 114); — Tailwind CSS: bg-[hsl(35,90%,71%)] — CSS variable: --color-primary: hsl(35, 90%, 71%);