#F83A00
A medium, vivid red closely aligning with Orangered.
About #F83A00
Visually, #F83A00 is defined as a vivid red. Designers often compare it to the standard color Orangered. Its digital footprint relies on 248 parts red, 58 parts green, and 0 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 77% M, 100% Y, and 3% K. The HSL representation is 14.0° hue, 100.0% saturation, and 48.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F83A00
RGB248, 58, 0
HSL14.0°, 100.0%, 48.6%
CMYK0%, 77%, 100%, 3%
HSV14.0°, 100.0%, 97.3%
LAB55.1, 69.1, 67.1
XYZ40.2, 23.0, 2.3
Decimal16267776
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.75:1
Text on #FFFFFF
AA Large
5.60:1
Text on #000000
AA
3.59:1
Text on #F8FAFC
AA Large
4.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F83A00;
}
.text-color {
color: #F83A00;
}
.border-color {
border: 2px solid #F83A00;
}