Shades of Sandy Brown #FAA460
Tints of Sandy Brown #FAA460
RGB
CMYK
RGB Variations
Color information
#FAA460 (or 0xFAA460) is known color: Sandy Brown. HEX triplet: FA, A4 and 60. RGB value is (250,164,96). Sum of RGB (Red+Green+Blue) = 250+164+96=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 96 (37.89% from 255 or 18.82% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA460 is #055B9F. Grayscale: #B6B6B6. Windows color (decimal): -351136 or 6333690. OLE color: 6333690.
HSL color Cylindrical-coordinate representation of color #FAA460: hue angle of 26.49º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FAA460 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 96 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.02 |
| HSL | 26.49º | 0.94% | 0.68% | - |
| HSV(B) | 26.49º | 0.62% | 0.98% | - |
| XYZ | 54.81 | 47.72 | 17.39 | - |
| YUV | 181.96 | 79.49 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 96 | 0 | 0.34 | 0.62 | 0.02 | 26.49 | 0.94 | 0.68 |
| Hex | FA | A4 | 60 | 0 | 22 | 3E | 2 | 1A | 5E | 44 |
| Octal | 372 | 244 | 140 | 0 | 42 | 76 | 2 | 32 | 136 | 104 |
| Binary | 11111010 | 10100100 | 1100000 | 0 | 100010 | 111110 | 10 | 11010 | 1011110 | 1000100 |
Color Harmonies of #FAA460
Complementary color
Monochromatic Colors of #FAA460
Black with #FAA460
Text Example
Text Example
White with #FAA460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA460; }
p { color: rgb(250,164,96); }
H1.HeaderClassName
{
color: #FAA460;
}
.AnyTagClassName
{
color: #FAA460;
}
</style>
background-color css
<style>
a { background-color: #FAA460; }
a { background-color: rgb(250,164,96); }
div.DivClassName
{
background-color: #FAA460;
}
.BgClassName
{
background-color: #FAA460;
}
</style>
border-color css
<style>
span { border-color: #FAA460; }
span { border-color: rgb(250,164,96); }
td.TdClassName
{
border-color: #FAA460;
}
.TagClassName
{
border-color: #FAA460;
}
</style>