Shades of Orange Red #F04116
Tints of Orange Red #F04116
RGB
CMYK
RGB Variations
Color information
#F04116 (or 0xF04116) is known color: Orange Red. HEX triplet: F0, 41 and 16. RGB value is (240,65,22). Sum of RGB (Red+Green+Blue) = 240+65+22=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F04116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04116 is #0FBEE9. Grayscale: #707070. Windows color (decimal): -1031914 or 1458672. OLE color: 1458672.
HSL color Cylindrical-coordinate representation of color #F04116: hue angle of 11.83º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F04116 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 22 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.06 |
| HSL | 11.83º | 0.88% | 0.51% | - |
| HSV(B) | 11.83º | 0.91% | 0.94% | - |
| XYZ | 37.97 | 22.36 | 3.07 | - |
| YUV | 112.42 | 76.98 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 22 | 0 | 0.73 | 0.91 | 0.06 | 11.83 | 0.88 | 0.51 |
| Hex | F0 | 41 | 16 | 0 | 49 | 5B | 6 | C | 58 | 33 |
| Octal | 360 | 101 | 26 | 0 | 111 | 133 | 6 | 14 | 130 | 63 |
| Binary | 11110000 | 1000001 | 10110 | 0 | 1001001 | 1011011 | 110 | 1100 | 1011000 | 110011 |
Color Harmonies of #F04116
Complementary color
Monochromatic Colors of #F04116
Black with #F04116
Text Example
Text Example
White with #F04116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04116; }
p { color: rgb(240,65,22); }
H1.HeaderClassName
{
color: #F04116;
}
.AnyTagClassName
{
color: #F04116;
}
</style>
background-color css
<style>
a { background-color: #F04116; }
a { background-color: rgb(240,65,22); }
div.DivClassName
{
background-color: #F04116;
}
.BgClassName
{
background-color: #F04116;
}
</style>
border-color css
<style>
span { border-color: #F04116; }
span { border-color: rgb(240,65,22); }
td.TdClassName
{
border-color: #F04116;
}
.TagClassName
{
border-color: #F04116;
}
</style>