Shades of Red #FE0A01
Tints of Red #FE0A01
RGB
CMYK
RGB Variations
Color information
#FE0A01 (or 0xFE0A01) is known color: Red. HEX triplet: FE, 0A and 01. RGB value is (254,10,1). Sum of RGB (Red+Green+Blue) = 254+10+1=265 (35% of max value = 765). Red value is 254 (99.61% from 255 or 95.85% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0A01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0A01 is #01F5FE. Grayscale: #525252. Windows color (decimal): -128511 or 68350. OLE color: 68350.
HSL color Cylindrical-coordinate representation of color #FE0A01: hue angle of 2.13º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0A01 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 1 | - |
| CMYK | 0 | 0.96 | 1.00 | 0.00 |
| HSL | 2.13º | 0.99% | 0.5% | - |
| HSV(B) | 2.13º | 1% | 1% | - |
| XYZ | 40.99 | 21.29 | 1.98 | - |
| YUV | 81.93 | 82.34 | 250.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 1 | 0 | 0.96 | 1.00 | 0.00 | 2.13 | 0.99 | 0.5 |
| Hex | FE | A | 1 | 0 | 60 | 64 | 0 | 2 | 63 | 32 |
| Octal | 376 | 12 | 1 | 0 | 140 | 144 | 0 | 2 | 143 | 62 |
| Binary | 11111110 | 1010 | 1 | 0 | 1100000 | 1100100 | 0 | 10 | 1100011 | 110010 |
Color Harmonies of #FE0A01
Complementary color
Monochromatic Colors of #FE0A01
Black with #FE0A01
Text Example
Text Example
White with #FE0A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0A01; }
p { color: rgb(254,10,1); }
H1.HeaderClassName
{
color: #FE0A01;
}
.AnyTagClassName
{
color: #FE0A01;
}
</style>
background-color css
<style>
a { background-color: #FE0A01; }
a { background-color: rgb(254,10,1); }
div.DivClassName
{
background-color: #FE0A01;
}
.BgClassName
{
background-color: #FE0A01;
}
</style>
border-color css
<style>
span { border-color: #FE0A01; }
span { border-color: rgb(254,10,1); }
td.TdClassName
{
border-color: #FE0A01;
}
.TagClassName
{
border-color: #FE0A01;
}
</style>