Shades of Orange Red #F04612
Tints of Orange Red #F04612
RGB
CMYK
RGB Variations
Color information
#F04612 (or 0xF04612) is known color: Orange Red. HEX triplet: F0, 46 and 12. RGB value is (240,70,18). Sum of RGB (Red+Green+Blue) = 240+70+18=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F04612 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04612 is #0FB9ED. Grayscale: #737373. Windows color (decimal): -1030638 or 1197808. OLE color: 1197808.
HSL color Cylindrical-coordinate representation of color #F04612: hue angle of 14.05º 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 #F04612 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 18 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.06 |
| HSL | 14.05º | 0.88% | 0.51% | - |
| HSV(B) | 14.05º | 0.93% | 0.94% | - |
| XYZ | 38.23 | 22.95 | 2.99 | - |
| YUV | 114.9 | 73.32 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 18 | 0 | 0.71 | 0.92 | 0.06 | 14.05 | 0.88 | 0.51 |
| Hex | F0 | 46 | 12 | 0 | 47 | 5C | 6 | E | 58 | 33 |
| Octal | 360 | 106 | 22 | 0 | 107 | 134 | 6 | 16 | 130 | 63 |
| Binary | 11110000 | 1000110 | 10010 | 0 | 1000111 | 1011100 | 110 | 1110 | 1011000 | 110011 |
Color Harmonies of #F04612
Complementary color
Monochromatic Colors of #F04612
Black with #F04612
Text Example
Text Example
White with #F04612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04612; }
p { color: rgb(240,70,18); }
H1.HeaderClassName
{
color: #F04612;
}
.AnyTagClassName
{
color: #F04612;
}
</style>
background-color css
<style>
a { background-color: #F04612; }
a { background-color: rgb(240,70,18); }
div.DivClassName
{
background-color: #F04612;
}
.BgClassName
{
background-color: #F04612;
}
</style>
border-color css
<style>
span { border-color: #F04612; }
span { border-color: rgb(240,70,18); }
td.TdClassName
{
border-color: #F04612;
}
.TagClassName
{
border-color: #F04612;
}
</style>