Shades of Red Orange #FE4A26
Tints of Red Orange #FE4A26
RGB
CMYK
RGB Variations
Color information
#FE4A26 (or 0xFE4A26) is known color: Red Orange. HEX triplet: FE, 4A and 26. RGB value is (254,74,38). Sum of RGB (Red+Green+Blue) = 254+74+38=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 38 (15.23% from 255 or 10.38% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4A26 is #01B5D9. Grayscale: #7C7C7C. Windows color (decimal): -112090 or 2509566. OLE color: 2509566.
HSL color Cylindrical-coordinate representation of color #FE4A26: hue angle of 10º 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 #FE4A26 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 38 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.00 |
| HSL | 10º | 0.99% | 0.57% | - |
| HSV(B) | 10º | 0.85% | 1% | - |
| XYZ | 43.67 | 26.11 | 4.57 | - |
| YUV | 123.72 | 79.63 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 38 | 0 | 0.71 | 0.85 | 0.00 | 10 | 0.99 | 0.57 |
| Hex | FE | 4A | 26 | 0 | 47 | 55 | 0 | A | 63 | 39 |
| Octal | 376 | 112 | 46 | 0 | 107 | 125 | 0 | 12 | 143 | 71 |
| Binary | 11111110 | 1001010 | 100110 | 0 | 1000111 | 1010101 | 0 | 1010 | 1100011 | 111001 |
Color Harmonies of #FE4A26
Complementary color
Monochromatic Colors of #FE4A26
Black with #FE4A26
Text Example
Text Example
White with #FE4A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4A26; }
p { color: rgb(254,74,38); }
H1.HeaderClassName
{
color: #FE4A26;
}
.AnyTagClassName
{
color: #FE4A26;
}
</style>
background-color css
<style>
a { background-color: #FE4A26; }
a { background-color: rgb(254,74,38); }
div.DivClassName
{
background-color: #FE4A26;
}
.BgClassName
{
background-color: #FE4A26;
}
</style>
border-color css
<style>
span { border-color: #FE4A26; }
span { border-color: rgb(254,74,38); }
td.TdClassName
{
border-color: #FE4A26;
}
.TagClassName
{
border-color: #FE4A26;
}
</style>