#F81D00
A medium, vivid red closely aligning with Red.
About #F81D00
At its core, #F81D00 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Red. This translates to an RGB value of rgb(248, 29, 0).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 88% Magenta, 100% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F81D00
RGB248, 29, 0
HSL7.0°, 100.0%, 48.6%
CMYK0%, 88%, 100%, 3%
HSV7.0°, 100.0%, 97.3%
LAB52.8, 75.6, 66.2
XYZ39.2, 20.8, 2.0
Decimal16260352
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.06:1
Text on #FFFFFF
AA Large
5.17:1
Text on #000000
AA
3.88:1
Text on #F8FAFC
AA Large
4.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F81D00;
}
.text-color {
color: #F81D00;
}
.border-color {
border: 2px solid #F81D00;
}