Shades of Orange Red #F64905
Tints of Orange Red #F64905
RGB
CMYK
RGB Variations
Color information
#F64905 (or 0xF64905) is known color: Orange Red. HEX triplet: F6, 49 and 05. RGB value is (246,73,5). Sum of RGB (Red+Green+Blue) = 246+73+5=324 (42% of max value = 765). Red value is 246 (96.48% from 255 or 75.93% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 246 - color contains mainly: red. Hex color #F64905 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64905 is #09B6FA. Grayscale: #757575. Windows color (decimal): -636667 or 346614. OLE color: 346614.
HSL color Cylindrical-coordinate representation of color #F64905: hue angle of 16.93º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F64905 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 73 | 5 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.04 |
| HSL | 16.93º | 0.96% | 0.49% | - |
| HSV(B) | 16.93º | 0.98% | 0.96% | - |
| XYZ | 40.42 | 24.37 | 2.72 | - |
| YUV | 116.98 | 64.81 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 73 | 5 | 0 | 0.70 | 0.98 | 0.04 | 16.93 | 0.96 | 0.49 |
| Hex | F6 | 49 | 5 | 0 | 46 | 62 | 4 | 11 | 60 | 31 |
| Octal | 366 | 111 | 5 | 0 | 106 | 142 | 4 | 21 | 140 | 61 |
| Binary | 11110110 | 1001001 | 101 | 0 | 1000110 | 1100010 | 100 | 10001 | 1100000 | 110001 |
Color Harmonies of #F64905
Complementary color
Monochromatic Colors of #F64905
Black with #F64905
Text Example
Text Example
White with #F64905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64905; }
p { color: rgb(246,73,5); }
H1.HeaderClassName
{
color: #F64905;
}
.AnyTagClassName
{
color: #F64905;
}
</style>
background-color css
<style>
a { background-color: #F64905; }
a { background-color: rgb(246,73,5); }
div.DivClassName
{
background-color: #F64905;
}
.BgClassName
{
background-color: #F64905;
}
</style>
border-color css
<style>
span { border-color: #F64905; }
span { border-color: rgb(246,73,5); }
td.TdClassName
{
border-color: #F64905;
}
.TagClassName
{
border-color: #F64905;
}
</style>