Shades of Orange Red #F64916
Tints of Orange Red #F64916
RGB
CMYK
RGB Variations
Color information
#F64916 (or 0xF64916) is known color: Orange Red. HEX triplet: F6, 49 and 16. RGB value is (246,73,22). Sum of RGB (Red+Green+Blue) = 246+73+22=341 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.14% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 246 - color contains mainly: red. Hex color #F64916 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64916 is #09B6E9. Grayscale: #777777. Windows color (decimal): -636650 or 1460726. OLE color: 1460726.
HSL color Cylindrical-coordinate representation of color #F64916: hue angle of 13.66º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F64916 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 73 | 22 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.04 |
| HSL | 13.66º | 0.93% | 0.53% | - |
| HSV(B) | 13.66º | 0.91% | 0.96% | - |
| XYZ | 40.53 | 24.42 | 3.34 | - |
| YUV | 118.91 | 73.31 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 73 | 22 | 0 | 0.70 | 0.91 | 0.04 | 13.66 | 0.93 | 0.53 |
| Hex | F6 | 49 | 16 | 0 | 46 | 5B | 4 | E | 5D | 35 |
| Octal | 366 | 111 | 26 | 0 | 106 | 133 | 4 | 16 | 135 | 65 |
| Binary | 11110110 | 1001001 | 10110 | 0 | 1000110 | 1011011 | 100 | 1110 | 1011101 | 110101 |
Color Harmonies of #F64916
Complementary color
Monochromatic Colors of #F64916
Black with #F64916
Text Example
Text Example
White with #F64916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64916; }
p { color: rgb(246,73,22); }
H1.HeaderClassName
{
color: #F64916;
}
.AnyTagClassName
{
color: #F64916;
}
</style>
background-color css
<style>
a { background-color: #F64916; }
a { background-color: rgb(246,73,22); }
div.DivClassName
{
background-color: #F64916;
}
.BgClassName
{
background-color: #F64916;
}
</style>
border-color css
<style>
span { border-color: #F64916; }
span { border-color: rgb(246,73,22); }
td.TdClassName
{
border-color: #F64916;
}
.TagClassName
{
border-color: #F64916;
}
</style>