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