Shades of Sunshade #FE9D56
Tints of Sunshade #FE9D56
RGB
CMYK
RGB Variations
Color information
#FE9D56 (or 0xFE9D56) is known color: Sunshade. HEX triplet: FE, 9D and 56. RGB value is (254,157,86). Sum of RGB (Red+Green+Blue) = 254+157+86=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 86 (33.98% from 255 or 17.30% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9D56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9D56 is #0162A9. Grayscale: #B2B2B2. Windows color (decimal): -90794 or 5676542. OLE color: 5676542.
HSL color Cylindrical-coordinate representation of color #FE9D56: hue angle of 25.36º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE9D56 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 86 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.00 |
| HSL | 25.36º | 0.99% | 0.67% | - |
| HSV(B) | 25.36º | 0.66% | 1% | - |
| XYZ | 54.61 | 45.86 | 14.78 | - |
| YUV | 177.91 | 76.14 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 86 | 0 | 0.38 | 0.66 | 0.00 | 25.36 | 0.99 | 0.67 |
| Hex | FE | 9D | 56 | 0 | 26 | 42 | 0 | 19 | 63 | 43 |
| Octal | 376 | 235 | 126 | 0 | 46 | 102 | 0 | 31 | 143 | 103 |
| Binary | 11111110 | 10011101 | 1010110 | 0 | 100110 | 1000010 | 0 | 11001 | 1100011 | 1000011 |
Color Harmonies of #FE9D56
Complementary color
Monochromatic Colors of #FE9D56
Black with #FE9D56
Text Example
Text Example
White with #FE9D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9D56; }
p { color: rgb(254,157,86); }
H1.HeaderClassName
{
color: #FE9D56;
}
.AnyTagClassName
{
color: #FE9D56;
}
</style>
background-color css
<style>
a { background-color: #FE9D56; }
a { background-color: rgb(254,157,86); }
div.DivClassName
{
background-color: #FE9D56;
}
.BgClassName
{
background-color: #FE9D56;
}
</style>
border-color css
<style>
span { border-color: #FE9D56; }
span { border-color: rgb(254,157,86); }
td.TdClassName
{
border-color: #FE9D56;
}
.TagClassName
{
border-color: #FE9D56;
}
</style>