Shades of Orange Red #F64117
Tints of Orange Red #F64117
RGB
CMYK
RGB Variations
Color information
#F64117 (or 0xF64117) is known color: Orange Red. HEX triplet: F6, 41 and 17. RGB value is (246,65,23). Sum of RGB (Red+Green+Blue) = 246+65+23=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F64117 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64117 is #09BEE8. Grayscale: #727272. Windows color (decimal): -638697 or 1524214. OLE color: 1524214.
HSL color Cylindrical-coordinate representation of color #F64117: hue angle of 11.3º 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 #F64117 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 23 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.04 |
| HSL | 11.3º | 0.93% | 0.53% | - |
| HSV(B) | 11.3º | 0.91% | 0.96% | - |
| XYZ | 40.05 | 23.44 | 3.22 | - |
| YUV | 114.33 | 76.47 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 23 | 0 | 0.74 | 0.91 | 0.04 | 11.3 | 0.93 | 0.53 |
| Hex | F6 | 41 | 17 | 0 | 4A | 5B | 4 | B | 5D | 35 |
| Octal | 366 | 101 | 27 | 0 | 112 | 133 | 4 | 13 | 135 | 65 |
| Binary | 11110110 | 1000001 | 10111 | 0 | 1001010 | 1011011 | 100 | 1011 | 1011101 | 110101 |
Color Harmonies of #F64117
Complementary color
Monochromatic Colors of #F64117
Black with #F64117
Text Example
Text Example
White with #F64117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64117; }
p { color: rgb(246,65,23); }
H1.HeaderClassName
{
color: #F64117;
}
.AnyTagClassName
{
color: #F64117;
}
</style>
background-color css
<style>
a { background-color: #F64117; }
a { background-color: rgb(246,65,23); }
div.DivClassName
{
background-color: #F64117;
}
.BgClassName
{
background-color: #F64117;
}
</style>
border-color css
<style>
span { border-color: #F64117; }
span { border-color: rgb(246,65,23); }
td.TdClassName
{
border-color: #F64117;
}
.TagClassName
{
border-color: #F64117;
}
</style>