HSL(39, 92%, 56%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,92%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 92%, 56%) | color: hsl(39, 92%, 56%) | |
| HEX | #F6AE28 | color: #F6AE28 | |
| RGB | rgb(246, 174, 40) | color: rgb(246, 174, 40) | |
| CMYK | cmyk(0%, 29%, 84%, 4%) | — | |
| HSV | hsv(39, 84%, 96%) | — | |
| HWB | hwb(39 15% 4%) | color: hwb(39 15% 4%) | |
| OKLCH | oklch(0.7997 0.1578 76.73) | color: oklch(0.7997 0.1578 76.73) | |
| Lab | lab(76.08 16 72.15) | color: lab(76.08 16 72.15) | |
| LCH | lch(76.08 73.9 77.5) | color: lch(76.08 73.9 77.5) |
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)
#D7D648 — rgb(215, 214, 72)
Deuteranopia (Green-blind)
#DBE050 — rgb(219, 224, 80)
Tritanopia (Blue-blind)
#F26268 — rgb(242, 98, 104)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 92%, 56%);
text
color: hsl(39, 92%, 56%);
border
border: 2px solid hsl(39, 92%, 56%);
gradient light
background: linear-gradient(to right, hsl(39, 92%, 76%), hsl(39, 92%, 56%));
gradient dark
background: linear-gradient(to right, hsl(39, 92%, 56%), hsl(39, 92%, 36%))
hex
background-color: #F6AE28;
tailwind
bg-[hsl(39,92%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 92%, 56%, 0.4);
css variable
--color-primary: hsl(39, 92%, 56%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 92%, 56%)?
HEX: #F6AE28 | RGB: rgb(246, 174, 40) | CMYK: 0%, 29%, 84%, 4% | HSV: 39°, 84%, 96%. Copy any format from the conversion table above.
What colors go well with #F6AE28?
The complementary color is HSL(219, 92%, 56%). For a triadic harmony, use hues 39°, 159°, and 279°. For analogous combinations, try hues 9° and 69°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(39, 92%, 56%) in CSS?
As HSL: color: hsl(39, 92%, 56%); — As HEX: color: #F6AE28; — As RGB: color: rgb(246, 174, 40); — Tailwind CSS: bg-[hsl(39,92%,56%)] — CSS variable: --color-primary: hsl(39, 92%, 56%);