Shades of Sunshade #FFA154
Tints of Sunshade #FFA154
RGB
CMYK
RGB Variations
Color information
#FFA154 (or 0xFFA154) is known color: Sunshade. HEX triplet: FF, A1 and 54. RGB value is (255,161,84). Sum of RGB (Red+Green+Blue) = 255+161+84=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 84 (33.20% from 255 or 16.8% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA154 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA154 is #005EAB. Grayscale: #B4B4B4. Windows color (decimal): -24236 or 5546495. OLE color: 5546495.
HSL color Cylindrical-coordinate representation of color #FFA154: hue angle of 27.02º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFA154 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 84 | - |
| CMYK | 0 | 0.37 | 0.67 | 0 |
| HSL | 27.02º | 1% | 0.66% | - |
| HSV(B) | 27.02º | 0.67% | 1% | - |
| XYZ | 55.59 | 47.39 | 14.61 | - |
| YUV | 180.33 | 73.64 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 84 | 0 | 0.37 | 0.67 | 0 | 27.02 | 1 | 0.66 |
| Hex | FF | A1 | 54 | 0 | 25 | 43 | 0 | 1B | 64 | 42 |
| Octal | 377 | 241 | 124 | 0 | 45 | 103 | 0 | 33 | 144 | 102 |
| Binary | 11111111 | 10100001 | 1010100 | 0 | 100101 | 1000011 | 0 | 11011 | 1100100 | 1000010 |
Color Harmonies of #FFA154
Complementary color
Monochromatic Colors of #FFA154
Black with #FFA154
Text Example
Text Example
White with #FFA154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA154; }
p { color: rgb(255,161,84); }
H1.HeaderClassName
{
color: #FFA154;
}
.AnyTagClassName
{
color: #FFA154;
}
</style>
background-color css
<style>
a { background-color: #FFA154; }
a { background-color: rgb(255,161,84); }
div.DivClassName
{
background-color: #FFA154;
}
.BgClassName
{
background-color: #FFA154;
}
</style>
border-color css
<style>
span { border-color: #FFA154; }
span { border-color: rgb(255,161,84); }
td.TdClassName
{
border-color: #FFA154;
}
.TagClassName
{
border-color: #FFA154;
}
</style>