Shades of Red Orange #FE322E
Tints of Red Orange #FE322E
RGB
CMYK
RGB Variations
Color information
#FE322E (or 0xFE322E) is known color: Red Orange. HEX triplet: FE, 32 and 2E. RGB value is (254,50,46). Sum of RGB (Red+Green+Blue) = 254+50+46=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE322E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE322E is #01CDD1. Grayscale: #6E6E6E. Windows color (decimal): -118226 or 3027710. OLE color: 3027710.
HSL color Cylindrical-coordinate representation of color #FE322E: hue angle of 1.15º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE322E is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 46 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.00 |
| HSL | 1.15º | 0.99% | 0.59% | - |
| HSV(B) | 1.15º | 0.82% | 1% | - |
| XYZ | 42.51 | 23.55 | 4.89 | - |
| YUV | 110.54 | 91.59 | 230.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 46 | 0 | 0.80 | 0.82 | 0.00 | 1.15 | 0.99 | 0.59 |
| Hex | FE | 32 | 2E | 0 | 50 | 52 | 0 | 1 | 63 | 3B |
| Octal | 376 | 62 | 56 | 0 | 120 | 122 | 0 | 1 | 143 | 73 |
| Binary | 11111110 | 110010 | 101110 | 0 | 1010000 | 1010010 | 0 | 1 | 1100011 | 111011 |
Color Harmonies of #FE322E
Complementary color
Monochromatic Colors of #FE322E
Black with #FE322E
Text Example
Text Example
White with #FE322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE322E; }
p { color: rgb(254,50,46); }
H1.HeaderClassName
{
color: #FE322E;
}
.AnyTagClassName
{
color: #FE322E;
}
</style>
background-color css
<style>
a { background-color: #FE322E; }
a { background-color: rgb(254,50,46); }
div.DivClassName
{
background-color: #FE322E;
}
.BgClassName
{
background-color: #FE322E;
}
</style>
border-color css
<style>
span { border-color: #FE322E; }
span { border-color: rgb(254,50,46); }
td.TdClassName
{
border-color: #FE322E;
}
.TagClassName
{
border-color: #FE322E;
}
</style>