HSL(25, 92%, 47%)
Vivid Orange — Orange color
Adjust Color
Color Information
Color Name
Vivid Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(25,92%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(25, 92%, 47%) | color: hsl(25, 92%, 47%) | |
| HEX | #E6650A | color: #E6650A | |
| RGB | rgb(230, 101, 10) | color: rgb(230, 101, 10) | |
| CMYK | cmyk(0%, 56%, 96%, 10%) | — | |
| HSV | hsv(25, 96%, 90%) | — | |
| HWB | hwb(25 4% 10%) | color: hwb(25 4% 10%) | |
| OKLCH | oklch(0.6569 0.1805 46.45) | color: oklch(0.6569 0.1805 46.45) | |
| Lab | lab(58.19 46.45 65.12) | color: lab(58.19 46.45 65.12) | |
| LCH | lch(58.19 79.99 54.5) | color: lch(58.19 79.99 54.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)
#AEAD20 — rgb(174, 173, 32)
Deuteranopia (Green-blind)
#B6BF25 — rgb(182, 191, 37)
Tritanopia (Blue-blind)
#E03135 — rgb(224, 49, 53)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(25, 92%, 47%);
text
color: hsl(25, 92%, 47%);
border
border: 2px solid hsl(25, 92%, 47%);
gradient light
background: linear-gradient(to right, hsl(25, 92%, 67%), hsl(25, 92%, 47%));
gradient dark
background: linear-gradient(to right, hsl(25, 92%, 47%), hsl(25, 92%, 27%))
hex
background-color: #E6650A;
tailwind
bg-[hsl(25,92%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(25, 92%, 47%, 0.4);
css variable
--color-primary: hsl(25, 92%, 47%);
Related Colors
Use Cases for Vivid Orange
Frequently Asked Questions
What are all the color codes for HSL(25, 92%, 47%)?
HEX: #E6650A | RGB: rgb(230, 101, 10) | CMYK: 0%, 56%, 96%, 10% | HSV: 25°, 96%, 90%. Copy any format from the conversion table above.
What colors go well with #E6650A?
The complementary color is HSL(205, 92%, 47%). For a triadic harmony, use hues 25°, 145°, and 265°. For analogous combinations, try hues 355° and 55°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(25, 92%, 47%) in CSS?
As HSL: color: hsl(25, 92%, 47%); — As HEX: color: #E6650A; — As RGB: color: rgb(230, 101, 10); — Tailwind CSS: bg-[hsl(25,92%,47%)] — CSS variable: --color-primary: hsl(25, 92%, 47%);