#F84216
A medium, vivid red closely aligning with Orangered.
About #F84216
When working with digital screens, the color #F84216 is rendered by mixing light. Designers often compare it to the standard color Orangered. This translates to an RGB value of rgb(248, 66, 22).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 73% M, 91% Y, and 3% K. The HSL representation is 11.7° hue, 94.2% saturation, and 52.9% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F84216
RGB248, 66, 22
HSL11.7°, 94.2%, 52.9%
CMYK0%, 73%, 91%, 3%
HSV11.7°, 91.1%, 97.3%
LAB56.0, 66.9, 62.3
XYZ40.8, 23.9, 3.2
Decimal16269846
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.63:1
Text on #FFFFFF
AA Large
5.78:1
Text on #000000
AA
3.47:1
Text on #F8FAFC
AA Large
4.92:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F84216;
}
.text-color {
color: #F84216;
}
.border-color {
border: 2px solid #F84216;
}