Shades of Red Orange #FE3529
Tints of Red Orange #FE3529
RGB
CMYK
RGB Variations
Color information
#FE3529 (or 0xFE3529) is known color: Red Orange. HEX triplet: FE, 35 and 29. RGB value is (254,53,41). Sum of RGB (Red+Green+Blue) = 254+53+41=348 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.99% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3529 is #01CAD6. Grayscale: #6F6F6F. Windows color (decimal): -117463 or 2700798. OLE color: 2700798.
HSL color Cylindrical-coordinate representation of color #FE3529: hue angle of 3.38º 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 #FE3529 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 41 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.00 |
| HSL | 3.38º | 0.99% | 0.58% | - |
| HSV(B) | 3.38º | 0.84% | 1% | - |
| XYZ | 42.55 | 23.78 | 4.44 | - |
| YUV | 111.73 | 88.09 | 229.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 41 | 0 | 0.79 | 0.84 | 0.00 | 3.38 | 0.99 | 0.58 |
| Hex | FE | 35 | 29 | 0 | 4F | 54 | 0 | 3 | 63 | 3A |
| Octal | 376 | 65 | 51 | 0 | 117 | 124 | 0 | 3 | 143 | 72 |
| Binary | 11111110 | 110101 | 101001 | 0 | 1001111 | 1010100 | 0 | 11 | 1100011 | 111010 |
Color Harmonies of #FE3529
Complementary color
Monochromatic Colors of #FE3529
Black with #FE3529
Text Example
Text Example
White with #FE3529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3529; }
p { color: rgb(254,53,41); }
H1.HeaderClassName
{
color: #FE3529;
}
.AnyTagClassName
{
color: #FE3529;
}
</style>
background-color css
<style>
a { background-color: #FE3529; }
a { background-color: rgb(254,53,41); }
div.DivClassName
{
background-color: #FE3529;
}
.BgClassName
{
background-color: #FE3529;
}
</style>
border-color css
<style>
span { border-color: #FE3529; }
span { border-color: rgb(254,53,41); }
td.TdClassName
{
border-color: #FE3529;
}
.TagClassName
{
border-color: #FE3529;
}
</style>