HSL(42, 93%, 63%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(42,93%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(42, 93%, 63%) | color: hsl(42, 93%, 63%) | |
| HEX | #F8C449 | color: #F8C449 | |
| RGB | rgb(248, 196, 73) | color: rgb(248, 196, 73) | |
| CMYK | cmyk(0%, 21%, 71%, 3%) | — | |
| HSV | hsv(42, 71%, 97%) | — | |
| HWB | hwb(42 28% 3%) | color: hwb(42 28% 3%) | |
| OKLCH | oklch(0.8455 0.1476 85.21) | color: oklch(0.8455 0.1476 85.21) | |
| Lab | lab(81.8 6.57 65.95) | color: lab(81.8 6.57 65.95) | |
| LCH | lch(81.8 66.28 84.31) | color: lch(81.8 66.28 84.31) |
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)
#E1E167 — rgb(225, 225, 103)
Deuteranopia (Green-blind)
#E5E86E — rgb(229, 232, 110)
Tritanopia (Blue-blind)
#F57E83 — rgb(245, 126, 131)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(42, 93%, 63%);
text
color: hsl(42, 93%, 63%);
border
border: 2px solid hsl(42, 93%, 63%);
gradient light
background: linear-gradient(to right, hsl(42, 93%, 83%), hsl(42, 93%, 63%));
gradient dark
background: linear-gradient(to right, hsl(42, 93%, 63%), hsl(42, 93%, 43%))
hex
background-color: #F8C449;
tailwind
bg-[hsl(42,93%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(42, 93%, 63%, 0.4);
css variable
--color-primary: hsl(42, 93%, 63%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(42, 93%, 63%)?
HEX: #F8C449 | RGB: rgb(248, 196, 73) | CMYK: 0%, 21%, 71%, 3% | HSV: 42°, 71%, 97%. Copy any format from the conversion table above.
What colors go well with #F8C449?
The complementary color is HSL(222, 93%, 63%). For a triadic harmony, use hues 42°, 162°, and 282°. For analogous combinations, try hues 12° and 72°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(42, 93%, 63%) in CSS?
As HSL: color: hsl(42, 93%, 63%); — As HEX: color: #F8C449; — As RGB: color: rgb(248, 196, 73); — Tailwind CSS: bg-[hsl(42,93%,63%)] — CSS variable: --color-primary: hsl(42, 93%, 63%);