Shades of Orange Red #F64602
Tints of Orange Red #F64602
RGB
CMYK
RGB Variations
Color information
#F64602 (or 0xF64602) is known color: Orange Red. HEX triplet: F6, 46 and 02. RGB value is (246,70,2). Sum of RGB (Red+Green+Blue) = 246+70+2=318 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.36% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 246 - color contains mainly: red. Hex color #F64602 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64602 is #09B9FD. Grayscale: #737373. Windows color (decimal): -637438 or 149238. OLE color: 149238.
HSL color Cylindrical-coordinate representation of color #F64602: hue angle of 16.72º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F64602 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 70 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.04 |
| HSL | 16.72º | 0.98% | 0.49% | - |
| HSV(B) | 16.72º | 0.99% | 0.96% | - |
| XYZ | 40.21 | 23.98 | 2.57 | - |
| YUV | 114.87 | 64.31 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 70 | 2 | 0 | 0.72 | 0.99 | 0.04 | 16.72 | 0.98 | 0.49 |
| Hex | F6 | 46 | 2 | 0 | 48 | 63 | 4 | 11 | 62 | 31 |
| Octal | 366 | 106 | 2 | 0 | 110 | 143 | 4 | 21 | 142 | 61 |
| Binary | 11110110 | 1000110 | 10 | 0 | 1001000 | 1100011 | 100 | 10001 | 1100010 | 110001 |
Color Harmonies of #F64602
Complementary color
Monochromatic Colors of #F64602
Black with #F64602
Text Example
Text Example
White with #F64602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64602; }
p { color: rgb(246,70,2); }
H1.HeaderClassName
{
color: #F64602;
}
.AnyTagClassName
{
color: #F64602;
}
</style>
background-color css
<style>
a { background-color: #F64602; }
a { background-color: rgb(246,70,2); }
div.DivClassName
{
background-color: #F64602;
}
.BgClassName
{
background-color: #F64602;
}
</style>
border-color css
<style>
span { border-color: #F64602; }
span { border-color: rgb(246,70,2); }
td.TdClassName
{
border-color: #F64602;
}
.TagClassName
{
border-color: #F64602;
}
</style>