Shades of Orange Red #F03E0C
Tints of Orange Red #F03E0C
RGB
CMYK
RGB Variations
Color information
#F03E0C (or 0xF03E0C) is known color: Orange Red. HEX triplet: F0, 3E and 0C. RGB value is (240,62,12). Sum of RGB (Red+Green+Blue) = 240+62+12=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F03E0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03E0C is #0FC1F3. Grayscale: #6D6D6D. Windows color (decimal): -1032692 or 802544. OLE color: 802544.
HSL color Cylindrical-coordinate representation of color #F03E0C: hue angle of 13.16º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F03E0C is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 62 | 12 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.06 |
| HSL | 13.16º | 0.9% | 0.49% | - |
| HSV(B) | 13.16º | 0.95% | 0.94% | - |
| XYZ | 37.72 | 22 | 2.61 | - |
| YUV | 109.52 | 72.97 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 62 | 12 | 0 | 0.74 | 0.95 | 0.06 | 13.16 | 0.9 | 0.49 |
| Hex | F0 | 3E | C | 0 | 4A | 5F | 6 | D | 5A | 31 |
| Octal | 360 | 76 | 14 | 0 | 112 | 137 | 6 | 15 | 132 | 61 |
| Binary | 11110000 | 111110 | 1100 | 0 | 1001010 | 1011111 | 110 | 1101 | 1011010 | 110001 |
Color Harmonies of #F03E0C
Complementary color
Monochromatic Colors of #F03E0C
Black with #F03E0C
Text Example
Text Example
White with #F03E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03E0C; }
p { color: rgb(240,62,12); }
H1.HeaderClassName
{
color: #F03E0C;
}
.AnyTagClassName
{
color: #F03E0C;
}
</style>
background-color css
<style>
a { background-color: #F03E0C; }
a { background-color: rgb(240,62,12); }
div.DivClassName
{
background-color: #F03E0C;
}
.BgClassName
{
background-color: #F03E0C;
}
</style>
border-color css
<style>
span { border-color: #F03E0C; }
span { border-color: rgb(240,62,12); }
td.TdClassName
{
border-color: #F03E0C;
}
.TagClassName
{
border-color: #F03E0C;
}
</style>