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