#F80F00
A medium, vivid red closely aligning with Red.
About #F80F00
Visually, #F80F00 is defined as a vivid red. Designers often compare it to the standard color Red. In the RGB color space, it consists of 248 red, 15 green, and 0 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 94% Magenta, 100% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#F80F00
RGB248, 15, 0
HSL3.6°, 100.0%, 48.6%
CMYK0%, 94%, 100%, 3%
HSV3.6°, 100.0%, 97.3%
LAB52.2, 77.3, 66.0
XYZ38.9, 20.3, 1.9
Decimal16256768
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.15:1
Text on #FFFFFF
AA Large
5.06:1
Text on #000000
AA
3.97:1
Text on #F8FAFC
AA Large
4.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F80F00;
}
.text-color {
color: #F80F00;
}
.border-color {
border: 2px solid #F80F00;
}