Shades of Outrageous Orange #FE5520
Tints of Outrageous Orange #FE5520
RGB
CMYK
RGB Variations
Color information
#FE5520 (or 0xFE5520) is known color: Outrageous Orange. HEX triplet: FE, 55 and 20. RGB value is (254,85,32). Sum of RGB (Red+Green+Blue) = 254+85+32=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5520 is #01AADF. Grayscale: #818181. Windows color (decimal): -109280 or 2119166. OLE color: 2119166.
HSL color Cylindrical-coordinate representation of color #FE5520: hue angle of 14.32º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE5520 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 32 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.00 |
| HSL | 14.32º | 0.99% | 0.56% | - |
| HSV(B) | 14.32º | 0.87% | 1% | - |
| XYZ | 44.38 | 27.67 | 4.37 | - |
| YUV | 129.49 | 72.99 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 32 | 0 | 0.67 | 0.87 | 0.00 | 14.32 | 0.99 | 0.56 |
| Hex | FE | 55 | 20 | 0 | 43 | 57 | 0 | E | 63 | 38 |
| Octal | 376 | 125 | 40 | 0 | 103 | 127 | 0 | 16 | 143 | 70 |
| Binary | 11111110 | 1010101 | 100000 | 0 | 1000011 | 1010111 | 0 | 1110 | 1100011 | 111000 |
Color Harmonies of #FE5520
Complementary color
Monochromatic Colors of #FE5520
Black with #FE5520
Text Example
Text Example
White with #FE5520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5520; }
p { color: rgb(254,85,32); }
H1.HeaderClassName
{
color: #FE5520;
}
.AnyTagClassName
{
color: #FE5520;
}
</style>
background-color css
<style>
a { background-color: #FE5520; }
a { background-color: rgb(254,85,32); }
div.DivClassName
{
background-color: #FE5520;
}
.BgClassName
{
background-color: #FE5520;
}
</style>
border-color css
<style>
span { border-color: #FE5520; }
span { border-color: rgb(254,85,32); }
td.TdClassName
{
border-color: #FE5520;
}
.TagClassName
{
border-color: #FE5520;
}
</style>