Shades of Sandy Brown #FAA759
Tints of Sandy Brown #FAA759
RGB
CMYK
RGB Variations
Color information
#FAA759 (or 0xFAA759) is known color: Sandy Brown. HEX triplet: FA, A7 and 59. RGB value is (250,167,89). Sum of RGB (Red+Green+Blue) = 250+167+89=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 89 (35.16% from 255 or 17.59% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA759 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA759 is #0558A6. Grayscale: #B7B7B7. Windows color (decimal): -350375 or 5875706. OLE color: 5875706.
HSL color Cylindrical-coordinate representation of color #FAA759: hue angle of 29.07º 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 #FAA759 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 167 | 89 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.02 |
| HSL | 29.07º | 0.94% | 0.66% | - |
| HSV(B) | 29.07º | 0.64% | 0.98% | - |
| XYZ | 55.05 | 48.68 | 15.95 | - |
| YUV | 182.93 | 75 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 167 | 89 | 0 | 0.33 | 0.64 | 0.02 | 29.07 | 0.94 | 0.66 |
| Hex | FA | A7 | 59 | 0 | 21 | 40 | 2 | 1D | 5E | 42 |
| Octal | 372 | 247 | 131 | 0 | 41 | 100 | 2 | 35 | 136 | 102 |
| Binary | 11111010 | 10100111 | 1011001 | 0 | 100001 | 1000000 | 10 | 11101 | 1011110 | 1000010 |
Color Harmonies of #FAA759
Complementary color
Monochromatic Colors of #FAA759
Black with #FAA759
Text Example
Text Example
White with #FAA759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA759; }
p { color: rgb(250,167,89); }
H1.HeaderClassName
{
color: #FAA759;
}
.AnyTagClassName
{
color: #FAA759;
}
</style>
background-color css
<style>
a { background-color: #FAA759; }
a { background-color: rgb(250,167,89); }
div.DivClassName
{
background-color: #FAA759;
}
.BgClassName
{
background-color: #FAA759;
}
</style>
border-color css
<style>
span { border-color: #FAA759; }
span { border-color: rgb(250,167,89); }
td.TdClassName
{
border-color: #FAA759;
}
.TagClassName
{
border-color: #FAA759;
}
</style>