Shades of Outrageous Orange #FE521D
Tints of Outrageous Orange #FE521D
RGB
CMYK
RGB Variations
Color information
#FE521D (or 0xFE521D) is known color: Outrageous Orange. HEX triplet: FE, 52 and 1D. RGB value is (254,82,29). Sum of RGB (Red+Green+Blue) = 254+82+29=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE521D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE521D is #01ADE2. Grayscale: #7F7F7F. Windows color (decimal): -110051 or 1921790. OLE color: 1921790.
HSL color Cylindrical-coordinate representation of color #FE521D: hue angle of 14.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE521D is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 29 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.00 |
| HSL | 14.13º | 0.99% | 0.55% | - |
| HSV(B) | 14.13º | 0.89% | 1% | - |
| XYZ | 44.11 | 27.19 | 4.09 | - |
| YUV | 127.39 | 72.48 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 29 | 0 | 0.68 | 0.89 | 0.00 | 14.13 | 0.99 | 0.55 |
| Hex | FE | 52 | 1D | 0 | 44 | 59 | 0 | E | 63 | 37 |
| Octal | 376 | 122 | 35 | 0 | 104 | 131 | 0 | 16 | 143 | 67 |
| Binary | 11111110 | 1010010 | 11101 | 0 | 1000100 | 1011001 | 0 | 1110 | 1100011 | 110111 |
Color Harmonies of #FE521D
Complementary color
Monochromatic Colors of #FE521D
Black with #FE521D
Text Example
Text Example
White with #FE521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE521D; }
p { color: rgb(254,82,29); }
H1.HeaderClassName
{
color: #FE521D;
}
.AnyTagClassName
{
color: #FE521D;
}
</style>
background-color css
<style>
a { background-color: #FE521D; }
a { background-color: rgb(254,82,29); }
div.DivClassName
{
background-color: #FE521D;
}
.BgClassName
{
background-color: #FE521D;
}
</style>
border-color css
<style>
span { border-color: #FE521D; }
span { border-color: rgb(254,82,29); }
td.TdClassName
{
border-color: #FE521D;
}
.TagClassName
{
border-color: #FE521D;
}
</style>