Shades of Orange Red #F64705
Tints of Orange Red #F64705
RGB
CMYK
RGB Variations
Color information
#F64705 (or 0xF64705) is known color: Orange Red. HEX triplet: F6, 47 and 05. RGB value is (246,71,5). Sum of RGB (Red+Green+Blue) = 246+71+5=322 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.40% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 246 - color contains mainly: red. Hex color #F64705 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64705 is #09B8FA. Grayscale: #747474. Windows color (decimal): -637179 or 346102. OLE color: 346102.
HSL color Cylindrical-coordinate representation of color #F64705: hue angle of 16.43º 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 #F64705 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 71 | 5 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.04 |
| HSL | 16.43º | 0.96% | 0.49% | - |
| HSV(B) | 16.43º | 0.98% | 0.96% | - |
| XYZ | 40.29 | 24.11 | 2.67 | - |
| YUV | 115.8 | 65.48 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 71 | 5 | 0 | 0.71 | 0.98 | 0.04 | 16.43 | 0.96 | 0.49 |
| Hex | F6 | 47 | 5 | 0 | 47 | 62 | 4 | 10 | 60 | 31 |
| Octal | 366 | 107 | 5 | 0 | 107 | 142 | 4 | 20 | 140 | 61 |
| Binary | 11110110 | 1000111 | 101 | 0 | 1000111 | 1100010 | 100 | 10000 | 1100000 | 110001 |
Color Harmonies of #F64705
Complementary color
Monochromatic Colors of #F64705
Black with #F64705
Text Example
Text Example
White with #F64705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64705; }
p { color: rgb(246,71,5); }
H1.HeaderClassName
{
color: #F64705;
}
.AnyTagClassName
{
color: #F64705;
}
</style>
background-color css
<style>
a { background-color: #F64705; }
a { background-color: rgb(246,71,5); }
div.DivClassName
{
background-color: #F64705;
}
.BgClassName
{
background-color: #F64705;
}
</style>
border-color css
<style>
span { border-color: #F64705; }
span { border-color: rgb(246,71,5); }
td.TdClassName
{
border-color: #F64705;
}
.TagClassName
{
border-color: #F64705;
}
</style>