Shades of Orange Red #F03D0E
Tints of Orange Red #F03D0E
RGB
CMYK
RGB Variations
Color information
#F03D0E (or 0xF03D0E) is known color: Orange Red. HEX triplet: F0, 3D and 0E. RGB value is (240,61,14). Sum of RGB (Red+Green+Blue) = 240+61+14=315 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.19% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03D0E is #0FC2F1. Grayscale: #6D6D6D. Windows color (decimal): -1032946 or 933360. OLE color: 933360.
HSL color Cylindrical-coordinate representation of color #F03D0E: hue angle of 12.48º 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 #F03D0E is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 61 | 14 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.06 |
| HSL | 12.48º | 0.89% | 0.5% | - |
| HSV(B) | 12.48º | 0.94% | 0.94% | - |
| XYZ | 37.68 | 21.89 | 2.66 | - |
| YUV | 109.16 | 74.3 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 61 | 14 | 0 | 0.75 | 0.94 | 0.06 | 12.48 | 0.89 | 0.5 |
| Hex | F0 | 3D | E | 0 | 4B | 5E | 6 | C | 59 | 32 |
| Octal | 360 | 75 | 16 | 0 | 113 | 136 | 6 | 14 | 131 | 62 |
| Binary | 11110000 | 111101 | 1110 | 0 | 1001011 | 1011110 | 110 | 1100 | 1011001 | 110010 |
Color Harmonies of #F03D0E
Complementary color
Monochromatic Colors of #F03D0E
Black with #F03D0E
Text Example
Text Example
White with #F03D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03D0E; }
p { color: rgb(240,61,14); }
H1.HeaderClassName
{
color: #F03D0E;
}
.AnyTagClassName
{
color: #F03D0E;
}
</style>
background-color css
<style>
a { background-color: #F03D0E; }
a { background-color: rgb(240,61,14); }
div.DivClassName
{
background-color: #F03D0E;
}
.BgClassName
{
background-color: #F03D0E;
}
</style>
border-color css
<style>
span { border-color: #F03D0E; }
span { border-color: rgb(240,61,14); }
td.TdClassName
{
border-color: #F03D0E;
}
.TagClassName
{
border-color: #F03D0E;
}
</style>