Shades of Orange Red #F64304
Tints of Orange Red #F64304
RGB
CMYK
RGB Variations
Color information
#F64304 (or 0xF64304) is known color: Orange Red. HEX triplet: F6, 43 and 04. RGB value is (246,67,4). Sum of RGB (Red+Green+Blue) = 246+67+4=317 (41% of max value = 765). Red value is 246 (96.48% from 255 or 77.60% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 246 - color contains mainly: red. Hex color #F64304 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64304 is #09BCFB. Grayscale: #717171. Windows color (decimal): -638204 or 279542. OLE color: 279542.
HSL color Cylindrical-coordinate representation of color #F64304: hue angle of 15.62º 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 #F64304 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 67 | 4 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.04 |
| HSL | 15.62º | 0.97% | 0.49% | - |
| HSV(B) | 15.62º | 0.98% | 0.96% | - |
| XYZ | 40.04 | 23.62 | 2.56 | - |
| YUV | 113.34 | 66.3 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 67 | 4 | 0 | 0.73 | 0.98 | 0.04 | 15.62 | 0.97 | 0.49 |
| Hex | F6 | 43 | 4 | 0 | 49 | 62 | 4 | 10 | 61 | 31 |
| Octal | 366 | 103 | 4 | 0 | 111 | 142 | 4 | 20 | 141 | 61 |
| Binary | 11110110 | 1000011 | 100 | 0 | 1001001 | 1100010 | 100 | 10000 | 1100001 | 110001 |
Color Harmonies of #F64304
Complementary color
Monochromatic Colors of #F64304
Black with #F64304
Text Example
Text Example
White with #F64304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64304; }
p { color: rgb(246,67,4); }
H1.HeaderClassName
{
color: #F64304;
}
.AnyTagClassName
{
color: #F64304;
}
</style>
background-color css
<style>
a { background-color: #F64304; }
a { background-color: rgb(246,67,4); }
div.DivClassName
{
background-color: #F64304;
}
.BgClassName
{
background-color: #F64304;
}
</style>
border-color css
<style>
span { border-color: #F64304; }
span { border-color: rgb(246,67,4); }
td.TdClassName
{
border-color: #F64304;
}
.TagClassName
{
border-color: #F64304;
}
</style>