Shades of Outrageous Orange #FE592A
Tints of Outrageous Orange #FE592A
RGB
CMYK
RGB Variations
Color information
#FE592A (or 0xFE592A) is known color: Outrageous Orange. HEX triplet: FE, 59 and 2A. RGB value is (254,89,42). Sum of RGB (Red+Green+Blue) = 254+89+42=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE592A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE592A is #01A6D5. Grayscale: #858585. Windows color (decimal): -108246 or 2775550. OLE color: 2775550.
HSL color Cylindrical-coordinate representation of color #FE592A: hue angle of 13.3º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE592A is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 42 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.00 |
| HSL | 13.3º | 0.99% | 0.58% | - |
| HSV(B) | 13.3º | 0.83% | 1% | - |
| XYZ | 44.86 | 28.38 | 5.3 | - |
| YUV | 132.98 | 76.66 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 42 | 0 | 0.65 | 0.83 | 0.00 | 13.3 | 0.99 | 0.58 |
| Hex | FE | 59 | 2A | 0 | 41 | 53 | 0 | D | 63 | 3A |
| Octal | 376 | 131 | 52 | 0 | 101 | 123 | 0 | 15 | 143 | 72 |
| Binary | 11111110 | 1011001 | 101010 | 0 | 1000001 | 1010011 | 0 | 1101 | 1100011 | 111010 |
Color Harmonies of #FE592A
Complementary color
Monochromatic Colors of #FE592A
Black with #FE592A
Text Example
Text Example
White with #FE592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE592A; }
p { color: rgb(254,89,42); }
H1.HeaderClassName
{
color: #FE592A;
}
.AnyTagClassName
{
color: #FE592A;
}
</style>
background-color css
<style>
a { background-color: #FE592A; }
a { background-color: rgb(254,89,42); }
div.DivClassName
{
background-color: #FE592A;
}
.BgClassName
{
background-color: #FE592A;
}
</style>
border-color css
<style>
span { border-color: #FE592A; }
span { border-color: rgb(254,89,42); }
td.TdClassName
{
border-color: #FE592A;
}
.TagClassName
{
border-color: #FE592A;
}
</style>