#F85024
A medium, vivid red closely aligning with Orangered.
About #F85024
Visually, #F85024 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Orangered. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 80, and 36.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 68% M, 85% Y, and 3% K. The HSL representation is 12.5° hue, 93.8% saturation, and 55.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F85024
RGB248, 80, 36
HSL12.5°, 93.8%, 55.7%
CMYK0%, 68%, 85%, 3%
HSV12.5°, 85.5%, 97.3%
LAB57.9, 62.1, 58.5
XYZ41.9, 25.8, 4.4
Decimal16273444
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.41:1
Text on #FFFFFF
AA Large
6.16:1
Text on #000000
AA
3.26:1
Text on #F8FAFC
AA Large
5.24:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F85024;
}
.text-color {
color: #F85024;
}
.border-color {
border: 2px solid #F85024;
}