Shades of Sunshade #FEA056
Tints of Sunshade #FEA056
RGB
CMYK
RGB Variations
Color information
#FEA056 (or 0xFEA056) is known color: Sunshade. HEX triplet: FE, A0 and 56. RGB value is (254,160,86). Sum of RGB (Red+Green+Blue) = 254+160+86=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 86 (33.98% from 255 or 17.2% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA056 is #015FA9. Grayscale: #B4B4B4. Windows color (decimal): -90026 or 5677310. OLE color: 5677310.
HSL color Cylindrical-coordinate representation of color #FEA056: hue angle of 26.43º 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 #FEA056 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 86 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.00 |
| HSL | 26.43º | 0.99% | 0.67% | - |
| HSV(B) | 26.43º | 0.66% | 1% | - |
| XYZ | 55.12 | 46.88 | 14.95 | - |
| YUV | 179.67 | 75.14 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 86 | 0 | 0.37 | 0.66 | 0.00 | 26.43 | 0.99 | 0.67 |
| Hex | FE | A0 | 56 | 0 | 25 | 42 | 0 | 1A | 63 | 43 |
| Octal | 376 | 240 | 126 | 0 | 45 | 102 | 0 | 32 | 143 | 103 |
| Binary | 11111110 | 10100000 | 1010110 | 0 | 100101 | 1000010 | 0 | 11010 | 1100011 | 1000011 |
Color Harmonies of #FEA056
Complementary color
Monochromatic Colors of #FEA056
Black with #FEA056
Text Example
Text Example
White with #FEA056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA056; }
p { color: rgb(254,160,86); }
H1.HeaderClassName
{
color: #FEA056;
}
.AnyTagClassName
{
color: #FEA056;
}
</style>
background-color css
<style>
a { background-color: #FEA056; }
a { background-color: rgb(254,160,86); }
div.DivClassName
{
background-color: #FEA056;
}
.BgClassName
{
background-color: #FEA056;
}
</style>
border-color css
<style>
span { border-color: #FEA056; }
span { border-color: rgb(254,160,86); }
td.TdClassName
{
border-color: #FEA056;
}
.TagClassName
{
border-color: #FEA056;
}
</style>