#E25000
A medium, vivid orange closely aligning with Orangered.
About #E25000
Visually, #E25000 is defined as a vivid orange. Its closest recognized web color is Orangered. In the RGB color space, it consists of 226 red, 80 green, and 0 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 65% magenta, 100% yellow, and 11% black. With a hue angle of 21.2 degrees, it sits comfortably in the orange spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E25000
RGB226, 80, 0
HSL21.2°, 100.0%, 44.3%
CMYK0%, 65%, 100%, 11%
HSV21.2°, 100.0%, 88.6%
LAB53.9, 54.3, 64.3
XYZ34.2, 21.9, 2.4
Decimal14831616
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.90:1
Text on #FFFFFF
AA Large
5.38:1
Text on #000000
AA
3.73:1
Text on #F8FAFC
AA Large
4.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E25000;
}
.text-color {
color: #E25000;
}
.border-color {
border: 2px solid #E25000;
}