#F82C16
A medium, vivid red closely aligning with Red.
About #F82C16
At its core, #F82C16 is a medium and vivid hue. It is closely associated with the named CSS color Red. Its digital footprint relies on 248 parts red, 44 parts green, and 22 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 82% Magenta, 91% Yellow, and 3% Black. With a hue angle of 5.8 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F82C16
RGB248, 44, 22
HSL5.8°, 94.2%, 52.9%
CMYK0%, 82%, 91%, 3%
HSV5.8°, 91.1%, 97.3%
LAB53.8, 72.9, 60.8
XYZ39.8, 21.8, 2.9
Decimal16264214
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.92:1
Text on #FFFFFF
AA Large
5.36:1
Text on #000000
AA
3.74:1
Text on #F8FAFC
AA Large
4.56:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F82C16;
}
.text-color {
color: #F82C16;
}
.border-color {
border: 2px solid #F82C16;
}