Shades of Orange Red #F74406
Tints of Orange Red #F74406
RGB
CMYK
RGB Variations
Color information
#F74406 (or 0xF74406) is known color: Orange Red. HEX triplet: F7, 44 and 06. RGB value is (247,68,6). Sum of RGB (Red+Green+Blue) = 247+68+6=321 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.95% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 247 - color contains mainly: red. Hex color #F74406 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74406 is #08BBF9. Grayscale: #727272. Windows color (decimal): -572410 or 410871. OLE color: 410871.
HSL color Cylindrical-coordinate representation of color #F74406: hue angle of 15.44º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F74406 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 68 | 6 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.03 |
| HSL | 15.44º | 0.95% | 0.5% | - |
| HSV(B) | 15.44º | 0.98% | 0.97% | - |
| XYZ | 40.46 | 23.92 | 2.66 | - |
| YUV | 114.45 | 66.8 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 68 | 6 | 0 | 0.72 | 0.98 | 0.03 | 15.44 | 0.95 | 0.5 |
| Hex | F7 | 44 | 6 | 0 | 48 | 62 | 3 | F | 5F | 32 |
| Octal | 367 | 104 | 6 | 0 | 110 | 142 | 3 | 17 | 137 | 62 |
| Binary | 11110111 | 1000100 | 110 | 0 | 1001000 | 1100010 | 11 | 1111 | 1011111 | 110010 |
Color Harmonies of #F74406
Complementary color
Monochromatic Colors of #F74406
Black with #F74406
Text Example
Text Example
White with #F74406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74406; }
p { color: rgb(247,68,6); }
H1.HeaderClassName
{
color: #F74406;
}
.AnyTagClassName
{
color: #F74406;
}
</style>
background-color css
<style>
a { background-color: #F74406; }
a { background-color: rgb(247,68,6); }
div.DivClassName
{
background-color: #F74406;
}
.BgClassName
{
background-color: #F74406;
}
</style>
border-color css
<style>
span { border-color: #F74406; }
span { border-color: rgb(247,68,6); }
td.TdClassName
{
border-color: #F74406;
}
.TagClassName
{
border-color: #F74406;
}
</style>