Shades of Orange Red #F63F0E
Tints of Orange Red #F63F0E
RGB
CMYK
RGB Variations
Color information
#F63F0E (or 0xF63F0E) is known color: Orange Red. HEX triplet: F6, 3F and 0E. RGB value is (246,63,14). Sum of RGB (Red+Green+Blue) = 246+63+14=323 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.16% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 246 - color contains mainly: red. Hex color #F63F0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63F0E is #09C0F1. Grayscale: #707070. Windows color (decimal): -639218 or 933878. OLE color: 933878.
HSL color Cylindrical-coordinate representation of color #F63F0E: hue angle of 12.67º 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 #F63F0E is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 14 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.04 |
| HSL | 12.67º | 0.93% | 0.51% | - |
| HSV(B) | 12.67º | 0.94% | 0.96% | - |
| XYZ | 39.86 | 23.18 | 2.79 | - |
| YUV | 112.13 | 72.63 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 14 | 0 | 0.74 | 0.94 | 0.04 | 12.67 | 0.93 | 0.51 |
| Hex | F6 | 3F | E | 0 | 4A | 5E | 4 | D | 5D | 33 |
| Octal | 366 | 77 | 16 | 0 | 112 | 136 | 4 | 15 | 135 | 63 |
| Binary | 11110110 | 111111 | 1110 | 0 | 1001010 | 1011110 | 100 | 1101 | 1011101 | 110011 |
Color Harmonies of #F63F0E
Complementary color
Monochromatic Colors of #F63F0E
Black with #F63F0E
Text Example
Text Example
White with #F63F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63F0E; }
p { color: rgb(246,63,14); }
H1.HeaderClassName
{
color: #F63F0E;
}
.AnyTagClassName
{
color: #F63F0E;
}
</style>
background-color css
<style>
a { background-color: #F63F0E; }
a { background-color: rgb(246,63,14); }
div.DivClassName
{
background-color: #F63F0E;
}
.BgClassName
{
background-color: #F63F0E;
}
</style>
border-color css
<style>
span { border-color: #F63F0E; }
span { border-color: rgb(246,63,14); }
td.TdClassName
{
border-color: #F63F0E;
}
.TagClassName
{
border-color: #F63F0E;
}
</style>