Shades of Orange Red #F64414
Tints of Orange Red #F64414
RGB
CMYK
RGB Variations
Color information
#F64414 (or 0xF64414) is known color: Orange Red. HEX triplet: F6, 44 and 14. RGB value is (246,68,20). Sum of RGB (Red+Green+Blue) = 246+68+20=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F64414 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64414 is #09BBEB. Grayscale: #747474. Windows color (decimal): -637932 or 1328374. OLE color: 1328374.
HSL color Cylindrical-coordinate representation of color #F64414: hue angle of 12.74º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F64414 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 68 | 20 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.04 |
| HSL | 12.74º | 0.93% | 0.52% | - |
| HSV(B) | 12.74º | 0.92% | 0.96% | - |
| XYZ | 40.2 | 23.78 | 3.13 | - |
| YUV | 115.75 | 73.97 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 68 | 20 | 0 | 0.72 | 0.92 | 0.04 | 12.74 | 0.93 | 0.52 |
| Hex | F6 | 44 | 14 | 0 | 48 | 5C | 4 | D | 5D | 34 |
| Octal | 366 | 104 | 24 | 0 | 110 | 134 | 4 | 15 | 135 | 64 |
| Binary | 11110110 | 1000100 | 10100 | 0 | 1001000 | 1011100 | 100 | 1101 | 1011101 | 110100 |
Color Harmonies of #F64414
Complementary color
Monochromatic Colors of #F64414
Black with #F64414
Text Example
Text Example
White with #F64414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64414; }
p { color: rgb(246,68,20); }
H1.HeaderClassName
{
color: #F64414;
}
.AnyTagClassName
{
color: #F64414;
}
</style>
background-color css
<style>
a { background-color: #F64414; }
a { background-color: rgb(246,68,20); }
div.DivClassName
{
background-color: #F64414;
}
.BgClassName
{
background-color: #F64414;
}
</style>
border-color css
<style>
span { border-color: #F64414; }
span { border-color: rgb(246,68,20); }
td.TdClassName
{
border-color: #F64414;
}
.TagClassName
{
border-color: #F64414;
}
</style>