Shades of Orange Red #F73C13
Tints of Orange Red #F73C13
RGB
CMYK
RGB Variations
Color information
#F73C13 (or 0xF73C13) is known color: Orange Red. HEX triplet: F7, 3C and 13. RGB value is (247,60,19). Sum of RGB (Red+Green+Blue) = 247+60+19=326 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.77% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73C13 is #08C3EC. Grayscale: #6F6F6F. Windows color (decimal): -574445 or 1260791. OLE color: 1260791.
HSL color Cylindrical-coordinate representation of color #F73C13: hue angle of 10.79º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F73C13 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 60 | 19 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.03 |
| HSL | 10.79º | 0.93% | 0.52% | - |
| HSV(B) | 10.79º | 0.92% | 0.97% | - |
| XYZ | 40.09 | 23.05 | 2.95 | - |
| YUV | 111.24 | 75.95 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 60 | 19 | 0 | 0.76 | 0.92 | 0.03 | 10.79 | 0.93 | 0.52 |
| Hex | F7 | 3C | 13 | 0 | 4C | 5C | 3 | B | 5D | 34 |
| Octal | 367 | 74 | 23 | 0 | 114 | 134 | 3 | 13 | 135 | 64 |
| Binary | 11110111 | 111100 | 10011 | 0 | 1001100 | 1011100 | 11 | 1011 | 1011101 | 110100 |
Color Harmonies of #F73C13
Complementary color
Monochromatic Colors of #F73C13
Black with #F73C13
Text Example
Text Example
White with #F73C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73C13; }
p { color: rgb(247,60,19); }
H1.HeaderClassName
{
color: #F73C13;
}
.AnyTagClassName
{
color: #F73C13;
}
</style>
background-color css
<style>
a { background-color: #F73C13; }
a { background-color: rgb(247,60,19); }
div.DivClassName
{
background-color: #F73C13;
}
.BgClassName
{
background-color: #F73C13;
}
</style>
border-color css
<style>
span { border-color: #F73C13; }
span { border-color: rgb(247,60,19); }
td.TdClassName
{
border-color: #F73C13;
}
.TagClassName
{
border-color: #F73C13;
}
</style>