Shades of Orange Red #F73C18
Tints of Orange Red #F73C18
RGB
CMYK
RGB Variations
Color information
#F73C18 (or 0xF73C18) is known color: Orange Red. HEX triplet: F7, 3C and 18. RGB value is (247,60,24). Sum of RGB (Red+Green+Blue) = 247+60+24=331 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.62% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73C18 is #08C3E7. Grayscale: #707070. Windows color (decimal): -574440 or 1588471. OLE color: 1588471.
HSL color Cylindrical-coordinate representation of color #F73C18: hue angle of 9.69º 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 #F73C18 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 60 | 24 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.03 |
| HSL | 9.69º | 0.93% | 0.53% | - |
| HSV(B) | 9.69º | 0.9% | 0.97% | - |
| XYZ | 40.14 | 23.07 | 3.2 | - |
| YUV | 111.81 | 78.45 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 60 | 24 | 0 | 0.76 | 0.90 | 0.03 | 9.69 | 0.93 | 0.53 |
| Hex | F7 | 3C | 18 | 0 | 4C | 5A | 3 | A | 5D | 35 |
| Octal | 367 | 74 | 30 | 0 | 114 | 132 | 3 | 12 | 135 | 65 |
| Binary | 11110111 | 111100 | 11000 | 0 | 1001100 | 1011010 | 11 | 1010 | 1011101 | 110101 |
Color Harmonies of #F73C18
Complementary color
Monochromatic Colors of #F73C18
Black with #F73C18
Text Example
Text Example
White with #F73C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73C18; }
p { color: rgb(247,60,24); }
H1.HeaderClassName
{
color: #F73C18;
}
.AnyTagClassName
{
color: #F73C18;
}
</style>
background-color css
<style>
a { background-color: #F73C18; }
a { background-color: rgb(247,60,24); }
div.DivClassName
{
background-color: #F73C18;
}
.BgClassName
{
background-color: #F73C18;
}
</style>
border-color css
<style>
span { border-color: #F73C18; }
span { border-color: rgb(247,60,24); }
td.TdClassName
{
border-color: #F73C18;
}
.TagClassName
{
border-color: #F73C18;
}
</style>