Shades of Orange Red #F73C0D
Tints of Orange Red #F73C0D
RGB
CMYK
RGB Variations
Color information
#F73C0D (or 0xF73C0D) is known color: Orange Red. HEX triplet: F7, 3C and 0D. RGB value is (247,60,13). Sum of RGB (Red+Green+Blue) = 247+60+13=320 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.19% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73C0D is #08C3F2. Grayscale: #6E6E6E. Windows color (decimal): -574451 or 867575. OLE color: 867575.
HSL color Cylindrical-coordinate representation of color #F73C0D: hue angle of 12.05º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F73C0D is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 60 | 13 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.03 |
| HSL | 12.05º | 0.94% | 0.51% | - |
| HSV(B) | 12.05º | 0.95% | 0.97% | - |
| XYZ | 40.05 | 23.03 | 2.72 | - |
| YUV | 110.56 | 72.95 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 60 | 13 | 0 | 0.76 | 0.95 | 0.03 | 12.05 | 0.94 | 0.51 |
| Hex | F7 | 3C | D | 0 | 4C | 5F | 3 | C | 5E | 33 |
| Octal | 367 | 74 | 15 | 0 | 114 | 137 | 3 | 14 | 136 | 63 |
| Binary | 11110111 | 111100 | 1101 | 0 | 1001100 | 1011111 | 11 | 1100 | 1011110 | 110011 |
Color Harmonies of #F73C0D
Complementary color
Monochromatic Colors of #F73C0D
Black with #F73C0D
Text Example
Text Example
White with #F73C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73C0D; }
p { color: rgb(247,60,13); }
H1.HeaderClassName
{
color: #F73C0D;
}
.AnyTagClassName
{
color: #F73C0D;
}
</style>
background-color css
<style>
a { background-color: #F73C0D; }
a { background-color: rgb(247,60,13); }
div.DivClassName
{
background-color: #F73C0D;
}
.BgClassName
{
background-color: #F73C0D;
}
</style>
border-color css
<style>
span { border-color: #F73C0D; }
span { border-color: rgb(247,60,13); }
td.TdClassName
{
border-color: #F73C0D;
}
.TagClassName
{
border-color: #F73C0D;
}
</style>