Shades of Orange Red #F63C0E
Tints of Orange Red #F63C0E
RGB
CMYK
RGB Variations
Color information
#F63C0E (or 0xF63C0E) is known color: Orange Red. HEX triplet: F6, 3C and 0E. RGB value is (246,60,14). Sum of RGB (Red+Green+Blue) = 246+60+14=320 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.88% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 246 - color contains mainly: red. Hex color #F63C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63C0E is #09C3F1. Grayscale: #6E6E6E. Windows color (decimal): -639986 or 933110. OLE color: 933110.
HSL color Cylindrical-coordinate representation of color #F63C0E: hue angle of 11.9º 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 #F63C0E is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 60 | 14 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.04 |
| HSL | 11.9º | 0.93% | 0.51% | - |
| HSV(B) | 11.9º | 0.94% | 0.96% | - |
| XYZ | 39.7 | 22.86 | 2.73 | - |
| YUV | 110.37 | 73.62 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 60 | 14 | 0 | 0.76 | 0.94 | 0.04 | 11.9 | 0.93 | 0.51 |
| Hex | F6 | 3C | E | 0 | 4C | 5E | 4 | C | 5D | 33 |
| Octal | 366 | 74 | 16 | 0 | 114 | 136 | 4 | 14 | 135 | 63 |
| Binary | 11110110 | 111100 | 1110 | 0 | 1001100 | 1011110 | 100 | 1100 | 1011101 | 110011 |
Color Harmonies of #F63C0E
Complementary color
Monochromatic Colors of #F63C0E
Black with #F63C0E
Text Example
Text Example
White with #F63C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63C0E; }
p { color: rgb(246,60,14); }
H1.HeaderClassName
{
color: #F63C0E;
}
.AnyTagClassName
{
color: #F63C0E;
}
</style>
background-color css
<style>
a { background-color: #F63C0E; }
a { background-color: rgb(246,60,14); }
div.DivClassName
{
background-color: #F63C0E;
}
.BgClassName
{
background-color: #F63C0E;
}
</style>
border-color css
<style>
span { border-color: #F63C0E; }
span { border-color: rgb(246,60,14); }
td.TdClassName
{
border-color: #F63C0E;
}
.TagClassName
{
border-color: #F63C0E;
}
</style>