Shades of Orange Red #F5470C
Tints of Orange Red #F5470C
RGB
CMYK
RGB Variations
Color information
#F5470C (or 0xF5470C) is known color: Orange Red. HEX triplet: F5, 47 and 0C. RGB value is (245,71,12). Sum of RGB (Red+Green+Blue) = 245+71+12=328 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.70% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 245 - color contains mainly: red. Hex color #F5470C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5470C is #0AB8F3. Grayscale: #747474. Windows color (decimal): -702708 or 804853. OLE color: 804853.
HSL color Cylindrical-coordinate representation of color #F5470C: hue angle of 15.19º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5470C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 71 | 12 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.04 |
| HSL | 15.19º | 0.92% | 0.5% | - |
| HSV(B) | 15.19º | 0.95% | 0.96% | - |
| XYZ | 39.98 | 23.95 | 2.86 | - |
| YUV | 116.3 | 69.15 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 71 | 12 | 0 | 0.71 | 0.95 | 0.04 | 15.19 | 0.92 | 0.5 |
| Hex | F5 | 47 | C | 0 | 47 | 5F | 4 | F | 5C | 32 |
| Octal | 365 | 107 | 14 | 0 | 107 | 137 | 4 | 17 | 134 | 62 |
| Binary | 11110101 | 1000111 | 1100 | 0 | 1000111 | 1011111 | 100 | 1111 | 1011100 | 110010 |
Color Harmonies of #F5470C
Complementary color
Monochromatic Colors of #F5470C
Black with #F5470C
Text Example
Text Example
White with #F5470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5470C; }
p { color: rgb(245,71,12); }
H1.HeaderClassName
{
color: #F5470C;
}
.AnyTagClassName
{
color: #F5470C;
}
</style>
background-color css
<style>
a { background-color: #F5470C; }
a { background-color: rgb(245,71,12); }
div.DivClassName
{
background-color: #F5470C;
}
.BgClassName
{
background-color: #F5470C;
}
</style>
border-color css
<style>
span { border-color: #F5470C; }
span { border-color: rgb(245,71,12); }
td.TdClassName
{
border-color: #F5470C;
}
.TagClassName
{
border-color: #F5470C;
}
</style>