Shades of Orange Red #F7470A
Tints of Orange Red #F7470A
RGB
CMYK
RGB Variations
Color information
#F7470A (or 0xF7470A) is known color: Orange Red. HEX triplet: F7, 47 and 0A. RGB value is (247,71,10). Sum of RGB (Red+Green+Blue) = 247+71+10=328 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.30% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 247 - color contains mainly: red. Hex color #F7470A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7470A is #08B8F5. Grayscale: #757575. Windows color (decimal): -571638 or 673783. OLE color: 673783.
HSL color Cylindrical-coordinate representation of color #F7470A: hue angle of 15.44º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7470A is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 71 | 10 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.03 |
| HSL | 15.44º | 0.94% | 0.5% | - |
| HSV(B) | 15.44º | 0.96% | 0.97% | - |
| XYZ | 40.67 | 24.3 | 2.83 | - |
| YUV | 116.67 | 67.81 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 71 | 10 | 0 | 0.71 | 0.96 | 0.03 | 15.44 | 0.94 | 0.5 |
| Hex | F7 | 47 | A | 0 | 47 | 60 | 3 | F | 5E | 32 |
| Octal | 367 | 107 | 12 | 0 | 107 | 140 | 3 | 17 | 136 | 62 |
| Binary | 11110111 | 1000111 | 1010 | 0 | 1000111 | 1100000 | 11 | 1111 | 1011110 | 110010 |
Color Harmonies of #F7470A
Complementary color
Monochromatic Colors of #F7470A
Black with #F7470A
Text Example
Text Example
White with #F7470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7470A; }
p { color: rgb(247,71,10); }
H1.HeaderClassName
{
color: #F7470A;
}
.AnyTagClassName
{
color: #F7470A;
}
</style>
background-color css
<style>
a { background-color: #F7470A; }
a { background-color: rgb(247,71,10); }
div.DivClassName
{
background-color: #F7470A;
}
.BgClassName
{
background-color: #F7470A;
}
</style>
border-color css
<style>
span { border-color: #F7470A; }
span { border-color: rgb(247,71,10); }
td.TdClassName
{
border-color: #F7470A;
}
.TagClassName
{
border-color: #F7470A;
}
</style>