HSL(35, 100%, 63%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(35,100%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(35, 100%, 63%) | color: hsl(35, 100%, 63%) | |
| HEX | #FFB042 | color: #FFB042 | |
| RGB | rgb(255, 176, 66) | color: rgb(255, 176, 66) | |
| CMYK | cmyk(0%, 31%, 74%, 0%) | — | |
| HSV | hsv(35, 74%, 100%) | — | |
| HWB | hwb(35 26% 0%) | color: hwb(35 26% 0%) | |
| OKLCH | oklch(0.815 0.1513 71.12) | color: oklch(0.815 0.1513 71.12) | |
| Lab | lab(77.7 19.6 64.91) | color: lab(77.7 19.6 64.91) | |
| LCH | lch(77.7 67.8 73.2) | color: lch(77.7 67.8 73.2) |
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)
#DDDC5D — rgb(221, 220, 93)
Deuteranopia (Green-blind)
#E1E763 — rgb(225, 231, 99)
Tritanopia (Blue-blind)
#FB7276 — rgb(251, 114, 118)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(35, 100%, 63%);
text
color: hsl(35, 100%, 63%);
border
border: 2px solid hsl(35, 100%, 63%);
gradient light
background: linear-gradient(to right, hsl(35, 100%, 83%), hsl(35, 100%, 63%));
gradient dark
background: linear-gradient(to right, hsl(35, 100%, 63%), hsl(35, 100%, 43%))
hex
background-color: #FFB042;
tailwind
bg-[hsl(35,100%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(35, 100%, 63%, 0.4);
css variable
--color-primary: hsl(35, 100%, 63%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(35, 100%, 63%)?
HEX: #FFB042 | RGB: rgb(255, 176, 66) | CMYK: 0%, 31%, 74%, 0% | HSV: 35°, 74%, 100%. Copy any format from the conversion table above.
What colors go well with #FFB042?
The complementary color is HSL(215, 100%, 63%). 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, 100%, 63%) in CSS?
As HSL: color: hsl(35, 100%, 63%); — As HEX: color: #FFB042; — As RGB: color: rgb(255, 176, 66); — Tailwind CSS: bg-[hsl(35,100%,63%)] — CSS variable: --color-primary: hsl(35, 100%, 63%);