Shades of Outrageous Orange #FE5329
Tints of Outrageous Orange #FE5329
RGB
CMYK
RGB Variations
Color information
#FE5329 (or 0xFE5329) is known color: Outrageous Orange. HEX triplet: FE, 53 and 29. RGB value is (254,83,41). Sum of RGB (Red+Green+Blue) = 254+83+41=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 41 (16.41% from 255 or 10.85% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5329 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5329 is #01ACD6. Grayscale: #818181. Windows color (decimal): -109783 or 2708478. OLE color: 2708478.
HSL color Cylindrical-coordinate representation of color #FE5329: hue angle of 11.83º 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 #FE5329 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 41 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.00 |
| HSL | 11.83º | 0.99% | 0.58% | - |
| HSV(B) | 11.83º | 0.84% | 1% | - |
| XYZ | 44.37 | 27.42 | 5.05 | - |
| YUV | 129.34 | 78.15 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 41 | 0 | 0.67 | 0.84 | 0.00 | 11.83 | 0.99 | 0.58 |
| Hex | FE | 53 | 29 | 0 | 43 | 54 | 0 | C | 63 | 3A |
| Octal | 376 | 123 | 51 | 0 | 103 | 124 | 0 | 14 | 143 | 72 |
| Binary | 11111110 | 1010011 | 101001 | 0 | 1000011 | 1010100 | 0 | 1100 | 1100011 | 111010 |
Color Harmonies of #FE5329
Complementary color
Monochromatic Colors of #FE5329
Black with #FE5329
Text Example
Text Example
White with #FE5329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5329; }
p { color: rgb(254,83,41); }
H1.HeaderClassName
{
color: #FE5329;
}
.AnyTagClassName
{
color: #FE5329;
}
</style>
background-color css
<style>
a { background-color: #FE5329; }
a { background-color: rgb(254,83,41); }
div.DivClassName
{
background-color: #FE5329;
}
.BgClassName
{
background-color: #FE5329;
}
</style>
border-color css
<style>
span { border-color: #FE5329; }
span { border-color: rgb(254,83,41); }
td.TdClassName
{
border-color: #FE5329;
}
.TagClassName
{
border-color: #FE5329;
}
</style>