#F05F1D
A medium, vivid orange closely aligning with Tomato.
About #F05F1D
At its core, #F05F1D is a medium and vivid hue. Its closest recognized web color is Tomato. This translates to an RGB value of rgb(240, 95, 29).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 60% magenta inks. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F05F1D
RGB240, 95, 29
HSL18.8°, 87.6%, 52.7%
CMYK0%, 60%, 88%, 6%
HSV18.8°, 87.9%, 94.1%
LAB58.8, 53.1, 61.3
XYZ40.2, 26.8, 4.2
Decimal15752989
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.30:1
Text on #FFFFFF
AA Large
6.36:1
Text on #000000
AA
3.16:1
Text on #F8FAFC
AA Large
5.41:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F05F1D;
}
.text-color {
color: #F05F1D;
}
.border-color {
border: 2px solid #F05F1D;
}