Shades of Orange Red #F73C03
Tints of Orange Red #F73C03
RGB
CMYK
RGB Variations
Color information
#F73C03 (or 0xF73C03) is known color: Orange Red. HEX triplet: F7, 3C and 03. RGB value is (247,60,3). Sum of RGB (Red+Green+Blue) = 247+60+3=310 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.68% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 3 (1.56% from 255 or 0.97% from 310); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73C03 is #08C3FC. Grayscale: #6D6D6D. Windows color (decimal): -574461 or 212215. OLE color: 212215.
HSL color Cylindrical-coordinate representation of color #F73C03: hue angle of 14.02º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F73C03 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 60 | 3 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.03 |
| HSL | 14.02º | 0.98% | 0.49% | - |
| HSV(B) | 14.02º | 0.99% | 0.97% | - |
| XYZ | 39.99 | 23.01 | 2.42 | - |
| YUV | 109.42 | 67.95 | 226.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 60 | 3 | 0 | 0.76 | 0.99 | 0.03 | 14.02 | 0.98 | 0.49 |
| Hex | F7 | 3C | 3 | 0 | 4C | 63 | 3 | E | 62 | 31 |
| Octal | 367 | 74 | 3 | 0 | 114 | 143 | 3 | 16 | 142 | 61 |
| Binary | 11110111 | 111100 | 11 | 0 | 1001100 | 1100011 | 11 | 1110 | 1100010 | 110001 |
Color Harmonies of #F73C03
Complementary color
Monochromatic Colors of #F73C03
Black with #F73C03
Text Example
Text Example
White with #F73C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73C03; }
p { color: rgb(247,60,3); }
H1.HeaderClassName
{
color: #F73C03;
}
.AnyTagClassName
{
color: #F73C03;
}
</style>
background-color css
<style>
a { background-color: #F73C03; }
a { background-color: rgb(247,60,3); }
div.DivClassName
{
background-color: #F73C03;
}
.BgClassName
{
background-color: #F73C03;
}
</style>
border-color css
<style>
span { border-color: #F73C03; }
span { border-color: rgb(247,60,3); }
td.TdClassName
{
border-color: #F73C03;
}
.TagClassName
{
border-color: #F73C03;
}
</style>