Shades of Orange Red #F5470E
Tints of Orange Red #F5470E
RGB
CMYK
RGB Variations
Color information
#F5470E (or 0xF5470E) is known color: Orange Red. HEX triplet: F5, 47 and 0E. RGB value is (245,71,14). Sum of RGB (Red+Green+Blue) = 245+71+14=330 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.24% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 245 - color contains mainly: red. Hex color #F5470E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5470E is #0AB8F1. Grayscale: #747474. Windows color (decimal): -702706 or 935925. OLE color: 935925.
HSL color Cylindrical-coordinate representation of color #F5470E: hue angle of 14.81º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5470E is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 71 | 14 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.04 |
| HSL | 14.81º | 0.92% | 0.51% | - |
| HSV(B) | 14.81º | 0.94% | 0.96% | - |
| XYZ | 39.99 | 23.95 | 2.93 | - |
| YUV | 116.53 | 70.15 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 71 | 14 | 0 | 0.71 | 0.94 | 0.04 | 14.81 | 0.92 | 0.51 |
| Hex | F5 | 47 | E | 0 | 47 | 5E | 4 | F | 5C | 33 |
| Octal | 365 | 107 | 16 | 0 | 107 | 136 | 4 | 17 | 134 | 63 |
| Binary | 11110101 | 1000111 | 1110 | 0 | 1000111 | 1011110 | 100 | 1111 | 1011100 | 110011 |
Color Harmonies of #F5470E
Complementary color
Monochromatic Colors of #F5470E
Black with #F5470E
Text Example
Text Example
White with #F5470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5470E; }
p { color: rgb(245,71,14); }
H1.HeaderClassName
{
color: #F5470E;
}
.AnyTagClassName
{
color: #F5470E;
}
</style>
background-color css
<style>
a { background-color: #F5470E; }
a { background-color: rgb(245,71,14); }
div.DivClassName
{
background-color: #F5470E;
}
.BgClassName
{
background-color: #F5470E;
}
</style>
border-color css
<style>
span { border-color: #F5470E; }
span { border-color: rgb(245,71,14); }
td.TdClassName
{
border-color: #F5470E;
}
.TagClassName
{
border-color: #F5470E;
}
</style>