Shades of Outrageous Orange #FE521E
Tints of Outrageous Orange #FE521E
RGB
CMYK
RGB Variations
Color information
#FE521E (or 0xFE521E) is known color: Outrageous Orange. HEX triplet: FE, 52 and 1E. RGB value is (254,82,30). Sum of RGB (Red+Green+Blue) = 254+82+30=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE521E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE521E is #01ADE1. Grayscale: #7F7F7F. Windows color (decimal): -110050 or 1987326. OLE color: 1987326.
HSL color Cylindrical-coordinate representation of color #FE521E: hue angle of 13.93º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE521E is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 30 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.00 |
| HSL | 13.93º | 0.99% | 0.56% | - |
| HSV(B) | 13.93º | 0.88% | 1% | - |
| XYZ | 44.12 | 27.2 | 4.15 | - |
| YUV | 127.5 | 72.98 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 30 | 0 | 0.68 | 0.88 | 0.00 | 13.93 | 0.99 | 0.56 |
| Hex | FE | 52 | 1E | 0 | 44 | 58 | 0 | E | 63 | 38 |
| Octal | 376 | 122 | 36 | 0 | 104 | 130 | 0 | 16 | 143 | 70 |
| Binary | 11111110 | 1010010 | 11110 | 0 | 1000100 | 1011000 | 0 | 1110 | 1100011 | 111000 |
Color Harmonies of #FE521E
Complementary color
Monochromatic Colors of #FE521E
Black with #FE521E
Text Example
Text Example
White with #FE521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE521E; }
p { color: rgb(254,82,30); }
H1.HeaderClassName
{
color: #FE521E;
}
.AnyTagClassName
{
color: #FE521E;
}
</style>
background-color css
<style>
a { background-color: #FE521E; }
a { background-color: rgb(254,82,30); }
div.DivClassName
{
background-color: #FE521E;
}
.BgClassName
{
background-color: #FE521E;
}
</style>
border-color css
<style>
span { border-color: #FE521E; }
span { border-color: rgb(254,82,30); }
td.TdClassName
{
border-color: #FE521E;
}
.TagClassName
{
border-color: #FE521E;
}
</style>