Shades of Orange Red #F74608
Tints of Orange Red #F74608
RGB
CMYK
RGB Variations
Color information
#F74608 (or 0xF74608) is known color: Orange Red. HEX triplet: F7, 46 and 08. RGB value is (247,70,8). Sum of RGB (Red+Green+Blue) = 247+70+8=325 (43% of max value = 765). Red value is 247 (96.88% from 255 or 76% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 247 - color contains mainly: red. Hex color #F74608 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74608 is #08B9F7. Grayscale: #747474. Windows color (decimal): -571896 or 542455. OLE color: 542455.
HSL color Cylindrical-coordinate representation of color #F74608: hue angle of 15.56º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F74608 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 70 | 8 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.03 |
| HSL | 15.56º | 0.94% | 0.5% | - |
| HSV(B) | 15.56º | 0.97% | 0.97% | - |
| XYZ | 40.59 | 24.17 | 2.76 | - |
| YUV | 115.86 | 67.14 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 70 | 8 | 0 | 0.72 | 0.97 | 0.03 | 15.56 | 0.94 | 0.5 |
| Hex | F7 | 46 | 8 | 0 | 48 | 61 | 3 | 10 | 5E | 32 |
| Octal | 367 | 106 | 10 | 0 | 110 | 141 | 3 | 20 | 136 | 62 |
| Binary | 11110111 | 1000110 | 1000 | 0 | 1001000 | 1100001 | 11 | 10000 | 1011110 | 110010 |
Color Harmonies of #F74608
Complementary color
Monochromatic Colors of #F74608
Black with #F74608
Text Example
Text Example
White with #F74608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74608; }
p { color: rgb(247,70,8); }
H1.HeaderClassName
{
color: #F74608;
}
.AnyTagClassName
{
color: #F74608;
}
</style>
background-color css
<style>
a { background-color: #F74608; }
a { background-color: rgb(247,70,8); }
div.DivClassName
{
background-color: #F74608;
}
.BgClassName
{
background-color: #F74608;
}
</style>
border-color css
<style>
span { border-color: #F74608; }
span { border-color: rgb(247,70,8); }
td.TdClassName
{
border-color: #F74608;
}
.TagClassName
{
border-color: #F74608;
}
</style>