Shades of Red Orange #FE3329
Tints of Red Orange #FE3329
RGB
CMYK
RGB Variations
Color information
#FE3329 (or 0xFE3329) is known color: Red Orange. HEX triplet: FE, 33 and 29. RGB value is (254,51,41). Sum of RGB (Red+Green+Blue) = 254+51+41=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3329 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3329 is #01CCD6. Grayscale: #6E6E6E. Windows color (decimal): -117975 or 2700286. OLE color: 2700286.
HSL color Cylindrical-coordinate representation of color #FE3329: hue angle of 2.82º 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 #FE3329 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 41 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.00 |
| HSL | 2.82º | 0.99% | 0.58% | - |
| HSV(B) | 2.82º | 0.84% | 1% | - |
| XYZ | 42.46 | 23.6 | 4.42 | - |
| YUV | 110.56 | 88.75 | 230.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 41 | 0 | 0.80 | 0.84 | 0.00 | 2.82 | 0.99 | 0.58 |
| Hex | FE | 33 | 29 | 0 | 50 | 54 | 0 | 3 | 63 | 3A |
| Octal | 376 | 63 | 51 | 0 | 120 | 124 | 0 | 3 | 143 | 72 |
| Binary | 11111110 | 110011 | 101001 | 0 | 1010000 | 1010100 | 0 | 11 | 1100011 | 111010 |
Color Harmonies of #FE3329
Complementary color
Monochromatic Colors of #FE3329
Black with #FE3329
Text Example
Text Example
White with #FE3329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3329; }
p { color: rgb(254,51,41); }
H1.HeaderClassName
{
color: #FE3329;
}
.AnyTagClassName
{
color: #FE3329;
}
</style>
background-color css
<style>
a { background-color: #FE3329; }
a { background-color: rgb(254,51,41); }
div.DivClassName
{
background-color: #FE3329;
}
.BgClassName
{
background-color: #FE3329;
}
</style>
border-color css
<style>
span { border-color: #FE3329; }
span { border-color: rgb(254,51,41); }
td.TdClassName
{
border-color: #FE3329;
}
.TagClassName
{
border-color: #FE3329;
}
</style>