Shades of Red Orange #FE3A29
Tints of Red Orange #FE3A29
RGB
CMYK
RGB Variations
Color information
#FE3A29 (or 0xFE3A29) is known color: Red Orange. HEX triplet: FE, 3A and 29. RGB value is (254,58,41). Sum of RGB (Red+Green+Blue) = 254+58+41=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 41 (16.41% from 255 or 11.61% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3A29 is #01C5D6. Grayscale: #727272. Windows color (decimal): -116183 or 2702078. OLE color: 2702078.
HSL color Cylindrical-coordinate representation of color #FE3A29: hue angle of 4.79º 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 #FE3A29 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 41 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.00 |
| HSL | 4.79º | 0.99% | 0.58% | - |
| HSV(B) | 4.79º | 0.84% | 1% | - |
| XYZ | 42.79 | 24.26 | 4.52 | - |
| YUV | 114.67 | 86.43 | 227.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 41 | 0 | 0.77 | 0.84 | 0.00 | 4.79 | 0.99 | 0.58 |
| Hex | FE | 3A | 29 | 0 | 4D | 54 | 0 | 5 | 63 | 3A |
| Octal | 376 | 72 | 51 | 0 | 115 | 124 | 0 | 5 | 143 | 72 |
| Binary | 11111110 | 111010 | 101001 | 0 | 1001101 | 1010100 | 0 | 101 | 1100011 | 111010 |
Color Harmonies of #FE3A29
Complementary color
Monochromatic Colors of #FE3A29
Black with #FE3A29
Text Example
Text Example
White with #FE3A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3A29; }
p { color: rgb(254,58,41); }
H1.HeaderClassName
{
color: #FE3A29;
}
.AnyTagClassName
{
color: #FE3A29;
}
</style>
background-color css
<style>
a { background-color: #FE3A29; }
a { background-color: rgb(254,58,41); }
div.DivClassName
{
background-color: #FE3A29;
}
.BgClassName
{
background-color: #FE3A29;
}
</style>
border-color css
<style>
span { border-color: #FE3A29; }
span { border-color: rgb(254,58,41); }
td.TdClassName
{
border-color: #FE3A29;
}
.TagClassName
{
border-color: #FE3A29;
}
</style>