Shades of Outrageous Orange #FE5538
Tints of Outrageous Orange #FE5538
RGB
CMYK
RGB Variations
Color information
#FE5538 (or 0xFE5538) is known color: Outrageous Orange. HEX triplet: FE, 55 and 38. RGB value is (254,85,56). Sum of RGB (Red+Green+Blue) = 254+85+56=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 56 (22.27% from 255 or 14.18% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5538 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5538 is #01AAC7. Grayscale: #848484. Windows color (decimal): -109256 or 3692030. OLE color: 3692030.
HSL color Cylindrical-coordinate representation of color #FE5538: hue angle of 8.79º 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 #FE5538 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 56 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.00 |
| HSL | 8.79º | 0.99% | 0.61% | - |
| HSV(B) | 8.79º | 0.78% | 1% | - |
| XYZ | 44.84 | 27.85 | 6.75 | - |
| YUV | 132.23 | 84.99 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 56 | 0 | 0.67 | 0.78 | 0.00 | 8.79 | 0.99 | 0.61 |
| Hex | FE | 55 | 38 | 0 | 43 | 4E | 0 | 9 | 63 | 3D |
| Octal | 376 | 125 | 70 | 0 | 103 | 116 | 0 | 11 | 143 | 75 |
| Binary | 11111110 | 1010101 | 111000 | 0 | 1000011 | 1001110 | 0 | 1001 | 1100011 | 111101 |
Color Harmonies of #FE5538
Complementary color
Monochromatic Colors of #FE5538
Black with #FE5538
Text Example
Text Example
White with #FE5538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5538; }
p { color: rgb(254,85,56); }
H1.HeaderClassName
{
color: #FE5538;
}
.AnyTagClassName
{
color: #FE5538;
}
</style>
background-color css
<style>
a { background-color: #FE5538; }
a { background-color: rgb(254,85,56); }
div.DivClassName
{
background-color: #FE5538;
}
.BgClassName
{
background-color: #FE5538;
}
</style>
border-color css
<style>
span { border-color: #FE5538; }
span { border-color: rgb(254,85,56); }
td.TdClassName
{
border-color: #FE5538;
}
.TagClassName
{
border-color: #FE5538;
}
</style>