Shades of Orange Red #F64510
Tints of Orange Red #F64510
RGB
CMYK
RGB Variations
Color information
#F64510 (or 0xF64510) is known color: Orange Red. HEX triplet: F6, 45 and 10. RGB value is (246,69,16). Sum of RGB (Red+Green+Blue) = 246+69+16=331 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.32% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 246 - color contains mainly: red. Hex color #F64510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64510 is #09BAEF. Grayscale: #747474. Windows color (decimal): -637680 or 1066486. OLE color: 1066486.
HSL color Cylindrical-coordinate representation of color #F64510: hue angle of 13.83º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F64510 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 69 | 16 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.04 |
| HSL | 13.83º | 0.93% | 0.51% | - |
| HSV(B) | 13.83º | 0.93% | 0.96% | - |
| XYZ | 40.23 | 23.89 | 2.98 | - |
| YUV | 115.88 | 71.64 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 69 | 16 | 0 | 0.72 | 0.93 | 0.04 | 13.83 | 0.93 | 0.51 |
| Hex | F6 | 45 | 10 | 0 | 48 | 5D | 4 | E | 5D | 33 |
| Octal | 366 | 105 | 20 | 0 | 110 | 135 | 4 | 16 | 135 | 63 |
| Binary | 11110110 | 1000101 | 10000 | 0 | 1001000 | 1011101 | 100 | 1110 | 1011101 | 110011 |
Color Harmonies of #F64510
Complementary color
Monochromatic Colors of #F64510
Black with #F64510
Text Example
Text Example
White with #F64510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64510; }
p { color: rgb(246,69,16); }
H1.HeaderClassName
{
color: #F64510;
}
.AnyTagClassName
{
color: #F64510;
}
</style>
background-color css
<style>
a { background-color: #F64510; }
a { background-color: rgb(246,69,16); }
div.DivClassName
{
background-color: #F64510;
}
.BgClassName
{
background-color: #F64510;
}
</style>
border-color css
<style>
span { border-color: #F64510; }
span { border-color: rgb(246,69,16); }
td.TdClassName
{
border-color: #F64510;
}
.TagClassName
{
border-color: #F64510;
}
</style>