Shades of Orange Red #F04112
Tints of Orange Red #F04112
RGB
CMYK
RGB Variations
Color information
#F04112 (or 0xF04112) is known color: Orange Red. HEX triplet: F0, 41 and 12. RGB value is (240,65,18). Sum of RGB (Red+Green+Blue) = 240+65+18=323 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.30% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 240 - color contains mainly: red. Hex color #F04112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04112 is #0FBEED. Grayscale: #707070. Windows color (decimal): -1031918 or 1196528. OLE color: 1196528.
HSL color Cylindrical-coordinate representation of color #F04112: hue angle of 12.7º 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 #F04112 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 18 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.06 |
| HSL | 12.7º | 0.88% | 0.51% | - |
| HSV(B) | 12.7º | 0.93% | 0.94% | - |
| XYZ | 37.93 | 22.35 | 2.89 | - |
| YUV | 111.97 | 74.98 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 18 | 0 | 0.73 | 0.92 | 0.06 | 12.7 | 0.88 | 0.51 |
| Hex | F0 | 41 | 12 | 0 | 49 | 5C | 6 | D | 58 | 33 |
| Octal | 360 | 101 | 22 | 0 | 111 | 134 | 6 | 15 | 130 | 63 |
| Binary | 11110000 | 1000001 | 10010 | 0 | 1001001 | 1011100 | 110 | 1101 | 1011000 | 110011 |
Color Harmonies of #F04112
Complementary color
Monochromatic Colors of #F04112
Black with #F04112
Text Example
Text Example
White with #F04112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04112; }
p { color: rgb(240,65,18); }
H1.HeaderClassName
{
color: #F04112;
}
.AnyTagClassName
{
color: #F04112;
}
</style>
background-color css
<style>
a { background-color: #F04112; }
a { background-color: rgb(240,65,18); }
div.DivClassName
{
background-color: #F04112;
}
.BgClassName
{
background-color: #F04112;
}
</style>
border-color css
<style>
span { border-color: #F04112; }
span { border-color: rgb(240,65,18); }
td.TdClassName
{
border-color: #F04112;
}
.TagClassName
{
border-color: #F04112;
}
</style>