Shades of Sandy Brown #FAA359
Tints of Sandy Brown #FAA359
RGB
CMYK
RGB Variations
Color information
#FAA359 (or 0xFAA359) is known color: Sandy Brown. HEX triplet: FA, A3 and 59. RGB value is (250,163,89). Sum of RGB (Red+Green+Blue) = 250+163+89=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 89 (35.16% from 255 or 17.73% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA359 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA359 is #055CA6. Grayscale: #B4B4B4. Windows color (decimal): -351399 or 5874682. OLE color: 5874682.
HSL color Cylindrical-coordinate representation of color #FAA359: hue angle of 27.58º 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 #FAA359 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 89 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.02 |
| HSL | 27.58º | 0.94% | 0.66% | - |
| HSV(B) | 27.58º | 0.64% | 0.98% | - |
| XYZ | 54.32 | 47.24 | 15.71 | - |
| YUV | 180.58 | 76.32 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 89 | 0 | 0.35 | 0.64 | 0.02 | 27.58 | 0.94 | 0.66 |
| Hex | FA | A3 | 59 | 0 | 23 | 40 | 2 | 1C | 5E | 42 |
| Octal | 372 | 243 | 131 | 0 | 43 | 100 | 2 | 34 | 136 | 102 |
| Binary | 11111010 | 10100011 | 1011001 | 0 | 100011 | 1000000 | 10 | 11100 | 1011110 | 1000010 |
Color Harmonies of #FAA359
Complementary color
Monochromatic Colors of #FAA359
Black with #FAA359
Text Example
Text Example
White with #FAA359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA359; }
p { color: rgb(250,163,89); }
H1.HeaderClassName
{
color: #FAA359;
}
.AnyTagClassName
{
color: #FAA359;
}
</style>
background-color css
<style>
a { background-color: #FAA359; }
a { background-color: rgb(250,163,89); }
div.DivClassName
{
background-color: #FAA359;
}
.BgClassName
{
background-color: #FAA359;
}
</style>
border-color css
<style>
span { border-color: #FAA359; }
span { border-color: rgb(250,163,89); }
td.TdClassName
{
border-color: #FAA359;
}
.TagClassName
{
border-color: #FAA359;
}
</style>