Shades of Orange Red #F63A0B
Tints of Orange Red #F63A0B
RGB
CMYK
RGB Variations
Color information
#F63A0B (or 0xF63A0B) is known color: Orange Red. HEX triplet: F6, 3A and 0B. RGB value is (246,58,11). Sum of RGB (Red+Green+Blue) = 246+58+11=315 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.10% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 246 - color contains mainly: red. Hex color #F63A0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63A0B is #09C5F4. Grayscale: #6D6D6D. Windows color (decimal): -640501 or 735990. OLE color: 735990.
HSL color Cylindrical-coordinate representation of color #F63A0B: hue angle of 12º 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 #F63A0B is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 58 | 11 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.04 |
| HSL | 12º | 0.93% | 0.5% | - |
| HSV(B) | 12º | 0.96% | 0.96% | - |
| XYZ | 39.58 | 22.64 | 2.6 | - |
| YUV | 108.85 | 72.78 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 58 | 11 | 0 | 0.76 | 0.96 | 0.04 | 12 | 0.93 | 0.5 |
| Hex | F6 | 3A | B | 0 | 4C | 60 | 4 | C | 5D | 32 |
| Octal | 366 | 72 | 13 | 0 | 114 | 140 | 4 | 14 | 135 | 62 |
| Binary | 11110110 | 111010 | 1011 | 0 | 1001100 | 1100000 | 100 | 1100 | 1011101 | 110010 |
Color Harmonies of #F63A0B
Complementary color
Monochromatic Colors of #F63A0B
Black with #F63A0B
Text Example
Text Example
White with #F63A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63A0B; }
p { color: rgb(246,58,11); }
H1.HeaderClassName
{
color: #F63A0B;
}
.AnyTagClassName
{
color: #F63A0B;
}
</style>
background-color css
<style>
a { background-color: #F63A0B; }
a { background-color: rgb(246,58,11); }
div.DivClassName
{
background-color: #F63A0B;
}
.BgClassName
{
background-color: #F63A0B;
}
</style>
border-color css
<style>
span { border-color: #F63A0B; }
span { border-color: rgb(246,58,11); }
td.TdClassName
{
border-color: #F63A0B;
}
.TagClassName
{
border-color: #F63A0B;
}
</style>