Shades of Orange Red #F84016
Tints of Orange Red #F84016
RGB
CMYK
RGB Variations
Color information
#F84016 (or 0xF84016) is known color: Orange Red. HEX triplet: F8, 40 and 16. RGB value is (248,64,22). Sum of RGB (Red+Green+Blue) = 248+64+22=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F84016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84016 is #07BFE9. Grayscale: #727272. Windows color (decimal): -507882 or 1458424. OLE color: 1458424.
HSL color Cylindrical-coordinate representation of color #F84016: hue angle of 11.15º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F84016 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 22 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.03 |
| HSL | 11.15º | 0.94% | 0.53% | - |
| HSV(B) | 11.15º | 0.91% | 0.97% | - |
| XYZ | 40.69 | 23.68 | 3.19 | - |
| YUV | 114.23 | 75.96 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 22 | 0 | 0.74 | 0.91 | 0.03 | 11.15 | 0.94 | 0.53 |
| Hex | F8 | 40 | 16 | 0 | 4A | 5B | 3 | B | 5E | 35 |
| Octal | 370 | 100 | 26 | 0 | 112 | 133 | 3 | 13 | 136 | 65 |
| Binary | 11111000 | 1000000 | 10110 | 0 | 1001010 | 1011011 | 11 | 1011 | 1011110 | 110101 |
Color Harmonies of #F84016
Complementary color
Monochromatic Colors of #F84016
Black with #F84016
Text Example
Text Example
White with #F84016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84016; }
p { color: rgb(248,64,22); }
H1.HeaderClassName
{
color: #F84016;
}
.AnyTagClassName
{
color: #F84016;
}
</style>
background-color css
<style>
a { background-color: #F84016; }
a { background-color: rgb(248,64,22); }
div.DivClassName
{
background-color: #F84016;
}
.BgClassName
{
background-color: #F84016;
}
</style>
border-color css
<style>
span { border-color: #F84016; }
span { border-color: rgb(248,64,22); }
td.TdClassName
{
border-color: #F84016;
}
.TagClassName
{
border-color: #F84016;
}
</style>