Shades of Orange Red #F63C11
Tints of Orange Red #F63C11
RGB
CMYK
RGB Variations
Color information
#F63C11 (or 0xF63C11) is known color: Orange Red. HEX triplet: F6, 3C and 11. RGB value is (246,60,17). Sum of RGB (Red+Green+Blue) = 246+60+17=323 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.16% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 246 - color contains mainly: red. Hex color #F63C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63C11 is #09C3EE. Grayscale: #6F6F6F. Windows color (decimal): -639983 or 1129718. OLE color: 1129718.
HSL color Cylindrical-coordinate representation of color #F63C11: hue angle of 11.27º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F63C11 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 60 | 17 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.04 |
| HSL | 11.27º | 0.93% | 0.52% | - |
| HSV(B) | 11.27º | 0.93% | 0.96% | - |
| XYZ | 39.72 | 22.87 | 2.85 | - |
| YUV | 110.71 | 75.12 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 60 | 17 | 0 | 0.76 | 0.93 | 0.04 | 11.27 | 0.93 | 0.52 |
| Hex | F6 | 3C | 11 | 0 | 4C | 5D | 4 | B | 5D | 34 |
| Octal | 366 | 74 | 21 | 0 | 114 | 135 | 4 | 13 | 135 | 64 |
| Binary | 11110110 | 111100 | 10001 | 0 | 1001100 | 1011101 | 100 | 1011 | 1011101 | 110100 |
Color Harmonies of #F63C11
Complementary color
Monochromatic Colors of #F63C11
Black with #F63C11
Text Example
Text Example
White with #F63C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63C11; }
p { color: rgb(246,60,17); }
H1.HeaderClassName
{
color: #F63C11;
}
.AnyTagClassName
{
color: #F63C11;
}
</style>
background-color css
<style>
a { background-color: #F63C11; }
a { background-color: rgb(246,60,17); }
div.DivClassName
{
background-color: #F63C11;
}
.BgClassName
{
background-color: #F63C11;
}
</style>
border-color css
<style>
span { border-color: #F63C11; }
span { border-color: rgb(246,60,17); }
td.TdClassName
{
border-color: #F63C11;
}
.TagClassName
{
border-color: #F63C11;
}
</style>