Shades of Orange Red #F64000
Tints of Orange Red #F64000
RGB
CMYK
RGB Variations
Color information
#F64000 (or 0xF64000) is known color: Orange Red. HEX triplet: F6, 40 and 00. RGB value is (246,64,0). Sum of RGB (Red+Green+Blue) = 246+64+0=310 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.35% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 246 - color contains mainly: red. Hex color #F64000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64000 is #09BFFF. Grayscale: #6F6F6F. Windows color (decimal): -638976 or 16630. OLE color: 16630.
HSL color Cylindrical-coordinate representation of color #F64000: hue angle of 15.61º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F64000 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.04 |
| HSL | 15.61º | 1% | 0.48% | - |
| HSV(B) | 15.61º | 1% | 0.96% | - |
| XYZ | 39.84 | 23.26 | 2.39 | - |
| YUV | 111.12 | 65.3 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 0 | 0 | 0.74 | 1 | 0.04 | 15.61 | 1 | 0.48 |
| Hex | F6 | 40 | 0 | 0 | 4A | 64 | 4 | 10 | 64 | 30 |
| Octal | 366 | 100 | 0 | 0 | 112 | 144 | 4 | 20 | 144 | 60 |
| Binary | 11110110 | 1000000 | 0 | 0 | 1001010 | 1100100 | 100 | 10000 | 1100100 | 110000 |
Color Harmonies of #F64000
Complementary color
Monochromatic Colors of #F64000
Black with #F64000
Text Example
Text Example
White with #F64000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64000; }
p { color: rgb(246,64,0); }
H1.HeaderClassName
{
color: #F64000;
}
.AnyTagClassName
{
color: #F64000;
}
</style>
background-color css
<style>
a { background-color: #F64000; }
a { background-color: rgb(246,64,0); }
div.DivClassName
{
background-color: #F64000;
}
.BgClassName
{
background-color: #F64000;
}
</style>
border-color css
<style>
span { border-color: #F64000; }
span { border-color: rgb(246,64,0); }
td.TdClassName
{
border-color: #F64000;
}
.TagClassName
{
border-color: #F64000;
}
</style>