Shades of Outrageous Orange #FE5828
Tints of Outrageous Orange #FE5828
RGB
CMYK
RGB Variations
Color information
#FE5828 (or 0xFE5828) is known color: Outrageous Orange. HEX triplet: FE, 58 and 28. RGB value is (254,88,40). Sum of RGB (Red+Green+Blue) = 254+88+40=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 40 (16.02% from 255 or 10.47% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5828 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5828 is #01A7D7. Grayscale: #848484. Windows color (decimal): -108504 or 2644222. OLE color: 2644222.
HSL color Cylindrical-coordinate representation of color #FE5828: hue angle of 13.46º 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 #FE5828 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 40 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.00 |
| HSL | 13.46º | 0.99% | 0.58% | - |
| HSV(B) | 13.46º | 0.84% | 1% | - |
| XYZ | 44.75 | 28.2 | 5.09 | - |
| YUV | 132.16 | 76 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 40 | 0 | 0.65 | 0.84 | 0.00 | 13.46 | 0.99 | 0.58 |
| Hex | FE | 58 | 28 | 0 | 41 | 54 | 0 | D | 63 | 3A |
| Octal | 376 | 130 | 50 | 0 | 101 | 124 | 0 | 15 | 143 | 72 |
| Binary | 11111110 | 1011000 | 101000 | 0 | 1000001 | 1010100 | 0 | 1101 | 1100011 | 111010 |
Color Harmonies of #FE5828
Complementary color
Monochromatic Colors of #FE5828
Black with #FE5828
Text Example
Text Example
White with #FE5828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5828; }
p { color: rgb(254,88,40); }
H1.HeaderClassName
{
color: #FE5828;
}
.AnyTagClassName
{
color: #FE5828;
}
</style>
background-color css
<style>
a { background-color: #FE5828; }
a { background-color: rgb(254,88,40); }
div.DivClassName
{
background-color: #FE5828;
}
.BgClassName
{
background-color: #FE5828;
}
</style>
border-color css
<style>
span { border-color: #FE5828; }
span { border-color: rgb(254,88,40); }
td.TdClassName
{
border-color: #FE5828;
}
.TagClassName
{
border-color: #FE5828;
}
</style>