#F84200
A medium, vivid orange closely aligning with Orangered.
About #F84200
At its core, #F84200 is a medium and vivid hue. It is closely associated with the named CSS color Orangered. This translates to an RGB value of rgb(248, 66, 0).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 73% magenta inks. The HSL representation is 16.0° hue, 100.0% saturation, and 48.6% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F84200
RGB248, 66, 0
HSL16.0°, 100.0%, 48.6%
CMYK0%, 73%, 100%, 3%
HSV16.0°, 100.0%, 97.3%
LAB55.9, 66.7, 67.5
XYZ40.7, 23.9, 2.5
Decimal16269824
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.64:1
Text on #FFFFFF
AA Large
5.77:1
Text on #000000
AA
3.48:1
Text on #F8FAFC
AA Large
4.91:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F84200;
}
.text-color {
color: #F84200;
}
.border-color {
border: 2px solid #F84200;
}