#FF4907
A medium, vivid orange closely aligning with Orangered.
About #FF4907
Visually, #FF4907 is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Orangered. In the RGB color space, it consists of 255 red, 73 green, and 7 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 71% M, 97% Y, and 0% K. The HSL representation is 16.0° hue, 100.0% saturation, and 51.4% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF4907
RGB255, 73, 7
HSL16.0°, 100.0%, 51.4%
CMYK0%, 71%, 97%, 0%
HSV16.0°, 97.3%, 100.0%
LAB58.1, 66.5, 67.8
XYZ43.7, 26.0, 2.9
Decimal16730375
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.38:1
Text on #FFFFFF
AA Large
6.21:1
Text on #000000
AA
3.23:1
Text on #F8FAFC
AA Large
5.28:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF4907;
}
.text-color {
color: #FF4907;
}
.border-color {
border: 2px solid #FF4907;
}