Shades of Orange Red #F64517
Tints of Orange Red #F64517
RGB
CMYK
RGB Variations
Color information
#F64517 (or 0xF64517) is known color: Orange Red. HEX triplet: F6, 45 and 17. RGB value is (246,69,23). Sum of RGB (Red+Green+Blue) = 246+69+23=338 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.78% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 246 - color contains mainly: red. Hex color #F64517 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64517 is #09BAE8. Grayscale: #757575. Windows color (decimal): -637673 or 1525238. OLE color: 1525238.
HSL color Cylindrical-coordinate representation of color #F64517: hue angle of 12.38º 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 #F64517 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 69 | 23 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.04 |
| HSL | 12.38º | 0.93% | 0.53% | - |
| HSV(B) | 12.38º | 0.91% | 0.96% | - |
| XYZ | 40.29 | 23.91 | 3.3 | - |
| YUV | 116.68 | 75.14 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 69 | 23 | 0 | 0.72 | 0.91 | 0.04 | 12.38 | 0.93 | 0.53 |
| Hex | F6 | 45 | 17 | 0 | 48 | 5B | 4 | C | 5D | 35 |
| Octal | 366 | 105 | 27 | 0 | 110 | 133 | 4 | 14 | 135 | 65 |
| Binary | 11110110 | 1000101 | 10111 | 0 | 1001000 | 1011011 | 100 | 1100 | 1011101 | 110101 |
Color Harmonies of #F64517
Complementary color
Monochromatic Colors of #F64517
Black with #F64517
Text Example
Text Example
White with #F64517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64517; }
p { color: rgb(246,69,23); }
H1.HeaderClassName
{
color: #F64517;
}
.AnyTagClassName
{
color: #F64517;
}
</style>
background-color css
<style>
a { background-color: #F64517; }
a { background-color: rgb(246,69,23); }
div.DivClassName
{
background-color: #F64517;
}
.BgClassName
{
background-color: #F64517;
}
</style>
border-color css
<style>
span { border-color: #F64517; }
span { border-color: rgb(246,69,23); }
td.TdClassName
{
border-color: #F64517;
}
.TagClassName
{
border-color: #F64517;
}
</style>