Shades of Sunshade #FFA054
Tints of Sunshade #FFA054
RGB
CMYK
RGB Variations
Color information
#FFA054 (or 0xFFA054) is known color: Sunshade. HEX triplet: FF, A0 and 54. RGB value is (255,160,84). Sum of RGB (Red+Green+Blue) = 255+160+84=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 84 (33.20% from 255 or 16.83% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA054 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA054 is #005FAB. Grayscale: #B4B4B4. Windows color (decimal): -24492 or 5546239. OLE color: 5546239.
HSL color Cylindrical-coordinate representation of color #FFA054: hue angle of 26.67º 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 #FFA054 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 84 | - |
| CMYK | 0 | 0.37 | 0.67 | 0 |
| HSL | 26.67º | 1% | 0.66% | - |
| HSV(B) | 26.67º | 0.67% | 1% | - |
| XYZ | 55.41 | 47.04 | 14.55 | - |
| YUV | 179.74 | 73.97 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 84 | 0 | 0.37 | 0.67 | 0 | 26.67 | 1 | 0.66 |
| Hex | FF | A0 | 54 | 0 | 25 | 43 | 0 | 1B | 64 | 42 |
| Octal | 377 | 240 | 124 | 0 | 45 | 103 | 0 | 33 | 144 | 102 |
| Binary | 11111111 | 10100000 | 1010100 | 0 | 100101 | 1000011 | 0 | 11011 | 1100100 | 1000010 |
Color Harmonies of #FFA054
Complementary color
Monochromatic Colors of #FFA054
Black with #FFA054
Text Example
Text Example
White with #FFA054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA054; }
p { color: rgb(255,160,84); }
H1.HeaderClassName
{
color: #FFA054;
}
.AnyTagClassName
{
color: #FFA054;
}
</style>
background-color css
<style>
a { background-color: #FFA054; }
a { background-color: rgb(255,160,84); }
div.DivClassName
{
background-color: #FFA054;
}
.BgClassName
{
background-color: #FFA054;
}
</style>
border-color css
<style>
span { border-color: #FFA054; }
span { border-color: rgb(255,160,84); }
td.TdClassName
{
border-color: #FFA054;
}
.TagClassName
{
border-color: #FFA054;
}
</style>