Shades of Sunshade #FAA054
Tints of Sunshade #FAA054
RGB
CMYK
RGB Variations
Color information
#FAA054 (or 0xFAA054) is known color: Sunshade. HEX triplet: FA, A0 and 54. RGB value is (250,160,84). Sum of RGB (Red+Green+Blue) = 250+160+84=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 84 (33.20% from 255 or 17.00% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA054 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA054 is #055FAB. Grayscale: #B2B2B2. Windows color (decimal): -352172 or 5546234. OLE color: 5546234.
HSL color Cylindrical-coordinate representation of color #FAA054: hue angle of 27.47º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAA054 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 84 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.02 |
| HSL | 27.47º | 0.94% | 0.65% | - |
| HSV(B) | 27.47º | 0.66% | 0.98% | - |
| XYZ | 53.6 | 46.11 | 14.46 | - |
| YUV | 178.25 | 74.82 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 84 | 0 | 0.36 | 0.66 | 0.02 | 27.47 | 0.94 | 0.65 |
| Hex | FA | A0 | 54 | 0 | 24 | 42 | 2 | 1B | 5E | 41 |
| Octal | 372 | 240 | 124 | 0 | 44 | 102 | 2 | 33 | 136 | 101 |
| Binary | 11111010 | 10100000 | 1010100 | 0 | 100100 | 1000010 | 10 | 11011 | 1011110 | 1000001 |
Color Harmonies of #FAA054
Complementary color
Monochromatic Colors of #FAA054
Black with #FAA054
Text Example
Text Example
White with #FAA054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA054; }
p { color: rgb(250,160,84); }
H1.HeaderClassName
{
color: #FAA054;
}
.AnyTagClassName
{
color: #FAA054;
}
</style>
background-color css
<style>
a { background-color: #FAA054; }
a { background-color: rgb(250,160,84); }
div.DivClassName
{
background-color: #FAA054;
}
.BgClassName
{
background-color: #FAA054;
}
</style>
border-color css
<style>
span { border-color: #FAA054; }
span { border-color: rgb(250,160,84); }
td.TdClassName
{
border-color: #FAA054;
}
.TagClassName
{
border-color: #FAA054;
}
</style>