Shades of Outrageous Orange #FE5938
Tints of Outrageous Orange #FE5938
RGB
CMYK
RGB Variations
Color information
#FE5938 (or 0xFE5938) is known color: Outrageous Orange. HEX triplet: FE, 59 and 38. RGB value is (254,89,56). Sum of RGB (Red+Green+Blue) = 254+89+56=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 56 (22.27% from 255 or 14.04% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5938 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5938 is #01A6C7. Grayscale: #868686. Windows color (decimal): -108232 or 3693054. OLE color: 3693054.
HSL color Cylindrical-coordinate representation of color #FE5938: hue angle of 10º 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 #FE5938 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 56 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.00 |
| HSL | 10º | 0.99% | 0.61% | - |
| HSV(B) | 10º | 0.78% | 1% | - |
| XYZ | 45.16 | 28.5 | 6.86 | - |
| YUV | 134.57 | 83.66 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 56 | 0 | 0.65 | 0.78 | 0.00 | 10 | 0.99 | 0.61 |
| Hex | FE | 59 | 38 | 0 | 41 | 4E | 0 | A | 63 | 3D |
| Octal | 376 | 131 | 70 | 0 | 101 | 116 | 0 | 12 | 143 | 75 |
| Binary | 11111110 | 1011001 | 111000 | 0 | 1000001 | 1001110 | 0 | 1010 | 1100011 | 111101 |
Color Harmonies of #FE5938
Complementary color
Monochromatic Colors of #FE5938
Black with #FE5938
Text Example
Text Example
White with #FE5938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5938; }
p { color: rgb(254,89,56); }
H1.HeaderClassName
{
color: #FE5938;
}
.AnyTagClassName
{
color: #FE5938;
}
</style>
background-color css
<style>
a { background-color: #FE5938; }
a { background-color: rgb(254,89,56); }
div.DivClassName
{
background-color: #FE5938;
}
.BgClassName
{
background-color: #FE5938;
}
</style>
border-color css
<style>
span { border-color: #FE5938; }
span { border-color: rgb(254,89,56); }
td.TdClassName
{
border-color: #FE5938;
}
.TagClassName
{
border-color: #FE5938;
}
</style>