Shades of Orange Red #F74712
Tints of Orange Red #F74712
RGB
CMYK
RGB Variations
Color information
#F74712 (or 0xF74712) is known color: Orange Red. HEX triplet: F7, 47 and 12. RGB value is (247,71,18). Sum of RGB (Red+Green+Blue) = 247+71+18=336 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.51% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 247 - color contains mainly: red. Hex color #F74712 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74712 is #08B8ED. Grayscale: #757575. Windows color (decimal): -571630 or 1198071. OLE color: 1198071.
HSL color Cylindrical-coordinate representation of color #F74712: hue angle of 13.89º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F74712 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 71 | 18 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.03 |
| HSL | 13.89º | 0.93% | 0.52% | - |
| HSV(B) | 13.89º | 0.93% | 0.97% | - |
| XYZ | 40.72 | 24.32 | 3.12 | - |
| YUV | 117.58 | 71.81 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 71 | 18 | 0 | 0.71 | 0.93 | 0.03 | 13.89 | 0.93 | 0.52 |
| Hex | F7 | 47 | 12 | 0 | 47 | 5D | 3 | E | 5D | 34 |
| Octal | 367 | 107 | 22 | 0 | 107 | 135 | 3 | 16 | 135 | 64 |
| Binary | 11110111 | 1000111 | 10010 | 0 | 1000111 | 1011101 | 11 | 1110 | 1011101 | 110100 |
Color Harmonies of #F74712
Complementary color
Monochromatic Colors of #F74712
Black with #F74712
Text Example
Text Example
White with #F74712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74712; }
p { color: rgb(247,71,18); }
H1.HeaderClassName
{
color: #F74712;
}
.AnyTagClassName
{
color: #F74712;
}
</style>
background-color css
<style>
a { background-color: #F74712; }
a { background-color: rgb(247,71,18); }
div.DivClassName
{
background-color: #F74712;
}
.BgClassName
{
background-color: #F74712;
}
</style>
border-color css
<style>
span { border-color: #F74712; }
span { border-color: rgb(247,71,18); }
td.TdClassName
{
border-color: #F74712;
}
.TagClassName
{
border-color: #F74712;
}
</style>