Shades of Orange Red #F73C19
Tints of Orange Red #F73C19
RGB
CMYK
RGB Variations
Color information
#F73C19 (or 0xF73C19) is known color: Orange Red. HEX triplet: F7, 3C and 19. RGB value is (247,60,25). Sum of RGB (Red+Green+Blue) = 247+60+25=332 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.40% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73C19 is #08C3E6. Grayscale: #707070. Windows color (decimal): -574439 or 1654007. OLE color: 1654007.
HSL color Cylindrical-coordinate representation of color #F73C19: hue angle of 9.46º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F73C19 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 60 | 25 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.03 |
| HSL | 9.46º | 0.93% | 0.53% | - |
| HSV(B) | 9.46º | 0.9% | 0.97% | - |
| XYZ | 40.15 | 23.08 | 3.26 | - |
| YUV | 111.92 | 78.95 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 60 | 25 | 0 | 0.76 | 0.90 | 0.03 | 9.46 | 0.93 | 0.53 |
| Hex | F7 | 3C | 19 | 0 | 4C | 5A | 3 | 9 | 5D | 35 |
| Octal | 367 | 74 | 31 | 0 | 114 | 132 | 3 | 11 | 135 | 65 |
| Binary | 11110111 | 111100 | 11001 | 0 | 1001100 | 1011010 | 11 | 1001 | 1011101 | 110101 |
Color Harmonies of #F73C19
Complementary color
Monochromatic Colors of #F73C19
Black with #F73C19
Text Example
Text Example
White with #F73C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73C19; }
p { color: rgb(247,60,25); }
H1.HeaderClassName
{
color: #F73C19;
}
.AnyTagClassName
{
color: #F73C19;
}
</style>
background-color css
<style>
a { background-color: #F73C19; }
a { background-color: rgb(247,60,25); }
div.DivClassName
{
background-color: #F73C19;
}
.BgClassName
{
background-color: #F73C19;
}
</style>
border-color css
<style>
span { border-color: #F73C19; }
span { border-color: rgb(247,60,25); }
td.TdClassName
{
border-color: #F73C19;
}
.TagClassName
{
border-color: #F73C19;
}
</style>