Shades of Orange Red #F74008
Tints of Orange Red #F74008
RGB
CMYK
RGB Variations
Color information
#F74008 (or 0xF74008) is known color: Orange Red. HEX triplet: F7, 40 and 08. RGB value is (247,64,8). Sum of RGB (Red+Green+Blue) = 247+64+8=319 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.43% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 247 - color contains mainly: red. Hex color #F74008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74008 is #08BFF7. Grayscale: #707070. Windows color (decimal): -573432 or 540919. OLE color: 540919.
HSL color Cylindrical-coordinate representation of color #F74008: hue angle of 14.06º 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 #F74008 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 8 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.03 |
| HSL | 14.06º | 0.94% | 0.5% | - |
| HSV(B) | 14.06º | 0.97% | 0.97% | - |
| XYZ | 40.24 | 23.46 | 2.64 | - |
| YUV | 112.33 | 69.13 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 8 | 0 | 0.74 | 0.97 | 0.03 | 14.06 | 0.94 | 0.5 |
| Hex | F7 | 40 | 8 | 0 | 4A | 61 | 3 | E | 5E | 32 |
| Octal | 367 | 100 | 10 | 0 | 112 | 141 | 3 | 16 | 136 | 62 |
| Binary | 11110111 | 1000000 | 1000 | 0 | 1001010 | 1100001 | 11 | 1110 | 1011110 | 110010 |
Color Harmonies of #F74008
Complementary color
Monochromatic Colors of #F74008
Black with #F74008
Text Example
Text Example
White with #F74008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74008; }
p { color: rgb(247,64,8); }
H1.HeaderClassName
{
color: #F74008;
}
.AnyTagClassName
{
color: #F74008;
}
</style>
background-color css
<style>
a { background-color: #F74008; }
a { background-color: rgb(247,64,8); }
div.DivClassName
{
background-color: #F74008;
}
.BgClassName
{
background-color: #F74008;
}
</style>
border-color css
<style>
span { border-color: #F74008; }
span { border-color: rgb(247,64,8); }
td.TdClassName
{
border-color: #F74008;
}
.TagClassName
{
border-color: #F74008;
}
</style>