Shades of Sunshade #FE9555
Tints of Sunshade #FE9555
RGB
CMYK
RGB Variations
Color information
#FE9555 (or 0xFE9555) is known color: Sunshade. HEX triplet: FE, 95 and 55. RGB value is (254,149,85). Sum of RGB (Red+Green+Blue) = 254+149+85=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9555 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9555 is #016AAA. Grayscale: #ADADAD. Windows color (decimal): -92843 or 5608958. OLE color: 5608958.
HSL color Cylindrical-coordinate representation of color #FE9555: hue angle of 22.72º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE9555 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 85 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.00 |
| HSL | 22.72º | 0.99% | 0.66% | - |
| HSV(B) | 22.72º | 0.67% | 1% | - |
| XYZ | 53.26 | 43.22 | 14.13 | - |
| YUV | 173.1 | 78.29 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 85 | 0 | 0.41 | 0.67 | 0.00 | 22.72 | 0.99 | 0.66 |
| Hex | FE | 95 | 55 | 0 | 29 | 43 | 0 | 17 | 63 | 42 |
| Octal | 376 | 225 | 125 | 0 | 51 | 103 | 0 | 27 | 143 | 102 |
| Binary | 11111110 | 10010101 | 1010101 | 0 | 101001 | 1000011 | 0 | 10111 | 1100011 | 1000010 |
Color Harmonies of #FE9555
Complementary color
Monochromatic Colors of #FE9555
Black with #FE9555
Text Example
Text Example
White with #FE9555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9555; }
p { color: rgb(254,149,85); }
H1.HeaderClassName
{
color: #FE9555;
}
.AnyTagClassName
{
color: #FE9555;
}
</style>
background-color css
<style>
a { background-color: #FE9555; }
a { background-color: rgb(254,149,85); }
div.DivClassName
{
background-color: #FE9555;
}
.BgClassName
{
background-color: #FE9555;
}
</style>
border-color css
<style>
span { border-color: #FE9555; }
span { border-color: rgb(254,149,85); }
td.TdClassName
{
border-color: #FE9555;
}
.TagClassName
{
border-color: #FE9555;
}
</style>