Shades of Sandy Brown #FAA059
Tints of Sandy Brown #FAA059
RGB
CMYK
RGB Variations
Color information
#FAA059 (or 0xFAA059) is known color: Sandy Brown. HEX triplet: FA, A0 and 59. RGB value is (250,160,89). Sum of RGB (Red+Green+Blue) = 250+160+89=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 89 (35.16% from 255 or 17.84% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA059 is #055FA6. Grayscale: #B3B3B3. Windows color (decimal): -352167 or 5873914. OLE color: 5873914.
HSL color Cylindrical-coordinate representation of color #FAA059: hue angle of 26.46º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAA059 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 89 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.02 |
| HSL | 26.46º | 0.94% | 0.66% | - |
| HSV(B) | 26.46º | 0.64% | 0.98% | - |
| XYZ | 53.8 | 46.19 | 15.53 | - |
| YUV | 178.82 | 77.32 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 89 | 0 | 0.36 | 0.64 | 0.02 | 26.46 | 0.94 | 0.66 |
| Hex | FA | A0 | 59 | 0 | 24 | 40 | 2 | 1A | 5E | 42 |
| Octal | 372 | 240 | 131 | 0 | 44 | 100 | 2 | 32 | 136 | 102 |
| Binary | 11111010 | 10100000 | 1011001 | 0 | 100100 | 1000000 | 10 | 11010 | 1011110 | 1000010 |
Color Harmonies of #FAA059
Complementary color
Monochromatic Colors of #FAA059
Black with #FAA059
Text Example
Text Example
White with #FAA059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA059; }
p { color: rgb(250,160,89); }
H1.HeaderClassName
{
color: #FAA059;
}
.AnyTagClassName
{
color: #FAA059;
}
</style>
background-color css
<style>
a { background-color: #FAA059; }
a { background-color: rgb(250,160,89); }
div.DivClassName
{
background-color: #FAA059;
}
.BgClassName
{
background-color: #FAA059;
}
</style>
border-color css
<style>
span { border-color: #FAA059; }
span { border-color: rgb(250,160,89); }
td.TdClassName
{
border-color: #FAA059;
}
.TagClassName
{
border-color: #FAA059;
}
</style>