Shades of Outrageous Orange #FE5229
Tints of Outrageous Orange #FE5229
RGB
CMYK
RGB Variations
Color information
#FE5229 (or 0xFE5229) is known color: Outrageous Orange. HEX triplet: FE, 52 and 29. RGB value is (254,82,41). Sum of RGB (Red+Green+Blue) = 254+82+41=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 41 (16.41% from 255 or 10.88% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5229 is #01ADD6. Grayscale: #818181. Windows color (decimal): -110039 or 2708222. OLE color: 2708222.
HSL color Cylindrical-coordinate representation of color #FE5229: hue angle of 11.55º 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 #FE5229 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 41 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.00 |
| HSL | 11.55º | 0.99% | 0.58% | - |
| HSV(B) | 11.55º | 0.84% | 1% | - |
| XYZ | 44.29 | 27.27 | 5.03 | - |
| YUV | 128.75 | 78.48 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 41 | 0 | 0.68 | 0.84 | 0.00 | 11.55 | 0.99 | 0.58 |
| Hex | FE | 52 | 29 | 0 | 44 | 54 | 0 | C | 63 | 3A |
| Octal | 376 | 122 | 51 | 0 | 104 | 124 | 0 | 14 | 143 | 72 |
| Binary | 11111110 | 1010010 | 101001 | 0 | 1000100 | 1010100 | 0 | 1100 | 1100011 | 111010 |
Color Harmonies of #FE5229
Complementary color
Monochromatic Colors of #FE5229
Black with #FE5229
Text Example
Text Example
White with #FE5229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5229; }
p { color: rgb(254,82,41); }
H1.HeaderClassName
{
color: #FE5229;
}
.AnyTagClassName
{
color: #FE5229;
}
</style>
background-color css
<style>
a { background-color: #FE5229; }
a { background-color: rgb(254,82,41); }
div.DivClassName
{
background-color: #FE5229;
}
.BgClassName
{
background-color: #FE5229;
}
</style>
border-color css
<style>
span { border-color: #FE5229; }
span { border-color: rgb(254,82,41); }
td.TdClassName
{
border-color: #FE5229;
}
.TagClassName
{
border-color: #FE5229;
}
</style>