Shades of Red Orange #FE2A20
Tints of Red Orange #FE2A20
RGB
CMYK
RGB Variations
Color information
#FE2A20 (or 0xFE2A20) is known color: Red Orange. HEX triplet: FE, 2A and 20. RGB value is (254,42,32). Sum of RGB (Red+Green+Blue) = 254+42+32=328 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.44% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2A20 is #01D5DF. Grayscale: #686868. Windows color (decimal): -120288 or 2108158. OLE color: 2108158.
HSL color Cylindrical-coordinate representation of color #FE2A20: hue angle of 2.7º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE2A20 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 42 | 32 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.00 |
| HSL | 2.7º | 0.99% | 0.56% | - |
| HSV(B) | 2.7º | 0.87% | 1% | - |
| XYZ | 41.96 | 22.83 | 3.56 | - |
| YUV | 104.25 | 87.24 | 234.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 32 | 0 | 0.83 | 0.87 | 0.00 | 2.7 | 0.99 | 0.56 |
| Hex | FE | 2A | 20 | 0 | 53 | 57 | 0 | 3 | 63 | 38 |
| Octal | 376 | 52 | 40 | 0 | 123 | 127 | 0 | 3 | 143 | 70 |
| Binary | 11111110 | 101010 | 100000 | 0 | 1010011 | 1010111 | 0 | 11 | 1100011 | 111000 |
Color Harmonies of #FE2A20
Complementary color
Monochromatic Colors of #FE2A20
Black with #FE2A20
Text Example
Text Example
White with #FE2A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2A20; }
p { color: rgb(254,42,32); }
H1.HeaderClassName
{
color: #FE2A20;
}
.AnyTagClassName
{
color: #FE2A20;
}
</style>
background-color css
<style>
a { background-color: #FE2A20; }
a { background-color: rgb(254,42,32); }
div.DivClassName
{
background-color: #FE2A20;
}
.BgClassName
{
background-color: #FE2A20;
}
</style>
border-color css
<style>
span { border-color: #FE2A20; }
span { border-color: rgb(254,42,32); }
td.TdClassName
{
border-color: #FE2A20;
}
.TagClassName
{
border-color: #FE2A20;
}
</style>