Shades of Sandy Brown #FAA456
Tints of Sandy Brown #FAA456
RGB
CMYK
RGB Variations
Color information
#FAA456 (or 0xFAA456) is known color: Sandy Brown. HEX triplet: FA, A4 and 56. RGB value is (250,164,86). Sum of RGB (Red+Green+Blue) = 250+164+86=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 86 (33.98% from 255 or 17.2% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA456 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA456 is #055BA9. Grayscale: #B5B5B5. Windows color (decimal): -351146 or 5678330. OLE color: 5678330.
HSL color Cylindrical-coordinate representation of color #FAA456: hue angle of 28.54º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAA456 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 86 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.02 |
| HSL | 28.54º | 0.94% | 0.66% | - |
| HSV(B) | 28.54º | 0.66% | 0.98% | - |
| XYZ | 54.38 | 47.55 | 15.12 | - |
| YUV | 180.82 | 74.49 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 86 | 0 | 0.34 | 0.66 | 0.02 | 28.54 | 0.94 | 0.66 |
| Hex | FA | A4 | 56 | 0 | 22 | 42 | 2 | 1D | 5E | 42 |
| Octal | 372 | 244 | 126 | 0 | 42 | 102 | 2 | 35 | 136 | 102 |
| Binary | 11111010 | 10100100 | 1010110 | 0 | 100010 | 1000010 | 10 | 11101 | 1011110 | 1000010 |
Color Harmonies of #FAA456
Complementary color
Monochromatic Colors of #FAA456
Black with #FAA456
Text Example
Text Example
White with #FAA456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA456; }
p { color: rgb(250,164,86); }
H1.HeaderClassName
{
color: #FAA456;
}
.AnyTagClassName
{
color: #FAA456;
}
</style>
background-color css
<style>
a { background-color: #FAA456; }
a { background-color: rgb(250,164,86); }
div.DivClassName
{
background-color: #FAA456;
}
.BgClassName
{
background-color: #FAA456;
}
</style>
border-color css
<style>
span { border-color: #FAA456; }
span { border-color: rgb(250,164,86); }
td.TdClassName
{
border-color: #FAA456;
}
.TagClassName
{
border-color: #FAA456;
}
</style>