Shades of Outrageous Orange #FE552E
Tints of Outrageous Orange #FE552E
RGB
CMYK
RGB Variations
Color information
#FE552E (or 0xFE552E) is known color: Outrageous Orange. HEX triplet: FE, 55 and 2E. RGB value is (254,85,46). Sum of RGB (Red+Green+Blue) = 254+85+46=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE552E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE552E is #01AAD1. Grayscale: #838383. Windows color (decimal): -109266 or 3036670. OLE color: 3036670.
HSL color Cylindrical-coordinate representation of color #FE552E: hue angle of 11.25º 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 #FE552E is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 46 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.00 |
| HSL | 11.25º | 0.99% | 0.59% | - |
| HSV(B) | 11.25º | 0.82% | 1% | - |
| XYZ | 44.61 | 27.77 | 5.59 | - |
| YUV | 131.09 | 79.99 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 46 | 0 | 0.67 | 0.82 | 0.00 | 11.25 | 0.99 | 0.59 |
| Hex | FE | 55 | 2E | 0 | 43 | 52 | 0 | B | 63 | 3B |
| Octal | 376 | 125 | 56 | 0 | 103 | 122 | 0 | 13 | 143 | 73 |
| Binary | 11111110 | 1010101 | 101110 | 0 | 1000011 | 1010010 | 0 | 1011 | 1100011 | 111011 |
Color Harmonies of #FE552E
Complementary color
Monochromatic Colors of #FE552E
Black with #FE552E
Text Example
Text Example
White with #FE552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE552E; }
p { color: rgb(254,85,46); }
H1.HeaderClassName
{
color: #FE552E;
}
.AnyTagClassName
{
color: #FE552E;
}
</style>
background-color css
<style>
a { background-color: #FE552E; }
a { background-color: rgb(254,85,46); }
div.DivClassName
{
background-color: #FE552E;
}
.BgClassName
{
background-color: #FE552E;
}
</style>
border-color css
<style>
span { border-color: #FE552E; }
span { border-color: rgb(254,85,46); }
td.TdClassName
{
border-color: #FE552E;
}
.TagClassName
{
border-color: #FE552E;
}
</style>