Shades of Orange Red #F64516
Tints of Orange Red #F64516
RGB
CMYK
RGB Variations
Color information
#F64516 (or 0xF64516) is known color: Orange Red. HEX triplet: F6, 45 and 16. RGB value is (246,69,22). Sum of RGB (Red+Green+Blue) = 246+69+22=337 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.00% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 246 - color contains mainly: red. Hex color #F64516 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64516 is #09BAE9. Grayscale: #747474. Windows color (decimal): -637674 or 1459702. OLE color: 1459702.
HSL color Cylindrical-coordinate representation of color #F64516: hue angle of 12.59º 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 #F64516 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 69 | 22 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.04 |
| HSL | 12.59º | 0.93% | 0.53% | - |
| HSV(B) | 12.59º | 0.91% | 0.96% | - |
| XYZ | 40.28 | 23.91 | 3.25 | - |
| YUV | 116.57 | 74.64 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 69 | 22 | 0 | 0.72 | 0.91 | 0.04 | 12.59 | 0.93 | 0.53 |
| Hex | F6 | 45 | 16 | 0 | 48 | 5B | 4 | D | 5D | 35 |
| Octal | 366 | 105 | 26 | 0 | 110 | 133 | 4 | 15 | 135 | 65 |
| Binary | 11110110 | 1000101 | 10110 | 0 | 1001000 | 1011011 | 100 | 1101 | 1011101 | 110101 |
Color Harmonies of #F64516
Complementary color
Monochromatic Colors of #F64516
Black with #F64516
Text Example
Text Example
White with #F64516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64516; }
p { color: rgb(246,69,22); }
H1.HeaderClassName
{
color: #F64516;
}
.AnyTagClassName
{
color: #F64516;
}
</style>
background-color css
<style>
a { background-color: #F64516; }
a { background-color: rgb(246,69,22); }
div.DivClassName
{
background-color: #F64516;
}
.BgClassName
{
background-color: #F64516;
}
</style>
border-color css
<style>
span { border-color: #F64516; }
span { border-color: rgb(246,69,22); }
td.TdClassName
{
border-color: #F64516;
}
.TagClassName
{
border-color: #F64516;
}
</style>