Shades of Outrageous Orange #FE5128
Tints of Outrageous Orange #FE5128
RGB
CMYK
RGB Variations
Color information
#FE5128 (or 0xFE5128) is known color: Outrageous Orange. HEX triplet: FE, 51 and 28. RGB value is (254,81,40). Sum of RGB (Red+Green+Blue) = 254+81+40=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5128 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5128 is #01AED7. Grayscale: #808080. Windows color (decimal): -110296 or 2642430. OLE color: 2642430.
HSL color Cylindrical-coordinate representation of color #FE5128: hue angle of 11.5º 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 #FE5128 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 40 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.00 |
| HSL | 11.5º | 0.99% | 0.58% | - |
| HSV(B) | 11.5º | 0.84% | 1% | - |
| XYZ | 44.2 | 27.11 | 4.91 | - |
| YUV | 128.05 | 78.31 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 40 | 0 | 0.68 | 0.84 | 0.00 | 11.5 | 0.99 | 0.58 |
| Hex | FE | 51 | 28 | 0 | 44 | 54 | 0 | B | 63 | 3A |
| Octal | 376 | 121 | 50 | 0 | 104 | 124 | 0 | 13 | 143 | 72 |
| Binary | 11111110 | 1010001 | 101000 | 0 | 1000100 | 1010100 | 0 | 1011 | 1100011 | 111010 |
Color Harmonies of #FE5128
Complementary color
Monochromatic Colors of #FE5128
Black with #FE5128
Text Example
Text Example
White with #FE5128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5128; }
p { color: rgb(254,81,40); }
H1.HeaderClassName
{
color: #FE5128;
}
.AnyTagClassName
{
color: #FE5128;
}
</style>
background-color css
<style>
a { background-color: #FE5128; }
a { background-color: rgb(254,81,40); }
div.DivClassName
{
background-color: #FE5128;
}
.BgClassName
{
background-color: #FE5128;
}
</style>
border-color css
<style>
span { border-color: #FE5128; }
span { border-color: rgb(254,81,40); }
td.TdClassName
{
border-color: #FE5128;
}
.TagClassName
{
border-color: #FE5128;
}
</style>