Shades of Orange Red #F64910
Tints of Orange Red #F64910
RGB
CMYK
RGB Variations
Color information
#F64910 (or 0xF64910) is known color: Orange Red. HEX triplet: F6, 49 and 10. RGB value is (246,73,16). Sum of RGB (Red+Green+Blue) = 246+73+16=335 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.43% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 246 - color contains mainly: red. Hex color #F64910 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64910 is #09B6EF. Grayscale: #767676. Windows color (decimal): -636656 or 1067510. OLE color: 1067510.
HSL color Cylindrical-coordinate representation of color #F64910: hue angle of 14.87º 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 #F64910 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 73 | 16 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.04 |
| HSL | 14.87º | 0.93% | 0.51% | - |
| HSV(B) | 14.87º | 0.93% | 0.96% | - |
| XYZ | 40.48 | 24.4 | 3.07 | - |
| YUV | 118.23 | 70.31 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 73 | 16 | 0 | 0.70 | 0.93 | 0.04 | 14.87 | 0.93 | 0.51 |
| Hex | F6 | 49 | 10 | 0 | 46 | 5D | 4 | F | 5D | 33 |
| Octal | 366 | 111 | 20 | 0 | 106 | 135 | 4 | 17 | 135 | 63 |
| Binary | 11110110 | 1001001 | 10000 | 0 | 1000110 | 1011101 | 100 | 1111 | 1011101 | 110011 |
Color Harmonies of #F64910
Complementary color
Monochromatic Colors of #F64910
Black with #F64910
Text Example
Text Example
White with #F64910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64910; }
p { color: rgb(246,73,16); }
H1.HeaderClassName
{
color: #F64910;
}
.AnyTagClassName
{
color: #F64910;
}
</style>
background-color css
<style>
a { background-color: #F64910; }
a { background-color: rgb(246,73,16); }
div.DivClassName
{
background-color: #F64910;
}
.BgClassName
{
background-color: #F64910;
}
</style>
border-color css
<style>
span { border-color: #F64910; }
span { border-color: rgb(246,73,16); }
td.TdClassName
{
border-color: #F64910;
}
.TagClassName
{
border-color: #F64910;
}
</style>