Shades of Orange Red #F03C11
Tints of Orange Red #F03C11
RGB
CMYK
RGB Variations
Color information
#F03C11 (or 0xF03C11) is known color: Orange Red. HEX triplet: F0, 3C and 11. RGB value is (240,60,17). Sum of RGB (Red+Green+Blue) = 240+60+17=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03C11 is #0FC3EE. Grayscale: #6D6D6D. Windows color (decimal): -1033199 or 1129712. OLE color: 1129712.
HSL color Cylindrical-coordinate representation of color #F03C11: hue angle of 11.57º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F03C11 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 60 | 17 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.06 |
| HSL | 11.57º | 0.88% | 0.5% | - |
| HSV(B) | 11.57º | 0.93% | 0.94% | - |
| XYZ | 37.65 | 21.8 | 2.75 | - |
| YUV | 108.92 | 76.13 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 17 | 0 | 0.75 | 0.93 | 0.06 | 11.57 | 0.88 | 0.5 |
| Hex | F0 | 3C | 11 | 0 | 4B | 5D | 6 | C | 58 | 32 |
| Octal | 360 | 74 | 21 | 0 | 113 | 135 | 6 | 14 | 130 | 62 |
| Binary | 11110000 | 111100 | 10001 | 0 | 1001011 | 1011101 | 110 | 1100 | 1011000 | 110010 |
Color Harmonies of #F03C11
Complementary color
Monochromatic Colors of #F03C11
Black with #F03C11
Text Example
Text Example
White with #F03C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03C11; }
p { color: rgb(240,60,17); }
H1.HeaderClassName
{
color: #F03C11;
}
.AnyTagClassName
{
color: #F03C11;
}
</style>
background-color css
<style>
a { background-color: #F03C11; }
a { background-color: rgb(240,60,17); }
div.DivClassName
{
background-color: #F03C11;
}
.BgClassName
{
background-color: #F03C11;
}
</style>
border-color css
<style>
span { border-color: #F03C11; }
span { border-color: rgb(240,60,17); }
td.TdClassName
{
border-color: #F03C11;
}
.TagClassName
{
border-color: #F03C11;
}
</style>