Shades of Red Orange #FE3232
Tints of Red Orange #FE3232
RGB
CMYK
RGB Variations
Color information
#FE3232 (or 0xFE3232) is known color: Red Orange. HEX triplet: FE, 32 and 32. RGB value is (254,50,50). Sum of RGB (Red+Green+Blue) = 254+50+50=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3232 is #01CDCD. Grayscale: #6F6F6F. Windows color (decimal): -118222 or 3289854. OLE color: 3289854.
HSL color Cylindrical-coordinate representation of color #FE3232: hue angle of 0º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3232 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 50 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.00 |
| HSL | 0º | 0.99% | 0.6% | - |
| HSV(B) | 0º | 0.8% | 1% | - |
| XYZ | 42.59 | 23.58 | 5.32 | - |
| YUV | 111 | 93.59 | 230 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 50 | 0 | 0.80 | 0.80 | 0.00 | 0 | 0.99 | 0.6 |
| Hex | FE | 32 | 32 | 0 | 50 | 50 | 0 | 0 | 63 | 3C |
| Octal | 376 | 62 | 62 | 0 | 120 | 120 | 0 | 0 | 143 | 74 |
| Binary | 11111110 | 110010 | 110010 | 0 | 1010000 | 1010000 | 0 | 0 | 1100011 | 111100 |
Color Harmonies of #FE3232
Complementary color
Monochromatic Colors of #FE3232
Black with #FE3232
Text Example
Text Example
White with #FE3232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3232; }
p { color: rgb(254,50,50); }
H1.HeaderClassName
{
color: #FE3232;
}
.AnyTagClassName
{
color: #FE3232;
}
</style>
background-color css
<style>
a { background-color: #FE3232; }
a { background-color: rgb(254,50,50); }
div.DivClassName
{
background-color: #FE3232;
}
.BgClassName
{
background-color: #FE3232;
}
</style>
border-color css
<style>
span { border-color: #FE3232; }
span { border-color: rgb(254,50,50); }
td.TdClassName
{
border-color: #FE3232;
}
.TagClassName
{
border-color: #FE3232;
}
</style>