Shades of Orange Red #F04812
Tints of Orange Red #F04812
RGB
CMYK
RGB Variations
Color information
#F04812 (or 0xF04812) is known color: Orange Red. HEX triplet: F0, 48 and 12. RGB value is (240,72,18). Sum of RGB (Red+Green+Blue) = 240+72+18=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F04812 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04812 is #0FB7ED. Grayscale: #747474. Windows color (decimal): -1030126 or 1198320. OLE color: 1198320.
HSL color Cylindrical-coordinate representation of color #F04812: hue angle of 14.59º 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 #F04812 is Cyan = 0, Magento = 0.7, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 18 | - |
| CMYK | 0 | 0.7 | 0.92 | 0.06 |
| HSL | 14.59º | 0.88% | 0.51% | - |
| HSV(B) | 14.59º | 0.93% | 0.94% | - |
| XYZ | 38.36 | 23.2 | 3.03 | - |
| YUV | 116.08 | 72.66 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 18 | 0 | 0.7 | 0.92 | 0.06 | 14.59 | 0.88 | 0.51 |
| Hex | F0 | 48 | 12 | 0 | 46 | 5C | 6 | F | 58 | 33 |
| Octal | 360 | 110 | 22 | 0 | 106 | 134 | 6 | 17 | 130 | 63 |
| Binary | 11110000 | 1001000 | 10010 | 0 | 1000110 | 1011100 | 110 | 1111 | 1011000 | 110011 |
Color Harmonies of #F04812
Complementary color
Monochromatic Colors of #F04812
Black with #F04812
Text Example
Text Example
White with #F04812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04812; }
p { color: rgb(240,72,18); }
H1.HeaderClassName
{
color: #F04812;
}
.AnyTagClassName
{
color: #F04812;
}
</style>
background-color css
<style>
a { background-color: #F04812; }
a { background-color: rgb(240,72,18); }
div.DivClassName
{
background-color: #F04812;
}
.BgClassName
{
background-color: #F04812;
}
</style>
border-color css
<style>
span { border-color: #F04812; }
span { border-color: rgb(240,72,18); }
td.TdClassName
{
border-color: #F04812;
}
.TagClassName
{
border-color: #F04812;
}
</style>