Shades of Orange Red #F64416
Tints of Orange Red #F64416
RGB
CMYK
RGB Variations
Color information
#F64416 (or 0xF64416) is known color: Orange Red. HEX triplet: F6, 44 and 16. RGB value is (246,68,22). Sum of RGB (Red+Green+Blue) = 246+68+22=336 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.21% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 246 - color contains mainly: red. Hex color #F64416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64416 is #09BBE9. Grayscale: #747474. Windows color (decimal): -637930 or 1459446. OLE color: 1459446.
HSL color Cylindrical-coordinate representation of color #F64416: hue angle of 12.32º 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 #F64416 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 68 | 22 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.04 |
| HSL | 12.32º | 0.93% | 0.53% | - |
| HSV(B) | 12.32º | 0.91% | 0.96% | - |
| XYZ | 40.22 | 23.79 | 3.23 | - |
| YUV | 115.98 | 74.97 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 68 | 22 | 0 | 0.72 | 0.91 | 0.04 | 12.32 | 0.93 | 0.53 |
| Hex | F6 | 44 | 16 | 0 | 48 | 5B | 4 | C | 5D | 35 |
| Octal | 366 | 104 | 26 | 0 | 110 | 133 | 4 | 14 | 135 | 65 |
| Binary | 11110110 | 1000100 | 10110 | 0 | 1001000 | 1011011 | 100 | 1100 | 1011101 | 110101 |
Color Harmonies of #F64416
Complementary color
Monochromatic Colors of #F64416
Black with #F64416
Text Example
Text Example
White with #F64416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64416; }
p { color: rgb(246,68,22); }
H1.HeaderClassName
{
color: #F64416;
}
.AnyTagClassName
{
color: #F64416;
}
</style>
background-color css
<style>
a { background-color: #F64416; }
a { background-color: rgb(246,68,22); }
div.DivClassName
{
background-color: #F64416;
}
.BgClassName
{
background-color: #F64416;
}
</style>
border-color css
<style>
span { border-color: #F64416; }
span { border-color: rgb(246,68,22); }
td.TdClassName
{
border-color: #F64416;
}
.TagClassName
{
border-color: #F64416;
}
</style>