Shades of Orange Red #F74006
Tints of Orange Red #F74006
RGB
CMYK
RGB Variations
Color information
#F74006 (or 0xF74006) is known color: Orange Red. HEX triplet: F7, 40 and 06. RGB value is (247,64,6). Sum of RGB (Red+Green+Blue) = 247+64+6=317 (41% of max value = 765). Red value is 247 (96.88% from 255 or 77.92% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 247 - color contains mainly: red. Hex color #F74006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74006 is #08BFF9. Grayscale: #707070. Windows color (decimal): -573434 or 409847. OLE color: 409847.
HSL color Cylindrical-coordinate representation of color #F74006: hue angle of 14.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 #F74006 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 6 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.03 |
| HSL | 14.44º | 0.95% | 0.5% | - |
| HSV(B) | 14.44º | 0.98% | 0.97% | - |
| XYZ | 40.22 | 23.45 | 2.58 | - |
| YUV | 112.11 | 68.13 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 6 | 0 | 0.74 | 0.98 | 0.03 | 14.44 | 0.95 | 0.5 |
| Hex | F7 | 40 | 6 | 0 | 4A | 62 | 3 | E | 5F | 32 |
| Octal | 367 | 100 | 6 | 0 | 112 | 142 | 3 | 16 | 137 | 62 |
| Binary | 11110111 | 1000000 | 110 | 0 | 1001010 | 1100010 | 11 | 1110 | 1011111 | 110010 |
Color Harmonies of #F74006
Complementary color
Monochromatic Colors of #F74006
Black with #F74006
Text Example
Text Example
White with #F74006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74006; }
p { color: rgb(247,64,6); }
H1.HeaderClassName
{
color: #F74006;
}
.AnyTagClassName
{
color: #F74006;
}
</style>
background-color css
<style>
a { background-color: #F74006; }
a { background-color: rgb(247,64,6); }
div.DivClassName
{
background-color: #F74006;
}
.BgClassName
{
background-color: #F74006;
}
</style>
border-color css
<style>
span { border-color: #F74006; }
span { border-color: rgb(247,64,6); }
td.TdClassName
{
border-color: #F74006;
}
.TagClassName
{
border-color: #F74006;
}
</style>