Shades of Orange Red #F63E16
Tints of Orange Red #F63E16
RGB
CMYK
RGB Variations
Color information
#F63E16 (or 0xF63E16) is known color: Orange Red. HEX triplet: F6, 3E and 16. RGB value is (246,62,22). Sum of RGB (Red+Green+Blue) = 246+62+22=330 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.55% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 246 - color contains mainly: red. Hex color #F63E16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63E16 is #09C1E9. Grayscale: #707070. Windows color (decimal): -639466 or 1457910. OLE color: 1457910.
HSL color Cylindrical-coordinate representation of color #F63E16: hue angle of 10.71º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F63E16 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 62 | 22 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.04 |
| HSL | 10.71º | 0.93% | 0.53% | - |
| HSV(B) | 10.71º | 0.91% | 0.96% | - |
| XYZ | 39.87 | 23.1 | 3.12 | - |
| YUV | 112.46 | 76.96 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 62 | 22 | 0 | 0.75 | 0.91 | 0.04 | 10.71 | 0.93 | 0.53 |
| Hex | F6 | 3E | 16 | 0 | 4B | 5B | 4 | B | 5D | 35 |
| Octal | 366 | 76 | 26 | 0 | 113 | 133 | 4 | 13 | 135 | 65 |
| Binary | 11110110 | 111110 | 10110 | 0 | 1001011 | 1011011 | 100 | 1011 | 1011101 | 110101 |
Color Harmonies of #F63E16
Complementary color
Monochromatic Colors of #F63E16
Black with #F63E16
Text Example
Text Example
White with #F63E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63E16; }
p { color: rgb(246,62,22); }
H1.HeaderClassName
{
color: #F63E16;
}
.AnyTagClassName
{
color: #F63E16;
}
</style>
background-color css
<style>
a { background-color: #F63E16; }
a { background-color: rgb(246,62,22); }
div.DivClassName
{
background-color: #F63E16;
}
.BgClassName
{
background-color: #F63E16;
}
</style>
border-color css
<style>
span { border-color: #F63E16; }
span { border-color: rgb(246,62,22); }
td.TdClassName
{
border-color: #F63E16;
}
.TagClassName
{
border-color: #F63E16;
}
</style>