Shades of Sunshade #FE9552
Tints of Sunshade #FE9552
RGB
CMYK
RGB Variations
Color information
#FE9552 (or 0xFE9552) is known color: Sunshade. HEX triplet: FE, 95 and 52. RGB value is (254,149,82). Sum of RGB (Red+Green+Blue) = 254+149+82=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9552 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9552 is #016AAD. Grayscale: #ADADAD. Windows color (decimal): -92846 or 5412350. OLE color: 5412350.
HSL color Cylindrical-coordinate representation of color #FE9552: hue angle of 23.37º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE9552 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 82 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.00 |
| HSL | 23.37º | 0.99% | 0.66% | - |
| HSV(B) | 23.37º | 0.68% | 1% | - |
| XYZ | 53.14 | 43.17 | 13.52 | - |
| YUV | 172.76 | 76.79 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 82 | 0 | 0.41 | 0.68 | 0.00 | 23.37 | 0.99 | 0.66 |
| Hex | FE | 95 | 52 | 0 | 29 | 44 | 0 | 17 | 63 | 42 |
| Octal | 376 | 225 | 122 | 0 | 51 | 104 | 0 | 27 | 143 | 102 |
| Binary | 11111110 | 10010101 | 1010010 | 0 | 101001 | 1000100 | 0 | 10111 | 1100011 | 1000010 |
Color Harmonies of #FE9552
Complementary color
Monochromatic Colors of #FE9552
Black with #FE9552
Text Example
Text Example
White with #FE9552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9552; }
p { color: rgb(254,149,82); }
H1.HeaderClassName
{
color: #FE9552;
}
.AnyTagClassName
{
color: #FE9552;
}
</style>
background-color css
<style>
a { background-color: #FE9552; }
a { background-color: rgb(254,149,82); }
div.DivClassName
{
background-color: #FE9552;
}
.BgClassName
{
background-color: #FE9552;
}
</style>
border-color css
<style>
span { border-color: #FE9552; }
span { border-color: rgb(254,149,82); }
td.TdClassName
{
border-color: #FE9552;
}
.TagClassName
{
border-color: #FE9552;
}
</style>