Shades of Orange Red #F73C06
Tints of Orange Red #F73C06
RGB
CMYK
RGB Variations
Color information
#F73C06 (or 0xF73C06) is known color: Orange Red. HEX triplet: F7, 3C and 06. RGB value is (247,60,6). Sum of RGB (Red+Green+Blue) = 247+60+6=313 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.91% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73C06 is #08C3F9. Grayscale: #6E6E6E. Windows color (decimal): -574458 or 408823. OLE color: 408823.
HSL color Cylindrical-coordinate representation of color #F73C06: hue angle of 13.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 #F73C06 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 60 | 6 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.03 |
| HSL | 13.44º | 0.95% | 0.5% | - |
| HSV(B) | 13.44º | 0.98% | 0.97% | - |
| XYZ | 40.01 | 23.02 | 2.51 | - |
| YUV | 109.76 | 69.45 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 60 | 6 | 0 | 0.76 | 0.98 | 0.03 | 13.44 | 0.95 | 0.5 |
| Hex | F7 | 3C | 6 | 0 | 4C | 62 | 3 | D | 5F | 32 |
| Octal | 367 | 74 | 6 | 0 | 114 | 142 | 3 | 15 | 137 | 62 |
| Binary | 11110111 | 111100 | 110 | 0 | 1001100 | 1100010 | 11 | 1101 | 1011111 | 110010 |
Color Harmonies of #F73C06
Complementary color
Monochromatic Colors of #F73C06
Black with #F73C06
Text Example
Text Example
White with #F73C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73C06; }
p { color: rgb(247,60,6); }
H1.HeaderClassName
{
color: #F73C06;
}
.AnyTagClassName
{
color: #F73C06;
}
</style>
background-color css
<style>
a { background-color: #F73C06; }
a { background-color: rgb(247,60,6); }
div.DivClassName
{
background-color: #F73C06;
}
.BgClassName
{
background-color: #F73C06;
}
</style>
border-color css
<style>
span { border-color: #F73C06; }
span { border-color: rgb(247,60,6); }
td.TdClassName
{
border-color: #F73C06;
}
.TagClassName
{
border-color: #F73C06;
}
</style>