Shades of Outrageous Orange #FE5E2F
Tints of Outrageous Orange #FE5E2F
RGB
CMYK
RGB Variations
Color information
#FE5E2F (or 0xFE5E2F) is known color: Outrageous Orange. HEX triplet: FE, 5E and 2F. RGB value is (254,94,47). Sum of RGB (Red+Green+Blue) = 254+94+47=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5E2F is #01A1D0. Grayscale: #888888. Windows color (decimal): -106961 or 3104510. OLE color: 3104510.
HSL color Cylindrical-coordinate representation of color #FE5E2F: hue angle of 13.62º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE5E2F is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 47 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.00 |
| HSL | 13.62º | 0.99% | 0.59% | - |
| HSV(B) | 13.62º | 0.81% | 1% | - |
| XYZ | 45.39 | 29.28 | 5.95 | - |
| YUV | 136.48 | 77.51 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 47 | 0 | 0.63 | 0.81 | 0.00 | 13.62 | 0.99 | 0.59 |
| Hex | FE | 5E | 2F | 0 | 3F | 51 | 0 | E | 63 | 3B |
| Octal | 376 | 136 | 57 | 0 | 77 | 121 | 0 | 16 | 143 | 73 |
| Binary | 11111110 | 1011110 | 101111 | 0 | 111111 | 1010001 | 0 | 1110 | 1100011 | 111011 |
Color Harmonies of #FE5E2F
Complementary color
Monochromatic Colors of #FE5E2F
Black with #FE5E2F
Text Example
Text Example
White with #FE5E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5E2F; }
p { color: rgb(254,94,47); }
H1.HeaderClassName
{
color: #FE5E2F;
}
.AnyTagClassName
{
color: #FE5E2F;
}
</style>
background-color css
<style>
a { background-color: #FE5E2F; }
a { background-color: rgb(254,94,47); }
div.DivClassName
{
background-color: #FE5E2F;
}
.BgClassName
{
background-color: #FE5E2F;
}
</style>
border-color css
<style>
span { border-color: #FE5E2F; }
span { border-color: rgb(254,94,47); }
td.TdClassName
{
border-color: #FE5E2F;
}
.TagClassName
{
border-color: #FE5E2F;
}
</style>