Shades of Orange Red #F64413
Tints of Orange Red #F64413
RGB
CMYK
RGB Variations
Color information
#F64413 (or 0xF64413) is known color: Orange Red. HEX triplet: F6, 44 and 13. RGB value is (246,68,19). Sum of RGB (Red+Green+Blue) = 246+68+19=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F64413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64413 is #09BBEC. Grayscale: #747474. Windows color (decimal): -637933 or 1262838. OLE color: 1262838.
HSL color Cylindrical-coordinate representation of color #F64413: hue angle of 12.95º 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 #F64413 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 68 | 19 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.04 |
| HSL | 12.95º | 0.93% | 0.52% | - |
| HSV(B) | 12.95º | 0.92% | 0.96% | - |
| XYZ | 40.19 | 23.77 | 3.09 | - |
| YUV | 115.64 | 73.47 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 68 | 19 | 0 | 0.72 | 0.92 | 0.04 | 12.95 | 0.93 | 0.52 |
| Hex | F6 | 44 | 13 | 0 | 48 | 5C | 4 | D | 5D | 34 |
| Octal | 366 | 104 | 23 | 0 | 110 | 134 | 4 | 15 | 135 | 64 |
| Binary | 11110110 | 1000100 | 10011 | 0 | 1001000 | 1011100 | 100 | 1101 | 1011101 | 110100 |
Color Harmonies of #F64413
Complementary color
Monochromatic Colors of #F64413
Black with #F64413
Text Example
Text Example
White with #F64413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64413; }
p { color: rgb(246,68,19); }
H1.HeaderClassName
{
color: #F64413;
}
.AnyTagClassName
{
color: #F64413;
}
</style>
background-color css
<style>
a { background-color: #F64413; }
a { background-color: rgb(246,68,19); }
div.DivClassName
{
background-color: #F64413;
}
.BgClassName
{
background-color: #F64413;
}
</style>
border-color css
<style>
span { border-color: #F64413; }
span { border-color: rgb(246,68,19); }
td.TdClassName
{
border-color: #F64413;
}
.TagClassName
{
border-color: #F64413;
}
</style>