Shades of Red Orange #FE2A22
Tints of Red Orange #FE2A22
RGB
CMYK
RGB Variations
Color information
#FE2A22 (or 0xFE2A22) is known color: Red Orange. HEX triplet: FE, 2A and 22. RGB value is (254,42,34). Sum of RGB (Red+Green+Blue) = 254+42+34=330 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.97% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 34 (13.67% from 255 or 10.30% from 330); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2A22 is #01D5DD. Grayscale: #686868. Windows color (decimal): -120286 or 2239230. OLE color: 2239230.
HSL color Cylindrical-coordinate representation of color #FE2A22: hue angle of 2.18º 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 #FE2A22 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 42 | 34 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.00 |
| HSL | 2.18º | 0.99% | 0.56% | - |
| HSV(B) | 2.18º | 0.87% | 1% | - |
| XYZ | 41.99 | 22.84 | 3.71 | - |
| YUV | 104.48 | 88.24 | 234.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 34 | 0 | 0.83 | 0.87 | 0.00 | 2.18 | 0.99 | 0.56 |
| Hex | FE | 2A | 22 | 0 | 53 | 57 | 0 | 2 | 63 | 38 |
| Octal | 376 | 52 | 42 | 0 | 123 | 127 | 0 | 2 | 143 | 70 |
| Binary | 11111110 | 101010 | 100010 | 0 | 1010011 | 1010111 | 0 | 10 | 1100011 | 111000 |
Color Harmonies of #FE2A22
Complementary color
Monochromatic Colors of #FE2A22
Black with #FE2A22
Text Example
Text Example
White with #FE2A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2A22; }
p { color: rgb(254,42,34); }
H1.HeaderClassName
{
color: #FE2A22;
}
.AnyTagClassName
{
color: #FE2A22;
}
</style>
background-color css
<style>
a { background-color: #FE2A22; }
a { background-color: rgb(254,42,34); }
div.DivClassName
{
background-color: #FE2A22;
}
.BgClassName
{
background-color: #FE2A22;
}
</style>
border-color css
<style>
span { border-color: #FE2A22; }
span { border-color: rgb(254,42,34); }
td.TdClassName
{
border-color: #FE2A22;
}
.TagClassName
{
border-color: #FE2A22;
}
</style>