#F85724
A medium, vivid red closely aligning with Orangered.
About #F85724
The hex code #F85724 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Orangered. In the RGB color space, it consists of 248 red, 87 green, and 36 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 65% magenta inks. The HSL representation is 14.4° hue, 93.8% saturation, and 55.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F85724
RGB248, 87, 36
HSL14.4°, 93.8%, 55.7%
CMYK0%, 65%, 85%, 3%
HSV14.4°, 85.5%, 97.3%
LAB58.9, 59.4, 59.3
XYZ42.4, 26.9, 4.6
Decimal16275236
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.29:1
Text on #FFFFFF
AA Large
6.38:1
Text on #000000
AA
3.15:1
Text on #F8FAFC
AA Large
5.42:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F85724;
}
.text-color {
color: #F85724;
}
.border-color {
border: 2px solid #F85724;
}