Shades of Sandy Brown #FAA056
Tints of Sandy Brown #FAA056
RGB
CMYK
RGB Variations
Color information
#FAA056 (or 0xFAA056) is known color: Sandy Brown. HEX triplet: FA, A0 and 56. RGB value is (250,160,86). Sum of RGB (Red+Green+Blue) = 250+160+86=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 86 (33.98% from 255 or 17.34% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA056 is #055FA9. Grayscale: #B2B2B2. Windows color (decimal): -352170 or 5677306. OLE color: 5677306.
HSL color Cylindrical-coordinate representation of color #FAA056: hue angle of 27.07º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAA056 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 86 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.02 |
| HSL | 27.07º | 0.94% | 0.66% | - |
| HSV(B) | 27.07º | 0.66% | 0.98% | - |
| XYZ | 53.67 | 46.14 | 14.88 | - |
| YUV | 178.47 | 75.82 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 86 | 0 | 0.36 | 0.66 | 0.02 | 27.07 | 0.94 | 0.66 |
| Hex | FA | A0 | 56 | 0 | 24 | 42 | 2 | 1B | 5E | 42 |
| Octal | 372 | 240 | 126 | 0 | 44 | 102 | 2 | 33 | 136 | 102 |
| Binary | 11111010 | 10100000 | 1010110 | 0 | 100100 | 1000010 | 10 | 11011 | 1011110 | 1000010 |
Color Harmonies of #FAA056
Complementary color
Monochromatic Colors of #FAA056
Black with #FAA056
Text Example
Text Example
White with #FAA056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA056; }
p { color: rgb(250,160,86); }
H1.HeaderClassName
{
color: #FAA056;
}
.AnyTagClassName
{
color: #FAA056;
}
</style>
background-color css
<style>
a { background-color: #FAA056; }
a { background-color: rgb(250,160,86); }
div.DivClassName
{
background-color: #FAA056;
}
.BgClassName
{
background-color: #FAA056;
}
</style>
border-color css
<style>
span { border-color: #FAA056; }
span { border-color: rgb(250,160,86); }
td.TdClassName
{
border-color: #FAA056;
}
.TagClassName
{
border-color: #FAA056;
}
</style>