Shades of Outrageous Orange #FE5224
Tints of Outrageous Orange #FE5224
RGB
CMYK
RGB Variations
Color information
#FE5224 (or 0xFE5224) is known color: Outrageous Orange. HEX triplet: FE, 52 and 24. RGB value is (254,82,36). Sum of RGB (Red+Green+Blue) = 254+82+36=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 36 (14.45% from 255 or 9.68% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5224 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5224 is #01ADDB. Grayscale: #808080. Windows color (decimal): -110044 or 2380542. OLE color: 2380542.
HSL color Cylindrical-coordinate representation of color #FE5224: hue angle of 12.66º 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 #FE5224 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 36 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.00 |
| HSL | 12.66º | 0.99% | 0.57% | - |
| HSV(B) | 12.66º | 0.86% | 1% | - |
| XYZ | 44.21 | 27.23 | 4.6 | - |
| YUV | 128.18 | 75.98 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 36 | 0 | 0.68 | 0.86 | 0.00 | 12.66 | 0.99 | 0.57 |
| Hex | FE | 52 | 24 | 0 | 44 | 56 | 0 | D | 63 | 39 |
| Octal | 376 | 122 | 44 | 0 | 104 | 126 | 0 | 15 | 143 | 71 |
| Binary | 11111110 | 1010010 | 100100 | 0 | 1000100 | 1010110 | 0 | 1101 | 1100011 | 111001 |
Color Harmonies of #FE5224
Complementary color
Monochromatic Colors of #FE5224
Black with #FE5224
Text Example
Text Example
White with #FE5224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5224; }
p { color: rgb(254,82,36); }
H1.HeaderClassName
{
color: #FE5224;
}
.AnyTagClassName
{
color: #FE5224;
}
</style>
background-color css
<style>
a { background-color: #FE5224; }
a { background-color: rgb(254,82,36); }
div.DivClassName
{
background-color: #FE5224;
}
.BgClassName
{
background-color: #FE5224;
}
</style>
border-color css
<style>
span { border-color: #FE5224; }
span { border-color: rgb(254,82,36); }
td.TdClassName
{
border-color: #FE5224;
}
.TagClassName
{
border-color: #FE5224;
}
</style>