Shades of Outrageous Orange #FE552D
Tints of Outrageous Orange #FE552D
RGB
CMYK
RGB Variations
Color information
#FE552D (or 0xFE552D) is known color: Outrageous Orange. HEX triplet: FE, 55 and 2D. RGB value is (254,85,45). Sum of RGB (Red+Green+Blue) = 254+85+45=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE552D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE552D is #01AAD2. Grayscale: #838383. Windows color (decimal): -109267 or 2971134. OLE color: 2971134.
HSL color Cylindrical-coordinate representation of color #FE552D: hue angle of 11.48º 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 #FE552D is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 45 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.00 |
| HSL | 11.48º | 0.99% | 0.59% | - |
| HSV(B) | 11.48º | 0.82% | 1% | - |
| XYZ | 44.6 | 27.76 | 5.49 | - |
| YUV | 130.97 | 79.49 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 45 | 0 | 0.67 | 0.82 | 0.00 | 11.48 | 0.99 | 0.59 |
| Hex | FE | 55 | 2D | 0 | 43 | 52 | 0 | B | 63 | 3B |
| Octal | 376 | 125 | 55 | 0 | 103 | 122 | 0 | 13 | 143 | 73 |
| Binary | 11111110 | 1010101 | 101101 | 0 | 1000011 | 1010010 | 0 | 1011 | 1100011 | 111011 |
Color Harmonies of #FE552D
Complementary color
Monochromatic Colors of #FE552D
Black with #FE552D
Text Example
Text Example
White with #FE552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE552D; }
p { color: rgb(254,85,45); }
H1.HeaderClassName
{
color: #FE552D;
}
.AnyTagClassName
{
color: #FE552D;
}
</style>
background-color css
<style>
a { background-color: #FE552D; }
a { background-color: rgb(254,85,45); }
div.DivClassName
{
background-color: #FE552D;
}
.BgClassName
{
background-color: #FE552D;
}
</style>
border-color css
<style>
span { border-color: #FE552D; }
span { border-color: rgb(254,85,45); }
td.TdClassName
{
border-color: #FE552D;
}
.TagClassName
{
border-color: #FE552D;
}
</style>