Shades of Outrageous Orange #FE5E25
Tints of Outrageous Orange #FE5E25
RGB
CMYK
RGB Variations
Color information
#FE5E25 (or 0xFE5E25) is known color: Outrageous Orange. HEX triplet: FE, 5E and 25. RGB value is (254,94,37). Sum of RGB (Red+Green+Blue) = 254+94+37=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 37 (14.84% from 255 or 9.61% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5E25 is #01A1DA. Grayscale: #878787. Windows color (decimal): -106971 or 2449150. OLE color: 2449150.
HSL color Cylindrical-coordinate representation of color #FE5E25: hue angle of 15.76º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE5E25 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 37 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.00 |
| HSL | 15.76º | 0.99% | 0.57% | - |
| HSV(B) | 15.76º | 0.85% | 1% | - |
| XYZ | 45.21 | 29.21 | 5.01 | - |
| YUV | 135.34 | 72.51 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 37 | 0 | 0.63 | 0.85 | 0.00 | 15.76 | 0.99 | 0.57 |
| Hex | FE | 5E | 25 | 0 | 3F | 55 | 0 | 10 | 63 | 39 |
| Octal | 376 | 136 | 45 | 0 | 77 | 125 | 0 | 20 | 143 | 71 |
| Binary | 11111110 | 1011110 | 100101 | 0 | 111111 | 1010101 | 0 | 10000 | 1100011 | 111001 |
Color Harmonies of #FE5E25
Complementary color
Monochromatic Colors of #FE5E25
Black with #FE5E25
Text Example
Text Example
White with #FE5E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5E25; }
p { color: rgb(254,94,37); }
H1.HeaderClassName
{
color: #FE5E25;
}
.AnyTagClassName
{
color: #FE5E25;
}
</style>
background-color css
<style>
a { background-color: #FE5E25; }
a { background-color: rgb(254,94,37); }
div.DivClassName
{
background-color: #FE5E25;
}
.BgClassName
{
background-color: #FE5E25;
}
</style>
border-color css
<style>
span { border-color: #FE5E25; }
span { border-color: rgb(254,94,37); }
td.TdClassName
{
border-color: #FE5E25;
}
.TagClassName
{
border-color: #FE5E25;
}
</style>