Shades of Orange Red #F64605
Tints of Orange Red #F64605
RGB
CMYK
RGB Variations
Color information
#F64605 (or 0xF64605) is known color: Orange Red. HEX triplet: F6, 46 and 05. RGB value is (246,70,5). Sum of RGB (Red+Green+Blue) = 246+70+5=321 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.64% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 246 - color contains mainly: red. Hex color #F64605 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64605 is #09B9FA. Grayscale: #737373. Windows color (decimal): -637435 or 345846. OLE color: 345846.
HSL color Cylindrical-coordinate representation of color #F64605: hue angle of 16.18º 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 #F64605 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 70 | 5 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.04 |
| HSL | 16.18º | 0.96% | 0.49% | - |
| HSV(B) | 16.18º | 0.98% | 0.96% | - |
| XYZ | 40.22 | 23.98 | 2.65 | - |
| YUV | 115.21 | 65.81 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 70 | 5 | 0 | 0.72 | 0.98 | 0.04 | 16.18 | 0.96 | 0.49 |
| Hex | F6 | 46 | 5 | 0 | 48 | 62 | 4 | 10 | 60 | 31 |
| Octal | 366 | 106 | 5 | 0 | 110 | 142 | 4 | 20 | 140 | 61 |
| Binary | 11110110 | 1000110 | 101 | 0 | 1001000 | 1100010 | 100 | 10000 | 1100000 | 110001 |
Color Harmonies of #F64605
Complementary color
Monochromatic Colors of #F64605
Black with #F64605
Text Example
Text Example
White with #F64605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64605; }
p { color: rgb(246,70,5); }
H1.HeaderClassName
{
color: #F64605;
}
.AnyTagClassName
{
color: #F64605;
}
</style>
background-color css
<style>
a { background-color: #F64605; }
a { background-color: rgb(246,70,5); }
div.DivClassName
{
background-color: #F64605;
}
.BgClassName
{
background-color: #F64605;
}
</style>
border-color css
<style>
span { border-color: #F64605; }
span { border-color: rgb(246,70,5); }
td.TdClassName
{
border-color: #F64605;
}
.TagClassName
{
border-color: #F64605;
}
</style>