Shades of Sandy Brown #FAA557
Tints of Sandy Brown #FAA557
RGB
CMYK
RGB Variations
Color information
#FAA557 (or 0xFAA557) is known color: Sandy Brown. HEX triplet: FA, A5 and 57. RGB value is (250,165,87). Sum of RGB (Red+Green+Blue) = 250+165+87=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 87 (34.38% from 255 or 17.33% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA557 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA557 is #055AA8. Grayscale: #B5B5B5. Windows color (decimal): -350889 or 5744122. OLE color: 5744122.
HSL color Cylindrical-coordinate representation of color #FAA557: hue angle of 28.71º 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 #FAA557 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 87 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.02 |
| HSL | 28.71º | 0.94% | 0.66% | - |
| HSV(B) | 28.71º | 0.65% | 0.98% | - |
| XYZ | 54.6 | 47.92 | 15.39 | - |
| YUV | 181.52 | 74.66 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 87 | 0 | 0.34 | 0.65 | 0.02 | 28.71 | 0.94 | 0.66 |
| Hex | FA | A5 | 57 | 0 | 22 | 41 | 2 | 1D | 5E | 42 |
| Octal | 372 | 245 | 127 | 0 | 42 | 101 | 2 | 35 | 136 | 102 |
| Binary | 11111010 | 10100101 | 1010111 | 0 | 100010 | 1000001 | 10 | 11101 | 1011110 | 1000010 |
Color Harmonies of #FAA557
Complementary color
Monochromatic Colors of #FAA557
Black with #FAA557
Text Example
Text Example
White with #FAA557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA557; }
p { color: rgb(250,165,87); }
H1.HeaderClassName
{
color: #FAA557;
}
.AnyTagClassName
{
color: #FAA557;
}
</style>
background-color css
<style>
a { background-color: #FAA557; }
a { background-color: rgb(250,165,87); }
div.DivClassName
{
background-color: #FAA557;
}
.BgClassName
{
background-color: #FAA557;
}
</style>
border-color css
<style>
span { border-color: #FAA557; }
span { border-color: rgb(250,165,87); }
td.TdClassName
{
border-color: #FAA557;
}
.TagClassName
{
border-color: #FAA557;
}
</style>