Shades of Red Orange #F63A1A
Tints of Red Orange #F63A1A
RGB
CMYK
RGB Variations
Color information
#F63A1A (or 0xF63A1A) is known color: Red Orange. HEX triplet: F6, 3A and 1A. RGB value is (246,58,26). Sum of RGB (Red+Green+Blue) = 246+58+26=330 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.55% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 246 - color contains mainly: red. Hex color #F63A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63A1A is #09C5E5. Grayscale: #6E6E6E. Windows color (decimal): -640486 or 1719030. OLE color: 1719030.
HSL color Cylindrical-coordinate representation of color #F63A1A: hue angle of 8.73º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F63A1A is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 58 | 26 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.04 |
| HSL | 8.73º | 0.92% | 0.53% | - |
| HSV(B) | 8.73º | 0.89% | 0.96% | - |
| XYZ | 39.71 | 22.69 | 3.26 | - |
| YUV | 110.56 | 80.28 | 224.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 58 | 26 | 0 | 0.76 | 0.89 | 0.04 | 8.73 | 0.92 | 0.53 |
| Hex | F6 | 3A | 1A | 0 | 4C | 59 | 4 | 9 | 5C | 35 |
| Octal | 366 | 72 | 32 | 0 | 114 | 131 | 4 | 11 | 134 | 65 |
| Binary | 11110110 | 111010 | 11010 | 0 | 1001100 | 1011001 | 100 | 1001 | 1011100 | 110101 |
Color Harmonies of #F63A1A
Complementary color
Monochromatic Colors of #F63A1A
Black with #F63A1A
Text Example
Text Example
White with #F63A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63A1A; }
p { color: rgb(246,58,26); }
H1.HeaderClassName
{
color: #F63A1A;
}
.AnyTagClassName
{
color: #F63A1A;
}
</style>
background-color css
<style>
a { background-color: #F63A1A; }
a { background-color: rgb(246,58,26); }
div.DivClassName
{
background-color: #F63A1A;
}
.BgClassName
{
background-color: #F63A1A;
}
</style>
border-color css
<style>
span { border-color: #F63A1A; }
span { border-color: rgb(246,58,26); }
td.TdClassName
{
border-color: #F63A1A;
}
.TagClassName
{
border-color: #F63A1A;
}
</style>