Shades of Red Orange #FE4529
Tints of Red Orange #FE4529
RGB
CMYK
RGB Variations
Color information
#FE4529 (or 0xFE4529) is known color: Red Orange. HEX triplet: FE, 45 and 29. RGB value is (254,69,41). Sum of RGB (Red+Green+Blue) = 254+69+41=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 41 (16.41% from 255 or 11.26% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4529 is #01BAD6. Grayscale: #797979. Windows color (decimal): -113367 or 2704894. OLE color: 2704894.
HSL color Cylindrical-coordinate representation of color #FE4529: hue angle of 7.89º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE4529 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 41 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.00 |
| HSL | 7.89º | 0.99% | 0.58% | - |
| HSV(B) | 7.89º | 0.84% | 1% | - |
| XYZ | 43.4 | 25.49 | 4.73 | - |
| YUV | 121.12 | 82.79 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 41 | 0 | 0.73 | 0.84 | 0.00 | 7.89 | 0.99 | 0.58 |
| Hex | FE | 45 | 29 | 0 | 49 | 54 | 0 | 8 | 63 | 3A |
| Octal | 376 | 105 | 51 | 0 | 111 | 124 | 0 | 10 | 143 | 72 |
| Binary | 11111110 | 1000101 | 101001 | 0 | 1001001 | 1010100 | 0 | 1000 | 1100011 | 111010 |
Color Harmonies of #FE4529
Complementary color
Monochromatic Colors of #FE4529
Black with #FE4529
Text Example
Text Example
White with #FE4529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4529; }
p { color: rgb(254,69,41); }
H1.HeaderClassName
{
color: #FE4529;
}
.AnyTagClassName
{
color: #FE4529;
}
</style>
background-color css
<style>
a { background-color: #FE4529; }
a { background-color: rgb(254,69,41); }
div.DivClassName
{
background-color: #FE4529;
}
.BgClassName
{
background-color: #FE4529;
}
</style>
border-color css
<style>
span { border-color: #FE4529; }
span { border-color: rgb(254,69,41); }
td.TdClassName
{
border-color: #FE4529;
}
.TagClassName
{
border-color: #FE4529;
}
</style>