Shades of Orange Red #F04416
Tints of Orange Red #F04416
RGB
CMYK
RGB Variations
Color information
#F04416 (or 0xF04416) is known color: Orange Red. HEX triplet: F0, 44 and 16. RGB value is (240,68,22). Sum of RGB (Red+Green+Blue) = 240+68+22=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F04416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04416 is #0FBBE9. Grayscale: #727272. Windows color (decimal): -1031146 or 1459440. OLE color: 1459440.
HSL color Cylindrical-coordinate representation of color #F04416: hue angle of 12.66º 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 #F04416 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 22 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.06 |
| HSL | 12.66º | 0.88% | 0.51% | - |
| HSV(B) | 12.66º | 0.91% | 0.94% | - |
| XYZ | 38.15 | 22.72 | 3.13 | - |
| YUV | 114.18 | 75.98 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 22 | 0 | 0.72 | 0.91 | 0.06 | 12.66 | 0.88 | 0.51 |
| Hex | F0 | 44 | 16 | 0 | 48 | 5B | 6 | D | 58 | 33 |
| Octal | 360 | 104 | 26 | 0 | 110 | 133 | 6 | 15 | 130 | 63 |
| Binary | 11110000 | 1000100 | 10110 | 0 | 1001000 | 1011011 | 110 | 1101 | 1011000 | 110011 |
Color Harmonies of #F04416
Complementary color
Monochromatic Colors of #F04416
Black with #F04416
Text Example
Text Example
White with #F04416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04416; }
p { color: rgb(240,68,22); }
H1.HeaderClassName
{
color: #F04416;
}
.AnyTagClassName
{
color: #F04416;
}
</style>
background-color css
<style>
a { background-color: #F04416; }
a { background-color: rgb(240,68,22); }
div.DivClassName
{
background-color: #F04416;
}
.BgClassName
{
background-color: #F04416;
}
</style>
border-color css
<style>
span { border-color: #F04416; }
span { border-color: rgb(240,68,22); }
td.TdClassName
{
border-color: #F04416;
}
.TagClassName
{
border-color: #F04416;
}
</style>