Shades of Orange Red #F03D12
Tints of Orange Red #F03D12
RGB
CMYK
RGB Variations
Color information
#F03D12 (or 0xF03D12) is known color: Orange Red. HEX triplet: F0, 3D and 12. RGB value is (240,61,18). Sum of RGB (Red+Green+Blue) = 240+61+18=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03D12 is #0FC2ED. Grayscale: #6D6D6D. Windows color (decimal): -1032942 or 1195504. OLE color: 1195504.
HSL color Cylindrical-coordinate representation of color #F03D12: hue angle of 11.62º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F03D12 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 61 | 18 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.06 |
| HSL | 11.62º | 0.88% | 0.51% | - |
| HSV(B) | 11.62º | 0.93% | 0.94% | - |
| XYZ | 37.71 | 21.91 | 2.81 | - |
| YUV | 109.62 | 76.3 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 61 | 18 | 0 | 0.75 | 0.92 | 0.06 | 11.62 | 0.88 | 0.51 |
| Hex | F0 | 3D | 12 | 0 | 4B | 5C | 6 | C | 58 | 33 |
| Octal | 360 | 75 | 22 | 0 | 113 | 134 | 6 | 14 | 130 | 63 |
| Binary | 11110000 | 111101 | 10010 | 0 | 1001011 | 1011100 | 110 | 1100 | 1011000 | 110011 |
Color Harmonies of #F03D12
Complementary color
Monochromatic Colors of #F03D12
Black with #F03D12
Text Example
Text Example
White with #F03D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03D12; }
p { color: rgb(240,61,18); }
H1.HeaderClassName
{
color: #F03D12;
}
.AnyTagClassName
{
color: #F03D12;
}
</style>
background-color css
<style>
a { background-color: #F03D12; }
a { background-color: rgb(240,61,18); }
div.DivClassName
{
background-color: #F03D12;
}
.BgClassName
{
background-color: #F03D12;
}
</style>
border-color css
<style>
span { border-color: #F03D12; }
span { border-color: rgb(240,61,18); }
td.TdClassName
{
border-color: #F03D12;
}
.TagClassName
{
border-color: #F03D12;
}
</style>