Shades of Red Orange #FE4D26
Tints of Red Orange #FE4D26
RGB
CMYK
RGB Variations
Color information
#FE4D26 (or 0xFE4D26) is known color: Red Orange. HEX triplet: FE, 4D and 26. RGB value is (254,77,38). Sum of RGB (Red+Green+Blue) = 254+77+38=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE4D26 is #01B2D9. Grayscale: #7D7D7D. Windows color (decimal): -111322 or 2510334. OLE color: 2510334.
HSL color Cylindrical-coordinate representation of color #FE4D26: hue angle of 10.83º 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 #FE4D26 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 38 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.00 |
| HSL | 10.83º | 0.99% | 0.57% | - |
| HSV(B) | 10.83º | 0.85% | 1% | - |
| XYZ | 43.88 | 26.52 | 4.64 | - |
| YUV | 125.48 | 78.64 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 38 | 0 | 0.70 | 0.85 | 0.00 | 10.83 | 0.99 | 0.57 |
| Hex | FE | 4D | 26 | 0 | 46 | 55 | 0 | B | 63 | 39 |
| Octal | 376 | 115 | 46 | 0 | 106 | 125 | 0 | 13 | 143 | 71 |
| Binary | 11111110 | 1001101 | 100110 | 0 | 1000110 | 1010101 | 0 | 1011 | 1100011 | 111001 |
Color Harmonies of #FE4D26
Complementary color
Monochromatic Colors of #FE4D26
Black with #FE4D26
Text Example
Text Example
White with #FE4D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D26; }
p { color: rgb(254,77,38); }
H1.HeaderClassName
{
color: #FE4D26;
}
.AnyTagClassName
{
color: #FE4D26;
}
</style>
background-color css
<style>
a { background-color: #FE4D26; }
a { background-color: rgb(254,77,38); }
div.DivClassName
{
background-color: #FE4D26;
}
.BgClassName
{
background-color: #FE4D26;
}
</style>
border-color css
<style>
span { border-color: #FE4D26; }
span { border-color: rgb(254,77,38); }
td.TdClassName
{
border-color: #FE4D26;
}
.TagClassName
{
border-color: #FE4D26;
}
</style>