Shades of Outrageous Orange #FE5824
Tints of Outrageous Orange #FE5824
RGB
CMYK
RGB Variations
Color information
#FE5824 (or 0xFE5824) is known color: Outrageous Orange. HEX triplet: FE, 58 and 24. RGB value is (254,88,36). Sum of RGB (Red+Green+Blue) = 254+88+36=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 36 (14.45% from 255 or 9.52% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5824 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5824 is #01A7DB. Grayscale: #848484. Windows color (decimal): -108508 or 2382078. OLE color: 2382078.
HSL color Cylindrical-coordinate representation of color #FE5824: hue angle of 14.31º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE5824 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 36 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.00 |
| HSL | 14.31º | 0.99% | 0.57% | - |
| HSV(B) | 14.31º | 0.86% | 1% | - |
| XYZ | 44.68 | 28.18 | 4.75 | - |
| YUV | 131.71 | 74 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 36 | 0 | 0.65 | 0.86 | 0.00 | 14.31 | 0.99 | 0.57 |
| Hex | FE | 58 | 24 | 0 | 41 | 56 | 0 | E | 63 | 39 |
| Octal | 376 | 130 | 44 | 0 | 101 | 126 | 0 | 16 | 143 | 71 |
| Binary | 11111110 | 1011000 | 100100 | 0 | 1000001 | 1010110 | 0 | 1110 | 1100011 | 111001 |
Color Harmonies of #FE5824
Complementary color
Monochromatic Colors of #FE5824
Black with #FE5824
Text Example
Text Example
White with #FE5824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5824; }
p { color: rgb(254,88,36); }
H1.HeaderClassName
{
color: #FE5824;
}
.AnyTagClassName
{
color: #FE5824;
}
</style>
background-color css
<style>
a { background-color: #FE5824; }
a { background-color: rgb(254,88,36); }
div.DivClassName
{
background-color: #FE5824;
}
.BgClassName
{
background-color: #FE5824;
}
</style>
border-color css
<style>
span { border-color: #FE5824; }
span { border-color: rgb(254,88,36); }
td.TdClassName
{
border-color: #FE5824;
}
.TagClassName
{
border-color: #FE5824;
}
</style>