HSL(29, 92%, 58%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(29,92%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 92%, 58%) | color: hsl(29, 92%, 58%) | |
| HEX | #F69131 | color: #F69131 | |
| RGB | rgb(246, 145, 49) | color: rgb(246, 145, 49) | |
| CMYK | cmyk(0%, 41%, 80%, 4%) | — | |
| HSV | hsv(29, 80%, 96%) | — | |
| HWB | hwb(29 19% 4%) | color: hwb(29 19% 4%) | |
| OKLCH | oklch(0.7489 0.1595 58.9) | color: oklch(0.7489 0.1595 58.9) | |
| Lab | lab(69.52 31.45 63.42) | color: lab(69.52 31.45 63.42) | |
| LCH | lch(69.52 70.79 63.62) | color: lch(69.52 70.79 63.62) |
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)
#CAC948 — rgb(202, 201, 72)
Deuteranopia (Green-blind)
#D0D84E — rgb(208, 216, 78)
Tritanopia (Blue-blind)
#F15B5F — rgb(241, 91, 95)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 92%, 58%);
text
color: hsl(29, 92%, 58%);
border
border: 2px solid hsl(29, 92%, 58%);
gradient light
background: linear-gradient(to right, hsl(29, 92%, 78%), hsl(29, 92%, 58%));
gradient dark
background: linear-gradient(to right, hsl(29, 92%, 58%), hsl(29, 92%, 38%))
hex
background-color: #F69131;
tailwind
bg-[hsl(29,92%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 92%, 58%, 0.4);
css variable
--color-primary: hsl(29, 92%, 58%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 92%, 58%)?
HEX: #F69131 | RGB: rgb(246, 145, 49) | CMYK: 0%, 41%, 80%, 4% | HSV: 29°, 80%, 96%. Copy any format from the conversion table above.
What colors go well with #F69131?
The complementary color is HSL(209, 92%, 58%). For a triadic harmony, use hues 29°, 149°, and 269°. For analogous combinations, try hues 359° and 59°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(29, 92%, 58%) in CSS?
As HSL: color: hsl(29, 92%, 58%); — As HEX: color: #F69131; — As RGB: color: rgb(246, 145, 49); — Tailwind CSS: bg-[hsl(29,92%,58%)] — CSS variable: --color-primary: hsl(29, 92%, 58%);