Shades of Orange Red #F74508
Tints of Orange Red #F74508
RGB
CMYK
RGB Variations
Color information
#F74508 (or 0xF74508) is known color: Orange Red. HEX triplet: F7, 45 and 08. RGB value is (247,69,8). Sum of RGB (Red+Green+Blue) = 247+69+8=324 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.23% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 247 - color contains mainly: red. Hex color #F74508 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74508 is #08BAF7. Grayscale: #737373. Windows color (decimal): -572152 or 542199. OLE color: 542199.
HSL color Cylindrical-coordinate representation of color #F74508: hue angle of 15.31º 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 #F74508 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 69 | 8 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.03 |
| HSL | 15.31º | 0.94% | 0.5% | - |
| HSV(B) | 15.31º | 0.97% | 0.97% | - |
| XYZ | 40.53 | 24.05 | 2.74 | - |
| YUV | 115.27 | 67.47 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 69 | 8 | 0 | 0.72 | 0.97 | 0.03 | 15.31 | 0.94 | 0.5 |
| Hex | F7 | 45 | 8 | 0 | 48 | 61 | 3 | F | 5E | 32 |
| Octal | 367 | 105 | 10 | 0 | 110 | 141 | 3 | 17 | 136 | 62 |
| Binary | 11110111 | 1000101 | 1000 | 0 | 1001000 | 1100001 | 11 | 1111 | 1011110 | 110010 |
Color Harmonies of #F74508
Complementary color
Monochromatic Colors of #F74508
Black with #F74508
Text Example
Text Example
White with #F74508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74508; }
p { color: rgb(247,69,8); }
H1.HeaderClassName
{
color: #F74508;
}
.AnyTagClassName
{
color: #F74508;
}
</style>
background-color css
<style>
a { background-color: #F74508; }
a { background-color: rgb(247,69,8); }
div.DivClassName
{
background-color: #F74508;
}
.BgClassName
{
background-color: #F74508;
}
</style>
border-color css
<style>
span { border-color: #F74508; }
span { border-color: rgb(247,69,8); }
td.TdClassName
{
border-color: #F74508;
}
.TagClassName
{
border-color: #F74508;
}
</style>