Shades of Red Orange #FE3E29
Tints of Red Orange #FE3E29
RGB
CMYK
RGB Variations
Color information
#FE3E29 (or 0xFE3E29) is known color: Red Orange. HEX triplet: FE, 3E and 29. RGB value is (254,62,41). Sum of RGB (Red+Green+Blue) = 254+62+41=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3E29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3E29 is #01C1D6. Grayscale: #757575. Windows color (decimal): -115159 or 2703102. OLE color: 2703102.
HSL color Cylindrical-coordinate representation of color #FE3E29: hue angle of 5.92º 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 #FE3E29 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 41 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.00 |
| HSL | 5.92º | 0.99% | 0.58% | - |
| HSV(B) | 5.92º | 0.84% | 1% | - |
| XYZ | 43 | 24.68 | 4.59 | - |
| YUV | 117.01 | 85.11 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 41 | 0 | 0.76 | 0.84 | 0.00 | 5.92 | 0.99 | 0.58 |
| Hex | FE | 3E | 29 | 0 | 4C | 54 | 0 | 6 | 63 | 3A |
| Octal | 376 | 76 | 51 | 0 | 114 | 124 | 0 | 6 | 143 | 72 |
| Binary | 11111110 | 111110 | 101001 | 0 | 1001100 | 1010100 | 0 | 110 | 1100011 | 111010 |
Color Harmonies of #FE3E29
Complementary color
Monochromatic Colors of #FE3E29
Black with #FE3E29
Text Example
Text Example
White with #FE3E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3E29; }
p { color: rgb(254,62,41); }
H1.HeaderClassName
{
color: #FE3E29;
}
.AnyTagClassName
{
color: #FE3E29;
}
</style>
background-color css
<style>
a { background-color: #FE3E29; }
a { background-color: rgb(254,62,41); }
div.DivClassName
{
background-color: #FE3E29;
}
.BgClassName
{
background-color: #FE3E29;
}
</style>
border-color css
<style>
span { border-color: #FE3E29; }
span { border-color: rgb(254,62,41); }
td.TdClassName
{
border-color: #FE3E29;
}
.TagClassName
{
border-color: #FE3E29;
}
</style>