Shades of Red Orange #FE2A26
Tints of Red Orange #FE2A26
RGB
CMYK
RGB Variations
Color information
#FE2A26 (or 0xFE2A26) is known color: Red Orange. HEX triplet: FE, 2A and 26. RGB value is (254,42,38). Sum of RGB (Red+Green+Blue) = 254+42+38=334 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.05% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2A26 is #01D5D9. Grayscale: #696969. Windows color (decimal): -120282 or 2501374. OLE color: 2501374.
HSL color Cylindrical-coordinate representation of color #FE2A26: hue angle of 1.11º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE2A26 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 42 | 38 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.00 |
| HSL | 1.11º | 0.99% | 0.57% | - |
| HSV(B) | 1.11º | 0.85% | 1% | - |
| XYZ | 42.05 | 22.87 | 4.03 | - |
| YUV | 104.93 | 90.24 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 38 | 0 | 0.83 | 0.85 | 0.00 | 1.11 | 0.99 | 0.57 |
| Hex | FE | 2A | 26 | 0 | 53 | 55 | 0 | 1 | 63 | 39 |
| Octal | 376 | 52 | 46 | 0 | 123 | 125 | 0 | 1 | 143 | 71 |
| Binary | 11111110 | 101010 | 100110 | 0 | 1010011 | 1010101 | 0 | 1 | 1100011 | 111001 |
Color Harmonies of #FE2A26
Complementary color
Monochromatic Colors of #FE2A26
Black with #FE2A26
Text Example
Text Example
White with #FE2A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2A26; }
p { color: rgb(254,42,38); }
H1.HeaderClassName
{
color: #FE2A26;
}
.AnyTagClassName
{
color: #FE2A26;
}
</style>
background-color css
<style>
a { background-color: #FE2A26; }
a { background-color: rgb(254,42,38); }
div.DivClassName
{
background-color: #FE2A26;
}
.BgClassName
{
background-color: #FE2A26;
}
</style>
border-color css
<style>
span { border-color: #FE2A26; }
span { border-color: rgb(254,42,38); }
td.TdClassName
{
border-color: #FE2A26;
}
.TagClassName
{
border-color: #FE2A26;
}
</style>