HSL(38, 92%, 63%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(38,92%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 92%, 63%) | color: hsl(38, 92%, 63%) | |
| HEX | #F7B84A | color: #F7B84A | |
| RGB | rgb(247, 184, 74) | color: rgb(247, 184, 74) | |
| CMYK | cmyk(0%, 26%, 70%, 3%) | — | |
| HSV | hsv(38, 70%, 97%) | — | |
| HWB | hwb(38 29% 3%) | color: hwb(38 29% 3%) | |
| OKLCH | oklch(0.8217 0.1429 78.06) | color: oklch(0.8217 0.1429 78.06) | |
| Lab | lab(78.78 12.45 62.43) | color: lab(78.78 12.45 62.43) | |
| LCH | lch(78.78 63.66 78.72) | color: lch(78.78 63.66 78.72) |
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)
#DCDB65 — rgb(220, 219, 101)
Deuteranopia (Green-blind)
#DFE46B — rgb(223, 228, 107)
Tritanopia (Blue-blind)
#F47A7E — rgb(244, 122, 126)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 92%, 63%);
text
color: hsl(38, 92%, 63%);
border
border: 2px solid hsl(38, 92%, 63%);
gradient light
background: linear-gradient(to right, hsl(38, 92%, 83%), hsl(38, 92%, 63%));
gradient dark
background: linear-gradient(to right, hsl(38, 92%, 63%), hsl(38, 92%, 43%))
hex
background-color: #F7B84A;
tailwind
bg-[hsl(38,92%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 92%, 63%, 0.4);
css variable
--color-primary: hsl(38, 92%, 63%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 92%, 63%)?
HEX: #F7B84A | RGB: rgb(247, 184, 74) | CMYK: 0%, 26%, 70%, 3% | HSV: 38°, 70%, 97%. Copy any format from the conversion table above.
What colors go well with #F7B84A?
The complementary color is HSL(218, 92%, 63%). For a triadic harmony, use hues 38°, 158°, and 278°. For analogous combinations, try hues 8° and 68°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(38, 92%, 63%) in CSS?
As HSL: color: hsl(38, 92%, 63%); — As HEX: color: #F7B84A; — As RGB: color: rgb(247, 184, 74); — Tailwind CSS: bg-[hsl(38,92%,63%)] — CSS variable: --color-primary: hsl(38, 92%, 63%);