Shades of Orange Red #F0470E
Tints of Orange Red #F0470E
RGB
CMYK
RGB Variations
Color information
#F0470E (or 0xF0470E) is known color: Orange Red. HEX triplet: F0, 47 and 0E. RGB value is (240,71,14). Sum of RGB (Red+Green+Blue) = 240+71+14=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F0470E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0470E is #0FB8F1. Grayscale: #737373. Windows color (decimal): -1030386 or 935920. OLE color: 935920.
HSL color Cylindrical-coordinate representation of color #F0470E: hue angle of 15.13º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0470E is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 14 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.06 |
| HSL | 15.13º | 0.89% | 0.5% | - |
| HSV(B) | 15.13º | 0.94% | 0.94% | - |
| XYZ | 38.27 | 23.06 | 2.85 | - |
| YUV | 115.03 | 70.99 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 14 | 0 | 0.70 | 0.94 | 0.06 | 15.13 | 0.89 | 0.5 |
| Hex | F0 | 47 | E | 0 | 46 | 5E | 6 | F | 59 | 32 |
| Octal | 360 | 107 | 16 | 0 | 106 | 136 | 6 | 17 | 131 | 62 |
| Binary | 11110000 | 1000111 | 1110 | 0 | 1000110 | 1011110 | 110 | 1111 | 1011001 | 110010 |
Color Harmonies of #F0470E
Complementary color
Monochromatic Colors of #F0470E
Black with #F0470E
Text Example
Text Example
White with #F0470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0470E; }
p { color: rgb(240,71,14); }
H1.HeaderClassName
{
color: #F0470E;
}
.AnyTagClassName
{
color: #F0470E;
}
</style>
background-color css
<style>
a { background-color: #F0470E; }
a { background-color: rgb(240,71,14); }
div.DivClassName
{
background-color: #F0470E;
}
.BgClassName
{
background-color: #F0470E;
}
</style>
border-color css
<style>
span { border-color: #F0470E; }
span { border-color: rgb(240,71,14); }
td.TdClassName
{
border-color: #F0470E;
}
.TagClassName
{
border-color: #F0470E;
}
</style>