Shades of Orange Red #F04A17
Tints of Orange Red #F04A17
RGB
CMYK
RGB Variations
Color information
#F04A17 (or 0xF04A17) is known color: Orange Red. HEX triplet: F0, 4A and 17. RGB value is (240,74,23). Sum of RGB (Red+Green+Blue) = 240+74+23=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04A17 is #0FB5E8. Grayscale: #767676. Windows color (decimal): -1029609 or 1526512. OLE color: 1526512.
HSL color Cylindrical-coordinate representation of color #F04A17: hue angle of 14.1º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F04A17 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 23 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.06 |
| HSL | 14.1º | 0.88% | 0.52% | - |
| HSV(B) | 14.1º | 0.9% | 0.94% | - |
| XYZ | 38.54 | 23.48 | 3.31 | - |
| YUV | 117.82 | 74.5 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 23 | 0 | 0.69 | 0.90 | 0.06 | 14.1 | 0.88 | 0.52 |
| Hex | F0 | 4A | 17 | 0 | 45 | 5A | 6 | E | 58 | 34 |
| Octal | 360 | 112 | 27 | 0 | 105 | 132 | 6 | 16 | 130 | 64 |
| Binary | 11110000 | 1001010 | 10111 | 0 | 1000101 | 1011010 | 110 | 1110 | 1011000 | 110100 |
Color Harmonies of #F04A17
Complementary color
Monochromatic Colors of #F04A17
Black with #F04A17
Text Example
Text Example
White with #F04A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04A17; }
p { color: rgb(240,74,23); }
H1.HeaderClassName
{
color: #F04A17;
}
.AnyTagClassName
{
color: #F04A17;
}
</style>
background-color css
<style>
a { background-color: #F04A17; }
a { background-color: rgb(240,74,23); }
div.DivClassName
{
background-color: #F04A17;
}
.BgClassName
{
background-color: #F04A17;
}
</style>
border-color css
<style>
span { border-color: #F04A17; }
span { border-color: rgb(240,74,23); }
td.TdClassName
{
border-color: #F04A17;
}
.TagClassName
{
border-color: #F04A17;
}
</style>