Shades of Outrageous Orange #FE5E2D
Tints of Outrageous Orange #FE5E2D
RGB
CMYK
RGB Variations
Color information
#FE5E2D (or 0xFE5E2D) is known color: Outrageous Orange. HEX triplet: FE, 5E and 2D. RGB value is (254,94,45). Sum of RGB (Red+Green+Blue) = 254+94+45=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5E2D is #01A1D2. Grayscale: #888888. Windows color (decimal): -106963 or 2973438. OLE color: 2973438.
HSL color Cylindrical-coordinate representation of color #FE5E2D: hue angle of 14.07º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE5E2D is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 45 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.00 |
| HSL | 14.07º | 0.99% | 0.59% | - |
| HSV(B) | 14.07º | 0.82% | 1% | - |
| XYZ | 45.35 | 29.27 | 5.74 | - |
| YUV | 136.25 | 76.51 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 45 | 0 | 0.63 | 0.82 | 0.00 | 14.07 | 0.99 | 0.59 |
| Hex | FE | 5E | 2D | 0 | 3F | 52 | 0 | E | 63 | 3B |
| Octal | 376 | 136 | 55 | 0 | 77 | 122 | 0 | 16 | 143 | 73 |
| Binary | 11111110 | 1011110 | 101101 | 0 | 111111 | 1010010 | 0 | 1110 | 1100011 | 111011 |
Color Harmonies of #FE5E2D
Complementary color
Monochromatic Colors of #FE5E2D
Black with #FE5E2D
Text Example
Text Example
White with #FE5E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5E2D; }
p { color: rgb(254,94,45); }
H1.HeaderClassName
{
color: #FE5E2D;
}
.AnyTagClassName
{
color: #FE5E2D;
}
</style>
background-color css
<style>
a { background-color: #FE5E2D; }
a { background-color: rgb(254,94,45); }
div.DivClassName
{
background-color: #FE5E2D;
}
.BgClassName
{
background-color: #FE5E2D;
}
</style>
border-color css
<style>
span { border-color: #FE5E2D; }
span { border-color: rgb(254,94,45); }
td.TdClassName
{
border-color: #FE5E2D;
}
.TagClassName
{
border-color: #FE5E2D;
}
</style>