Shades of Red Orange #FE2E26
Tints of Red Orange #FE2E26
RGB
CMYK
RGB Variations
Color information
#FE2E26 (or 0xFE2E26) is known color: Red Orange. HEX triplet: FE, 2E and 26. RGB value is (254,46,38). Sum of RGB (Red+Green+Blue) = 254+46+38=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2E26 is #01D1D9. Grayscale: #6B6B6B. Windows color (decimal): -119258 or 2502398. OLE color: 2502398.
HSL color Cylindrical-coordinate representation of color #FE2E26: hue angle of 2.22º 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 #FE2E26 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 38 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.00 |
| HSL | 2.22º | 0.99% | 0.57% | - |
| HSV(B) | 2.22º | 0.85% | 1% | - |
| XYZ | 42.2 | 23.16 | 4.08 | - |
| YUV | 107.28 | 88.91 | 232.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 38 | 0 | 0.82 | 0.85 | 0.00 | 2.22 | 0.99 | 0.57 |
| Hex | FE | 2E | 26 | 0 | 52 | 55 | 0 | 2 | 63 | 39 |
| Octal | 376 | 56 | 46 | 0 | 122 | 125 | 0 | 2 | 143 | 71 |
| Binary | 11111110 | 101110 | 100110 | 0 | 1010010 | 1010101 | 0 | 10 | 1100011 | 111001 |
Color Harmonies of #FE2E26
Complementary color
Monochromatic Colors of #FE2E26
Black with #FE2E26
Text Example
Text Example
White with #FE2E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2E26; }
p { color: rgb(254,46,38); }
H1.HeaderClassName
{
color: #FE2E26;
}
.AnyTagClassName
{
color: #FE2E26;
}
</style>
background-color css
<style>
a { background-color: #FE2E26; }
a { background-color: rgb(254,46,38); }
div.DivClassName
{
background-color: #FE2E26;
}
.BgClassName
{
background-color: #FE2E26;
}
</style>
border-color css
<style>
span { border-color: #FE2E26; }
span { border-color: rgb(254,46,38); }
td.TdClassName
{
border-color: #FE2E26;
}
.TagClassName
{
border-color: #FE2E26;
}
</style>