Shades of Orange Red #F64616
Tints of Orange Red #F64616
RGB
CMYK
RGB Variations
Color information
#F64616 (or 0xF64616) is known color: Orange Red. HEX triplet: F6, 46 and 16. RGB value is (246,70,22). Sum of RGB (Red+Green+Blue) = 246+70+22=338 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.78% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 246 - color contains mainly: red. Hex color #F64616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64616 is #09B9E9. Grayscale: #757575. Windows color (decimal): -637418 or 1459958. OLE color: 1459958.
HSL color Cylindrical-coordinate representation of color #F64616: hue angle of 12.86º 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 #F64616 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 70 | 22 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.04 |
| HSL | 12.86º | 0.93% | 0.53% | - |
| HSV(B) | 12.86º | 0.91% | 0.96% | - |
| XYZ | 40.34 | 24.03 | 3.27 | - |
| YUV | 117.15 | 74.31 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 70 | 22 | 0 | 0.72 | 0.91 | 0.04 | 12.86 | 0.93 | 0.53 |
| Hex | F6 | 46 | 16 | 0 | 48 | 5B | 4 | D | 5D | 35 |
| Octal | 366 | 106 | 26 | 0 | 110 | 133 | 4 | 15 | 135 | 65 |
| Binary | 11110110 | 1000110 | 10110 | 0 | 1001000 | 1011011 | 100 | 1101 | 1011101 | 110101 |
Color Harmonies of #F64616
Complementary color
Monochromatic Colors of #F64616
Black with #F64616
Text Example
Text Example
White with #F64616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64616; }
p { color: rgb(246,70,22); }
H1.HeaderClassName
{
color: #F64616;
}
.AnyTagClassName
{
color: #F64616;
}
</style>
background-color css
<style>
a { background-color: #F64616; }
a { background-color: rgb(246,70,22); }
div.DivClassName
{
background-color: #F64616;
}
.BgClassName
{
background-color: #F64616;
}
</style>
border-color css
<style>
span { border-color: #F64616; }
span { border-color: rgb(246,70,22); }
td.TdClassName
{
border-color: #F64616;
}
.TagClassName
{
border-color: #F64616;
}
</style>