Shades of Orange Red #F63F0B
Tints of Orange Red #F63F0B
RGB
CMYK
RGB Variations
Color information
#F63F0B (or 0xF63F0B) is known color: Orange Red. HEX triplet: F6, 3F and 0B. RGB value is (246,63,11). Sum of RGB (Red+Green+Blue) = 246+63+11=320 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.88% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 246 - color contains mainly: red. Hex color #F63F0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63F0B is #09C0F4. Grayscale: #707070. Windows color (decimal): -639221 or 737270. OLE color: 737270.
HSL color Cylindrical-coordinate representation of color #F63F0B: hue angle of 13.28º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F63F0B is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 11 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.04 |
| HSL | 13.28º | 0.93% | 0.5% | - |
| HSV(B) | 13.28º | 0.96% | 0.96% | - |
| XYZ | 39.84 | 23.17 | 2.69 | - |
| YUV | 111.79 | 71.13 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 11 | 0 | 0.74 | 0.96 | 0.04 | 13.28 | 0.93 | 0.5 |
| Hex | F6 | 3F | B | 0 | 4A | 60 | 4 | D | 5D | 32 |
| Octal | 366 | 77 | 13 | 0 | 112 | 140 | 4 | 15 | 135 | 62 |
| Binary | 11110110 | 111111 | 1011 | 0 | 1001010 | 1100000 | 100 | 1101 | 1011101 | 110010 |
Color Harmonies of #F63F0B
Complementary color
Monochromatic Colors of #F63F0B
Black with #F63F0B
Text Example
Text Example
White with #F63F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63F0B; }
p { color: rgb(246,63,11); }
H1.HeaderClassName
{
color: #F63F0B;
}
.AnyTagClassName
{
color: #F63F0B;
}
</style>
background-color css
<style>
a { background-color: #F63F0B; }
a { background-color: rgb(246,63,11); }
div.DivClassName
{
background-color: #F63F0B;
}
.BgClassName
{
background-color: #F63F0B;
}
</style>
border-color css
<style>
span { border-color: #F63F0B; }
span { border-color: rgb(246,63,11); }
td.TdClassName
{
border-color: #F63F0B;
}
.TagClassName
{
border-color: #F63F0B;
}
</style>