Shades of Orange Red #F64213
Tints of Orange Red #F64213
RGB
CMYK
RGB Variations
Color information
#F64213 (or 0xF64213) is known color: Orange Red. HEX triplet: F6, 42 and 13. RGB value is (246,66,19). Sum of RGB (Red+Green+Blue) = 246+66+19=331 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.32% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 246 - color contains mainly: red. Hex color #F64213 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64213 is #09BDEC. Grayscale: #727272. Windows color (decimal): -638445 or 1262326. OLE color: 1262326.
HSL color Cylindrical-coordinate representation of color #F64213: hue angle of 12.42º 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 #F64213 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 66 | 19 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.04 |
| HSL | 12.42º | 0.93% | 0.52% | - |
| HSV(B) | 12.42º | 0.92% | 0.96% | - |
| XYZ | 40.07 | 23.54 | 3.05 | - |
| YUV | 114.46 | 74.13 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 66 | 19 | 0 | 0.73 | 0.92 | 0.04 | 12.42 | 0.93 | 0.52 |
| Hex | F6 | 42 | 13 | 0 | 49 | 5C | 4 | C | 5D | 34 |
| Octal | 366 | 102 | 23 | 0 | 111 | 134 | 4 | 14 | 135 | 64 |
| Binary | 11110110 | 1000010 | 10011 | 0 | 1001001 | 1011100 | 100 | 1100 | 1011101 | 110100 |
Color Harmonies of #F64213
Complementary color
Monochromatic Colors of #F64213
Black with #F64213
Text Example
Text Example
White with #F64213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64213; }
p { color: rgb(246,66,19); }
H1.HeaderClassName
{
color: #F64213;
}
.AnyTagClassName
{
color: #F64213;
}
</style>
background-color css
<style>
a { background-color: #F64213; }
a { background-color: rgb(246,66,19); }
div.DivClassName
{
background-color: #F64213;
}
.BgClassName
{
background-color: #F64213;
}
</style>
border-color css
<style>
span { border-color: #F64213; }
span { border-color: rgb(246,66,19); }
td.TdClassName
{
border-color: #F64213;
}
.TagClassName
{
border-color: #F64213;
}
</style>