Shades of Orange Red #F63E18
Tints of Orange Red #F63E18
RGB
CMYK
RGB Variations
Color information
#F63E18 (or 0xF63E18) is known color: Orange Red. HEX triplet: F6, 3E and 18. RGB value is (246,62,24). Sum of RGB (Red+Green+Blue) = 246+62+24=332 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.10% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 246 - color contains mainly: red. Hex color #F63E18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63E18 is #09C1E7. Grayscale: #717171. Windows color (decimal): -639464 or 1588982. OLE color: 1588982.
HSL color Cylindrical-coordinate representation of color #F63E18: hue angle of 10.27º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F63E18 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 62 | 24 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.04 |
| HSL | 10.27º | 0.93% | 0.53% | - |
| HSV(B) | 10.27º | 0.9% | 0.96% | - |
| XYZ | 39.89 | 23.1 | 3.22 | - |
| YUV | 112.68 | 77.96 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 62 | 24 | 0 | 0.75 | 0.90 | 0.04 | 10.27 | 0.93 | 0.53 |
| Hex | F6 | 3E | 18 | 0 | 4B | 5A | 4 | A | 5C | 35 |
| Octal | 366 | 76 | 30 | 0 | 113 | 132 | 4 | 12 | 134 | 65 |
| Binary | 11110110 | 111110 | 11000 | 0 | 1001011 | 1011010 | 100 | 1010 | 1011100 | 110101 |
Color Harmonies of #F63E18
Complementary color
Monochromatic Colors of #F63E18
Black with #F63E18
Text Example
Text Example
White with #F63E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63E18; }
p { color: rgb(246,62,24); }
H1.HeaderClassName
{
color: #F63E18;
}
.AnyTagClassName
{
color: #F63E18;
}
</style>
background-color css
<style>
a { background-color: #F63E18; }
a { background-color: rgb(246,62,24); }
div.DivClassName
{
background-color: #F63E18;
}
.BgClassName
{
background-color: #F63E18;
}
</style>
border-color css
<style>
span { border-color: #F63E18; }
span { border-color: rgb(246,62,24); }
td.TdClassName
{
border-color: #F63E18;
}
.TagClassName
{
border-color: #F63E18;
}
</style>