#F83A24
A medium, vivid red closely aligning with Orangered.
About #F83A24
When working with digital screens, the color #F83A24 is rendered by mixing light. Designers often compare it to the standard color Orangered. This translates to an RGB value of rgb(248, 58, 36).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 77% M, 85% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
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#F83A24
RGB248, 58, 36
HSL6.2°, 93.8%, 55.7%
CMYK0%, 77%, 85%, 3%
HSV6.2°, 85.5%, 97.3%
LAB55.2, 69.5, 56.3
XYZ40.5, 23.1, 4.0
Decimal16267812
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.74:1
Text on #FFFFFF
AA Large
5.62:1
Text on #000000
AA
3.57:1
Text on #F8FAFC
AA Large
4.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F83A24;
}
.text-color {
color: #F83A24;
}
.border-color {
border: 2px solid #F83A24;
}