#F82C00
A medium, vivid red closely aligning with Orangered.
About #F82C00
When working with digital screens, the color #F82C00 is rendered by mixing light. Its closest recognized web color is Orangered. Its digital footprint relies on 248 parts red, 44 parts green, and 0 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 82% Magenta, 100% Yellow, and 3% Black. With a hue angle of 10.6 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F82C00
RGB248, 44, 0
HSL10.6°, 100.0%, 48.6%
CMYK0%, 82%, 100%, 3%
HSV10.6°, 100.0%, 97.3%
LAB53.8, 72.8, 66.6
XYZ39.6, 21.8, 2.1
Decimal16264192
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.92:1
Text on #FFFFFF
AA Large
5.35:1
Text on #000000
AA
3.75:1
Text on #F8FAFC
AA Large
4.55:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F82C00;
}
.text-color {
color: #F82C00;
}
.border-color {
border: 2px solid #F82C00;
}