Shades of Orange Red #F6420E
Tints of Orange Red #F6420E
RGB
CMYK
RGB Variations
Color information
#F6420E (or 0xF6420E) is known color: Orange Red. HEX triplet: F6, 42 and 0E. RGB value is (246,66,14). Sum of RGB (Red+Green+Blue) = 246+66+14=326 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.46% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 246 - color contains mainly: red. Hex color #F6420E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6420E is #09BDF1. Grayscale: #727272. Windows color (decimal): -638450 or 934646. OLE color: 934646.
HSL color Cylindrical-coordinate representation of color #F6420E: hue angle of 13.45º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6420E is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 66 | 14 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.04 |
| HSL | 13.45º | 0.93% | 0.51% | - |
| HSV(B) | 13.45º | 0.94% | 0.96% | - |
| XYZ | 40.03 | 23.52 | 2.85 | - |
| YUV | 113.89 | 71.63 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 66 | 14 | 0 | 0.73 | 0.94 | 0.04 | 13.45 | 0.93 | 0.51 |
| Hex | F6 | 42 | E | 0 | 49 | 5E | 4 | D | 5D | 33 |
| Octal | 366 | 102 | 16 | 0 | 111 | 136 | 4 | 15 | 135 | 63 |
| Binary | 11110110 | 1000010 | 1110 | 0 | 1001001 | 1011110 | 100 | 1101 | 1011101 | 110011 |
Color Harmonies of #F6420E
Complementary color
Monochromatic Colors of #F6420E
Black with #F6420E
Text Example
Text Example
White with #F6420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6420E; }
p { color: rgb(246,66,14); }
H1.HeaderClassName
{
color: #F6420E;
}
.AnyTagClassName
{
color: #F6420E;
}
</style>
background-color css
<style>
a { background-color: #F6420E; }
a { background-color: rgb(246,66,14); }
div.DivClassName
{
background-color: #F6420E;
}
.BgClassName
{
background-color: #F6420E;
}
</style>
border-color css
<style>
span { border-color: #F6420E; }
span { border-color: rgb(246,66,14); }
td.TdClassName
{
border-color: #F6420E;
}
.TagClassName
{
border-color: #F6420E;
}
</style>