Shades of Outrageous Orange #FE5124
Tints of Outrageous Orange #FE5124
RGB
CMYK
RGB Variations
Color information
#FE5124 (or 0xFE5124) is known color: Outrageous Orange. HEX triplet: FE, 51 and 24. RGB value is (254,81,36). Sum of RGB (Red+Green+Blue) = 254+81+36=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5124 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5124 is #01AEDB. Grayscale: #7F7F7F. Windows color (decimal): -110300 or 2380286. OLE color: 2380286.
HSL color Cylindrical-coordinate representation of color #FE5124: hue angle of 12.39º 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 #FE5124 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 36 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.00 |
| HSL | 12.39º | 0.99% | 0.57% | - |
| HSV(B) | 12.39º | 0.86% | 1% | - |
| XYZ | 44.13 | 27.08 | 4.57 | - |
| YUV | 127.6 | 76.31 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 36 | 0 | 0.68 | 0.86 | 0.00 | 12.39 | 0.99 | 0.57 |
| Hex | FE | 51 | 24 | 0 | 44 | 56 | 0 | C | 63 | 39 |
| Octal | 376 | 121 | 44 | 0 | 104 | 126 | 0 | 14 | 143 | 71 |
| Binary | 11111110 | 1010001 | 100100 | 0 | 1000100 | 1010110 | 0 | 1100 | 1100011 | 111001 |
Color Harmonies of #FE5124
Complementary color
Monochromatic Colors of #FE5124
Black with #FE5124
Text Example
Text Example
White with #FE5124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5124; }
p { color: rgb(254,81,36); }
H1.HeaderClassName
{
color: #FE5124;
}
.AnyTagClassName
{
color: #FE5124;
}
</style>
background-color css
<style>
a { background-color: #FE5124; }
a { background-color: rgb(254,81,36); }
div.DivClassName
{
background-color: #FE5124;
}
.BgClassName
{
background-color: #FE5124;
}
</style>
border-color css
<style>
span { border-color: #FE5124; }
span { border-color: rgb(254,81,36); }
td.TdClassName
{
border-color: #FE5124;
}
.TagClassName
{
border-color: #FE5124;
}
</style>