Shades of Orange Red #F64204
Tints of Orange Red #F64204
RGB
CMYK
RGB Variations
Color information
#F64204 (or 0xF64204) is known color: Orange Red. HEX triplet: F6, 42 and 04. RGB value is (246,66,4). Sum of RGB (Red+Green+Blue) = 246+66+4=316 (41% of max value = 765). Red value is 246 (96.48% from 255 or 77.85% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 246 - color contains mainly: red. Hex color #F64204 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64204 is #09BDFB. Grayscale: #717171. Windows color (decimal): -638460 or 279286. OLE color: 279286.
HSL color Cylindrical-coordinate representation of color #F64204: hue angle of 15.37º 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 #F64204 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 66 | 4 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.04 |
| HSL | 15.37º | 0.97% | 0.49% | - |
| HSV(B) | 15.37º | 0.98% | 0.96% | - |
| XYZ | 39.98 | 23.5 | 2.54 | - |
| YUV | 112.75 | 66.63 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 66 | 4 | 0 | 0.73 | 0.98 | 0.04 | 15.37 | 0.97 | 0.49 |
| Hex | F6 | 42 | 4 | 0 | 49 | 62 | 4 | F | 61 | 31 |
| Octal | 366 | 102 | 4 | 0 | 111 | 142 | 4 | 17 | 141 | 61 |
| Binary | 11110110 | 1000010 | 100 | 0 | 1001001 | 1100010 | 100 | 1111 | 1100001 | 110001 |
Color Harmonies of #F64204
Complementary color
Monochromatic Colors of #F64204
Black with #F64204
Text Example
Text Example
White with #F64204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64204; }
p { color: rgb(246,66,4); }
H1.HeaderClassName
{
color: #F64204;
}
.AnyTagClassName
{
color: #F64204;
}
</style>
background-color css
<style>
a { background-color: #F64204; }
a { background-color: rgb(246,66,4); }
div.DivClassName
{
background-color: #F64204;
}
.BgClassName
{
background-color: #F64204;
}
</style>
border-color css
<style>
span { border-color: #F64204; }
span { border-color: rgb(246,66,4); }
td.TdClassName
{
border-color: #F64204;
}
.TagClassName
{
border-color: #F64204;
}
</style>