Shades of Orange Red #F03C0E
Tints of Orange Red #F03C0E
RGB
CMYK
RGB Variations
Color information
#F03C0E (or 0xF03C0E) is known color: Orange Red. HEX triplet: F0, 3C and 0E. RGB value is (240,60,14). Sum of RGB (Red+Green+Blue) = 240+60+14=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03C0E is #0FC3F1. Grayscale: #6C6C6C. Windows color (decimal): -1033202 or 933104. OLE color: 933104.
HSL color Cylindrical-coordinate representation of color #F03C0E: hue angle of 12.21º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F03C0E is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 60 | 14 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.06 |
| HSL | 12.21º | 0.89% | 0.5% | - |
| HSV(B) | 12.21º | 0.94% | 0.94% | - |
| XYZ | 37.63 | 21.79 | 2.64 | - |
| YUV | 108.58 | 74.63 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 14 | 0 | 0.75 | 0.94 | 0.06 | 12.21 | 0.89 | 0.5 |
| Hex | F0 | 3C | E | 0 | 4B | 5E | 6 | C | 59 | 32 |
| Octal | 360 | 74 | 16 | 0 | 113 | 136 | 6 | 14 | 131 | 62 |
| Binary | 11110000 | 111100 | 1110 | 0 | 1001011 | 1011110 | 110 | 1100 | 1011001 | 110010 |
Color Harmonies of #F03C0E
Complementary color
Monochromatic Colors of #F03C0E
Black with #F03C0E
Text Example
Text Example
White with #F03C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03C0E; }
p { color: rgb(240,60,14); }
H1.HeaderClassName
{
color: #F03C0E;
}
.AnyTagClassName
{
color: #F03C0E;
}
</style>
background-color css
<style>
a { background-color: #F03C0E; }
a { background-color: rgb(240,60,14); }
div.DivClassName
{
background-color: #F03C0E;
}
.BgClassName
{
background-color: #F03C0E;
}
</style>
border-color css
<style>
span { border-color: #F03C0E; }
span { border-color: rgb(240,60,14); }
td.TdClassName
{
border-color: #F03C0E;
}
.TagClassName
{
border-color: #F03C0E;
}
</style>