Shades of Orange Red #F64717
Tints of Orange Red #F64717
RGB
CMYK
RGB Variations
Color information
#F64717 (or 0xF64717) is known color: Orange Red. HEX triplet: F6, 47 and 17. RGB value is (246,71,23). Sum of RGB (Red+Green+Blue) = 246+71+23=340 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.35% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 246 - color contains mainly: red. Hex color #F64717 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64717 is #09B8E8. Grayscale: #767676. Windows color (decimal): -637161 or 1525750. OLE color: 1525750.
HSL color Cylindrical-coordinate representation of color #F64717: hue angle of 12.91º 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 #F64717 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 71 | 23 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.04 |
| HSL | 12.91º | 0.93% | 0.53% | - |
| HSV(B) | 12.91º | 0.91% | 0.96% | - |
| XYZ | 40.41 | 24.16 | 3.34 | - |
| YUV | 117.85 | 74.48 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 71 | 23 | 0 | 0.71 | 0.91 | 0.04 | 12.91 | 0.93 | 0.53 |
| Hex | F6 | 47 | 17 | 0 | 47 | 5B | 4 | D | 5D | 35 |
| Octal | 366 | 107 | 27 | 0 | 107 | 133 | 4 | 15 | 135 | 65 |
| Binary | 11110110 | 1000111 | 10111 | 0 | 1000111 | 1011011 | 100 | 1101 | 1011101 | 110101 |
Color Harmonies of #F64717
Complementary color
Monochromatic Colors of #F64717
Black with #F64717
Text Example
Text Example
White with #F64717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64717; }
p { color: rgb(246,71,23); }
H1.HeaderClassName
{
color: #F64717;
}
.AnyTagClassName
{
color: #F64717;
}
</style>
background-color css
<style>
a { background-color: #F64717; }
a { background-color: rgb(246,71,23); }
div.DivClassName
{
background-color: #F64717;
}
.BgClassName
{
background-color: #F64717;
}
</style>
border-color css
<style>
span { border-color: #F64717; }
span { border-color: rgb(246,71,23); }
td.TdClassName
{
border-color: #F64717;
}
.TagClassName
{
border-color: #F64717;
}
</style>