Shades of Orange Red #F7470C
Tints of Orange Red #F7470C
RGB
CMYK
RGB Variations
Color information
#F7470C (or 0xF7470C) is known color: Orange Red. HEX triplet: F7, 47 and 0C. RGB value is (247,71,12). Sum of RGB (Red+Green+Blue) = 247+71+12=330 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.85% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 247 - color contains mainly: red. Hex color #F7470C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7470C is #08B8F3. Grayscale: #757575. Windows color (decimal): -571636 or 804855. OLE color: 804855.
HSL color Cylindrical-coordinate representation of color #F7470C: hue angle of 15.06º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7470C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 71 | 12 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.03 |
| HSL | 15.06º | 0.94% | 0.51% | - |
| HSV(B) | 15.06º | 0.95% | 0.97% | - |
| XYZ | 40.68 | 24.31 | 2.9 | - |
| YUV | 116.9 | 68.81 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 71 | 12 | 0 | 0.71 | 0.95 | 0.03 | 15.06 | 0.94 | 0.51 |
| Hex | F7 | 47 | C | 0 | 47 | 5F | 3 | F | 5E | 33 |
| Octal | 367 | 107 | 14 | 0 | 107 | 137 | 3 | 17 | 136 | 63 |
| Binary | 11110111 | 1000111 | 1100 | 0 | 1000111 | 1011111 | 11 | 1111 | 1011110 | 110011 |
Color Harmonies of #F7470C
Complementary color
Monochromatic Colors of #F7470C
Black with #F7470C
Text Example
Text Example
White with #F7470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7470C; }
p { color: rgb(247,71,12); }
H1.HeaderClassName
{
color: #F7470C;
}
.AnyTagClassName
{
color: #F7470C;
}
</style>
background-color css
<style>
a { background-color: #F7470C; }
a { background-color: rgb(247,71,12); }
div.DivClassName
{
background-color: #F7470C;
}
.BgClassName
{
background-color: #F7470C;
}
</style>
border-color css
<style>
span { border-color: #F7470C; }
span { border-color: rgb(247,71,12); }
td.TdClassName
{
border-color: #F7470C;
}
.TagClassName
{
border-color: #F7470C;
}
</style>