Shades of Sandy Brown #FAA357
Tints of Sandy Brown #FAA357
RGB
CMYK
RGB Variations
Color information
#FAA357 (or 0xFAA357) is known color: Sandy Brown. HEX triplet: FA, A3 and 57. RGB value is (250,163,87). Sum of RGB (Red+Green+Blue) = 250+163+87=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 87 (34.38% from 255 or 17.4% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA357 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA357 is #055CA8. Grayscale: #B4B4B4. Windows color (decimal): -351401 or 5743610. OLE color: 5743610.
HSL color Cylindrical-coordinate representation of color #FAA357: hue angle of 27.98º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FAA357 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 87 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.02 |
| HSL | 27.98º | 0.94% | 0.66% | - |
| HSV(B) | 27.98º | 0.65% | 0.98% | - |
| XYZ | 54.24 | 47.21 | 15.27 | - |
| YUV | 180.35 | 75.32 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 87 | 0 | 0.35 | 0.65 | 0.02 | 27.98 | 0.94 | 0.66 |
| Hex | FA | A3 | 57 | 0 | 23 | 41 | 2 | 1C | 5E | 42 |
| Octal | 372 | 243 | 127 | 0 | 43 | 101 | 2 | 34 | 136 | 102 |
| Binary | 11111010 | 10100011 | 1010111 | 0 | 100011 | 1000001 | 10 | 11100 | 1011110 | 1000010 |
Color Harmonies of #FAA357
Complementary color
Monochromatic Colors of #FAA357
Black with #FAA357
Text Example
Text Example
White with #FAA357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA357; }
p { color: rgb(250,163,87); }
H1.HeaderClassName
{
color: #FAA357;
}
.AnyTagClassName
{
color: #FAA357;
}
</style>
background-color css
<style>
a { background-color: #FAA357; }
a { background-color: rgb(250,163,87); }
div.DivClassName
{
background-color: #FAA357;
}
.BgClassName
{
background-color: #FAA357;
}
</style>
border-color css
<style>
span { border-color: #FAA357; }
span { border-color: rgb(250,163,87); }
td.TdClassName
{
border-color: #FAA357;
}
.TagClassName
{
border-color: #FAA357;
}
</style>