Shades of Orange Red #F73C11
Tints of Orange Red #F73C11
RGB
CMYK
RGB Variations
Color information
#F73C11 (or 0xF73C11) is known color: Orange Red. HEX triplet: F7, 3C and 11. RGB value is (247,60,17). Sum of RGB (Red+Green+Blue) = 247+60+17=324 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.23% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73C11 is #08C3EE. Grayscale: #6F6F6F. Windows color (decimal): -574447 or 1129719. OLE color: 1129719.
HSL color Cylindrical-coordinate representation of color #F73C11: hue angle of 11.22º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F73C11 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 60 | 17 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.03 |
| HSL | 11.22º | 0.93% | 0.52% | - |
| HSV(B) | 11.22º | 0.93% | 0.97% | - |
| XYZ | 40.07 | 23.05 | 2.87 | - |
| YUV | 111.01 | 74.95 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 60 | 17 | 0 | 0.76 | 0.93 | 0.03 | 11.22 | 0.93 | 0.52 |
| Hex | F7 | 3C | 11 | 0 | 4C | 5D | 3 | B | 5D | 34 |
| Octal | 367 | 74 | 21 | 0 | 114 | 135 | 3 | 13 | 135 | 64 |
| Binary | 11110111 | 111100 | 10001 | 0 | 1001100 | 1011101 | 11 | 1011 | 1011101 | 110100 |
Color Harmonies of #F73C11
Complementary color
Monochromatic Colors of #F73C11
Black with #F73C11
Text Example
Text Example
White with #F73C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73C11; }
p { color: rgb(247,60,17); }
H1.HeaderClassName
{
color: #F73C11;
}
.AnyTagClassName
{
color: #F73C11;
}
</style>
background-color css
<style>
a { background-color: #F73C11; }
a { background-color: rgb(247,60,17); }
div.DivClassName
{
background-color: #F73C11;
}
.BgClassName
{
background-color: #F73C11;
}
</style>
border-color css
<style>
span { border-color: #F73C11; }
span { border-color: rgb(247,60,17); }
td.TdClassName
{
border-color: #F73C11;
}
.TagClassName
{
border-color: #F73C11;
}
</style>