Shades of Outrageous Orange #FE5A39
Tints of Outrageous Orange #FE5A39
RGB
CMYK
RGB Variations
Color information
#FE5A39 (or 0xFE5A39) is known color: Outrageous Orange. HEX triplet: FE, 5A and 39. RGB value is (254,90,57). Sum of RGB (Red+Green+Blue) = 254+90+57=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 57 (22.66% from 255 or 14.21% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A39 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5A39 is #01A5C6. Grayscale: #878787. Windows color (decimal): -107975 or 3758846. OLE color: 3758846.
HSL color Cylindrical-coordinate representation of color #FE5A39: hue angle of 10.05º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE5A39 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 57 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.00 |
| HSL | 10.05º | 0.99% | 0.61% | - |
| HSV(B) | 10.05º | 0.78% | 1% | - |
| XYZ | 45.27 | 28.68 | 7.02 | - |
| YUV | 135.27 | 83.83 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 57 | 0 | 0.65 | 0.78 | 0.00 | 10.05 | 0.99 | 0.61 |
| Hex | FE | 5A | 39 | 0 | 41 | 4E | 0 | A | 63 | 3D |
| Octal | 376 | 132 | 71 | 0 | 101 | 116 | 0 | 12 | 143 | 75 |
| Binary | 11111110 | 1011010 | 111001 | 0 | 1000001 | 1001110 | 0 | 1010 | 1100011 | 111101 |
Color Harmonies of #FE5A39
Complementary color
Monochromatic Colors of #FE5A39
Black with #FE5A39
Text Example
Text Example
White with #FE5A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5A39; }
p { color: rgb(254,90,57); }
H1.HeaderClassName
{
color: #FE5A39;
}
.AnyTagClassName
{
color: #FE5A39;
}
</style>
background-color css
<style>
a { background-color: #FE5A39; }
a { background-color: rgb(254,90,57); }
div.DivClassName
{
background-color: #FE5A39;
}
.BgClassName
{
background-color: #FE5A39;
}
</style>
border-color css
<style>
span { border-color: #FE5A39; }
span { border-color: rgb(254,90,57); }
td.TdClassName
{
border-color: #FE5A39;
}
.TagClassName
{
border-color: #FE5A39;
}
</style>