Shades of Orange Red #F64404
Tints of Orange Red #F64404
RGB
CMYK
RGB Variations
Color information
#F64404 (or 0xF64404) is known color: Orange Red. HEX triplet: F6, 44 and 04. RGB value is (246,68,4). Sum of RGB (Red+Green+Blue) = 246+68+4=318 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.36% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 246 - color contains mainly: red. Hex color #F64404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64404 is #09BBFB. Grayscale: #727272. Windows color (decimal): -637948 or 279798. OLE color: 279798.
HSL color Cylindrical-coordinate representation of color #F64404: hue angle of 15.87º degrees, saturation: 0.97, 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 #F64404 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 68 | 4 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.04 |
| HSL | 15.87º | 0.97% | 0.49% | - |
| HSV(B) | 15.87º | 0.98% | 0.96% | - |
| XYZ | 40.1 | 23.74 | 2.58 | - |
| YUV | 113.93 | 65.97 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 68 | 4 | 0 | 0.72 | 0.98 | 0.04 | 15.87 | 0.97 | 0.49 |
| Hex | F6 | 44 | 4 | 0 | 48 | 62 | 4 | 10 | 61 | 31 |
| Octal | 366 | 104 | 4 | 0 | 110 | 142 | 4 | 20 | 141 | 61 |
| Binary | 11110110 | 1000100 | 100 | 0 | 1001000 | 1100010 | 100 | 10000 | 1100001 | 110001 |
Color Harmonies of #F64404
Complementary color
Monochromatic Colors of #F64404
Black with #F64404
Text Example
Text Example
White with #F64404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64404; }
p { color: rgb(246,68,4); }
H1.HeaderClassName
{
color: #F64404;
}
.AnyTagClassName
{
color: #F64404;
}
</style>
background-color css
<style>
a { background-color: #F64404; }
a { background-color: rgb(246,68,4); }
div.DivClassName
{
background-color: #F64404;
}
.BgClassName
{
background-color: #F64404;
}
</style>
border-color css
<style>
span { border-color: #F64404; }
span { border-color: rgb(246,68,4); }
td.TdClassName
{
border-color: #F64404;
}
.TagClassName
{
border-color: #F64404;
}
</style>