#F8491D
A medium, vivid red closely aligning with Orangered.
About #F8491D
Visually, #F8491D is defined as a vivid red. Its closest recognized web color is Orangered. Its digital footprint relies on 248 parts red, 73 parts green, and 29 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 71% magenta, 88% yellow, and 3% black. With a hue angle of 12.1 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F8491D
RGB248, 73, 29
HSL12.1°, 94.0%, 54.3%
CMYK0%, 71%, 88%, 3%
HSV12.1°, 88.3%, 97.3%
LAB56.9, 64.6, 60.5
XYZ41.3, 24.8, 3.8
Decimal16271645
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.52:1
Text on #FFFFFF
AA Large
5.96:1
Text on #000000
AA
3.37:1
Text on #F8FAFC
AA Large
5.07:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F8491D;
}
.text-color {
color: #F8491D;
}
.border-color {
border: 2px solid #F8491D;
}