Shades of Orange Red #F73F06
Tints of Orange Red #F73F06
RGB
CMYK
RGB Variations
Color information
#F73F06 (or 0xF73F06) is known color: Orange Red. HEX triplet: F7, 3F and 06. RGB value is (247,63,6). Sum of RGB (Red+Green+Blue) = 247+63+6=316 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.16% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 247 - color contains mainly: red. Hex color #F73F06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73F06 is #08C0F9. Grayscale: #6F6F6F. Windows color (decimal): -573690 or 409591. OLE color: 409591.
HSL color Cylindrical-coordinate representation of color #F73F06: hue angle of 14.19º 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 #F73F06 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 63 | 6 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.03 |
| HSL | 14.19º | 0.95% | 0.5% | - |
| HSV(B) | 14.19º | 0.98% | 0.97% | - |
| XYZ | 40.17 | 23.34 | 2.56 | - |
| YUV | 111.52 | 68.46 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 63 | 6 | 0 | 0.74 | 0.98 | 0.03 | 14.19 | 0.95 | 0.5 |
| Hex | F7 | 3F | 6 | 0 | 4A | 62 | 3 | E | 5F | 32 |
| Octal | 367 | 77 | 6 | 0 | 112 | 142 | 3 | 16 | 137 | 62 |
| Binary | 11110111 | 111111 | 110 | 0 | 1001010 | 1100010 | 11 | 1110 | 1011111 | 110010 |
Color Harmonies of #F73F06
Complementary color
Monochromatic Colors of #F73F06
Black with #F73F06
Text Example
Text Example
White with #F73F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73F06; }
p { color: rgb(247,63,6); }
H1.HeaderClassName
{
color: #F73F06;
}
.AnyTagClassName
{
color: #F73F06;
}
</style>
background-color css
<style>
a { background-color: #F73F06; }
a { background-color: rgb(247,63,6); }
div.DivClassName
{
background-color: #F73F06;
}
.BgClassName
{
background-color: #F73F06;
}
</style>
border-color css
<style>
span { border-color: #F73F06; }
span { border-color: rgb(247,63,6); }
td.TdClassName
{
border-color: #F73F06;
}
.TagClassName
{
border-color: #F73F06;
}
</style>