Shades of Orange Red #F63E0E
Tints of Orange Red #F63E0E
RGB
CMYK
RGB Variations
Color information
#F63E0E (or 0xF63E0E) is known color: Orange Red. HEX triplet: F6, 3E and 0E. RGB value is (246,62,14). Sum of RGB (Red+Green+Blue) = 246+62+14=322 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.40% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 246 - color contains mainly: red. Hex color #F63E0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63E0E is #09C1F1. Grayscale: #6F6F6F. Windows color (decimal): -639474 or 933622. OLE color: 933622.
HSL color Cylindrical-coordinate representation of color #F63E0E: hue angle of 12.41º 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 #F63E0E is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 62 | 14 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.04 |
| HSL | 12.41º | 0.93% | 0.51% | - |
| HSV(B) | 12.41º | 0.94% | 0.96% | - |
| XYZ | 39.81 | 23.07 | 2.77 | - |
| YUV | 111.54 | 72.96 | 223.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 62 | 14 | 0 | 0.75 | 0.94 | 0.04 | 12.41 | 0.93 | 0.51 |
| Hex | F6 | 3E | E | 0 | 4B | 5E | 4 | C | 5D | 33 |
| Octal | 366 | 76 | 16 | 0 | 113 | 136 | 4 | 14 | 135 | 63 |
| Binary | 11110110 | 111110 | 1110 | 0 | 1001011 | 1011110 | 100 | 1100 | 1011101 | 110011 |
Color Harmonies of #F63E0E
Complementary color
Monochromatic Colors of #F63E0E
Black with #F63E0E
Text Example
Text Example
White with #F63E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63E0E; }
p { color: rgb(246,62,14); }
H1.HeaderClassName
{
color: #F63E0E;
}
.AnyTagClassName
{
color: #F63E0E;
}
</style>
background-color css
<style>
a { background-color: #F63E0E; }
a { background-color: rgb(246,62,14); }
div.DivClassName
{
background-color: #F63E0E;
}
.BgClassName
{
background-color: #F63E0E;
}
</style>
border-color css
<style>
span { border-color: #F63E0E; }
span { border-color: rgb(246,62,14); }
td.TdClassName
{
border-color: #F63E0E;
}
.TagClassName
{
border-color: #F63E0E;
}
</style>