Shades of Sunshade #FFA156
Tints of Sunshade #FFA156
RGB
CMYK
RGB Variations
Color information
#FFA156 (or 0xFFA156) is known color: Sunshade. HEX triplet: FF, A1 and 56. RGB value is (255,161,86). Sum of RGB (Red+Green+Blue) = 255+161+86=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA156 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA156 is #005EA9. Grayscale: #B4B4B4. Windows color (decimal): -24234 or 5677567. OLE color: 5677567.
HSL color Cylindrical-coordinate representation of color #FFA156: hue angle of 26.63º 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 #FFA156 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 86 | - |
| CMYK | 0 | 0.37 | 0.66 | 0 |
| HSL | 26.63º | 1% | 0.67% | - |
| HSV(B) | 26.63º | 0.66% | 1% | - |
| XYZ | 55.66 | 47.42 | 15.02 | - |
| YUV | 180.56 | 74.64 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 86 | 0 | 0.37 | 0.66 | 0 | 26.63 | 1 | 0.67 |
| Hex | FF | A1 | 56 | 0 | 25 | 42 | 0 | 1B | 64 | 43 |
| Octal | 377 | 241 | 126 | 0 | 45 | 102 | 0 | 33 | 144 | 103 |
| Binary | 11111111 | 10100001 | 1010110 | 0 | 100101 | 1000010 | 0 | 11011 | 1100100 | 1000011 |
Color Harmonies of #FFA156
Complementary color
Monochromatic Colors of #FFA156
Black with #FFA156
Text Example
Text Example
White with #FFA156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA156; }
p { color: rgb(255,161,86); }
H1.HeaderClassName
{
color: #FFA156;
}
.AnyTagClassName
{
color: #FFA156;
}
</style>
background-color css
<style>
a { background-color: #FFA156; }
a { background-color: rgb(255,161,86); }
div.DivClassName
{
background-color: #FFA156;
}
.BgClassName
{
background-color: #FFA156;
}
</style>
border-color css
<style>
span { border-color: #FFA156; }
span { border-color: rgb(255,161,86); }
td.TdClassName
{
border-color: #FFA156;
}
.TagClassName
{
border-color: #FFA156;
}
</style>