Shades of Sunshade #FFA056
Tints of Sunshade #FFA056
RGB
CMYK
RGB Variations
Color information
#FFA056 (or 0xFFA056) is known color: Sunshade. HEX triplet: FF, A0 and 56. RGB value is (255,160,86). Sum of RGB (Red+Green+Blue) = 255+160+86=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 86 (33.98% from 255 or 17.17% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA056 is #005FA9. Grayscale: #B4B4B4. Windows color (decimal): -24490 or 5677311. OLE color: 5677311.
HSL color Cylindrical-coordinate representation of color #FFA056: hue angle of 26.27º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFA056 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 86 | - |
| CMYK | 0 | 0.37 | 0.66 | 0 |
| HSL | 26.27º | 1% | 0.67% | - |
| HSV(B) | 26.27º | 0.66% | 1% | - |
| XYZ | 55.49 | 47.07 | 14.97 | - |
| YUV | 179.97 | 74.97 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 86 | 0 | 0.37 | 0.66 | 0 | 26.27 | 1 | 0.67 |
| Hex | FF | A0 | 56 | 0 | 25 | 42 | 0 | 1A | 64 | 43 |
| Octal | 377 | 240 | 126 | 0 | 45 | 102 | 0 | 32 | 144 | 103 |
| Binary | 11111111 | 10100000 | 1010110 | 0 | 100101 | 1000010 | 0 | 11010 | 1100100 | 1000011 |
Color Harmonies of #FFA056
Complementary color
Monochromatic Colors of #FFA056
Black with #FFA056
Text Example
Text Example
White with #FFA056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA056; }
p { color: rgb(255,160,86); }
H1.HeaderClassName
{
color: #FFA056;
}
.AnyTagClassName
{
color: #FFA056;
}
</style>
background-color css
<style>
a { background-color: #FFA056; }
a { background-color: rgb(255,160,86); }
div.DivClassName
{
background-color: #FFA056;
}
.BgClassName
{
background-color: #FFA056;
}
</style>
border-color css
<style>
span { border-color: #FFA056; }
span { border-color: rgb(255,160,86); }
td.TdClassName
{
border-color: #FFA056;
}
.TagClassName
{
border-color: #FFA056;
}
</style>