Shades of Outrageous Orange #FE5132
Tints of Outrageous Orange #FE5132
RGB
CMYK
RGB Variations
Color information
#FE5132 (or 0xFE5132) is known color: Outrageous Orange. HEX triplet: FE, 51 and 32. RGB value is (254,81,50). Sum of RGB (Red+Green+Blue) = 254+81+50=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5132 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5132 is #01AECD. Grayscale: #818181. Windows color (decimal): -110286 or 3297790. OLE color: 3297790.
HSL color Cylindrical-coordinate representation of color #FE5132: hue angle of 9.12º 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 #FE5132 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 50 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.00 |
| HSL | 9.12º | 0.99% | 0.6% | - |
| HSV(B) | 9.12º | 0.8% | 1% | - |
| XYZ | 44.39 | 27.19 | 5.93 | - |
| YUV | 129.19 | 83.31 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 50 | 0 | 0.68 | 0.80 | 0.00 | 9.12 | 0.99 | 0.6 |
| Hex | FE | 51 | 32 | 0 | 44 | 50 | 0 | 9 | 63 | 3C |
| Octal | 376 | 121 | 62 | 0 | 104 | 120 | 0 | 11 | 143 | 74 |
| Binary | 11111110 | 1010001 | 110010 | 0 | 1000100 | 1010000 | 0 | 1001 | 1100011 | 111100 |
Color Harmonies of #FE5132
Complementary color
Monochromatic Colors of #FE5132
Black with #FE5132
Text Example
Text Example
White with #FE5132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5132; }
p { color: rgb(254,81,50); }
H1.HeaderClassName
{
color: #FE5132;
}
.AnyTagClassName
{
color: #FE5132;
}
</style>
background-color css
<style>
a { background-color: #FE5132; }
a { background-color: rgb(254,81,50); }
div.DivClassName
{
background-color: #FE5132;
}
.BgClassName
{
background-color: #FE5132;
}
</style>
border-color css
<style>
span { border-color: #FE5132; }
span { border-color: rgb(254,81,50); }
td.TdClassName
{
border-color: #FE5132;
}
.TagClassName
{
border-color: #FE5132;
}
</style>