Shades of Orange Red #F64409
Tints of Orange Red #F64409
RGB
CMYK
RGB Variations
Color information
#F64409 (or 0xF64409) is known color: Orange Red. HEX triplet: F6, 44 and 09. RGB value is (246,68,9). Sum of RGB (Red+Green+Blue) = 246+68+9=323 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.16% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 246 - color contains mainly: red. Hex color #F64409 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64409 is #09BBF6. Grayscale: #727272. Windows color (decimal): -637943 or 607478. OLE color: 607478.
HSL color Cylindrical-coordinate representation of color #F64409: hue angle of 14.94º 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 #F64409 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 68 | 9 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.04 |
| HSL | 14.94º | 0.93% | 0.5% | - |
| HSV(B) | 14.94º | 0.96% | 0.96% | - |
| XYZ | 40.12 | 23.75 | 2.73 | - |
| YUV | 114.5 | 68.47 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 68 | 9 | 0 | 0.72 | 0.96 | 0.04 | 14.94 | 0.93 | 0.5 |
| Hex | F6 | 44 | 9 | 0 | 48 | 60 | 4 | F | 5D | 32 |
| Octal | 366 | 104 | 11 | 0 | 110 | 140 | 4 | 17 | 135 | 62 |
| Binary | 11110110 | 1000100 | 1001 | 0 | 1001000 | 1100000 | 100 | 1111 | 1011101 | 110010 |
Color Harmonies of #F64409
Complementary color
Monochromatic Colors of #F64409
Black with #F64409
Text Example
Text Example
White with #F64409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64409; }
p { color: rgb(246,68,9); }
H1.HeaderClassName
{
color: #F64409;
}
.AnyTagClassName
{
color: #F64409;
}
</style>
background-color css
<style>
a { background-color: #F64409; }
a { background-color: rgb(246,68,9); }
div.DivClassName
{
background-color: #F64409;
}
.BgClassName
{
background-color: #F64409;
}
</style>
border-color css
<style>
span { border-color: #F64409; }
span { border-color: rgb(246,68,9); }
td.TdClassName
{
border-color: #F64409;
}
.TagClassName
{
border-color: #F64409;
}
</style>