Shades of Orange Red #F64009
Tints of Orange Red #F64009
RGB
CMYK
RGB Variations
Color information
#F64009 (or 0xF64009) is known color: Orange Red. HEX triplet: F6, 40 and 09. RGB value is (246,64,9). Sum of RGB (Red+Green+Blue) = 246+64+9=319 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.12% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 9 (3.91% from 255 or 2.82% from 319); Max value from RGB is 246 - color contains mainly: red. Hex color #F64009 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64009 is #09BFF6. Grayscale: #707070. Windows color (decimal): -638967 or 606454. OLE color: 606454.
HSL color Cylindrical-coordinate representation of color #F64009: hue angle of 13.92º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F64009 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 9 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.04 |
| HSL | 13.92º | 0.93% | 0.5% | - |
| HSV(B) | 13.92º | 0.96% | 0.96% | - |
| XYZ | 39.89 | 23.28 | 2.65 | - |
| YUV | 112.15 | 69.8 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 9 | 0 | 0.74 | 0.96 | 0.04 | 13.92 | 0.93 | 0.5 |
| Hex | F6 | 40 | 9 | 0 | 4A | 60 | 4 | E | 5D | 32 |
| Octal | 366 | 100 | 11 | 0 | 112 | 140 | 4 | 16 | 135 | 62 |
| Binary | 11110110 | 1000000 | 1001 | 0 | 1001010 | 1100000 | 100 | 1110 | 1011101 | 110010 |
Color Harmonies of #F64009
Complementary color
Monochromatic Colors of #F64009
Black with #F64009
Text Example
Text Example
White with #F64009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64009; }
p { color: rgb(246,64,9); }
H1.HeaderClassName
{
color: #F64009;
}
.AnyTagClassName
{
color: #F64009;
}
</style>
background-color css
<style>
a { background-color: #F64009; }
a { background-color: rgb(246,64,9); }
div.DivClassName
{
background-color: #F64009;
}
.BgClassName
{
background-color: #F64009;
}
</style>
border-color css
<style>
span { border-color: #F64009; }
span { border-color: rgb(246,64,9); }
td.TdClassName
{
border-color: #F64009;
}
.TagClassName
{
border-color: #F64009;
}
</style>