Shades of Sandy Brown #FAA459
Tints of Sandy Brown #FAA459
RGB
CMYK
RGB Variations
Color information
#FAA459 (or 0xFAA459) is known color: Sandy Brown. HEX triplet: FA, A4 and 59. RGB value is (250,164,89). Sum of RGB (Red+Green+Blue) = 250+164+89=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 89 (35.16% from 255 or 17.69% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA459 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA459 is #055BA6. Grayscale: #B5B5B5. Windows color (decimal): -351143 or 5874938. OLE color: 5874938.
HSL color Cylindrical-coordinate representation of color #FAA459: hue angle of 27.95º 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 #FAA459 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 89 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.02 |
| HSL | 27.95º | 0.94% | 0.66% | - |
| HSV(B) | 27.95º | 0.64% | 0.98% | - |
| XYZ | 54.5 | 47.6 | 15.77 | - |
| YUV | 181.16 | 75.99 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 89 | 0 | 0.34 | 0.64 | 0.02 | 27.95 | 0.94 | 0.66 |
| Hex | FA | A4 | 59 | 0 | 22 | 40 | 2 | 1C | 5E | 42 |
| Octal | 372 | 244 | 131 | 0 | 42 | 100 | 2 | 34 | 136 | 102 |
| Binary | 11111010 | 10100100 | 1011001 | 0 | 100010 | 1000000 | 10 | 11100 | 1011110 | 1000010 |
Color Harmonies of #FAA459
Complementary color
Monochromatic Colors of #FAA459
Black with #FAA459
Text Example
Text Example
White with #FAA459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA459; }
p { color: rgb(250,164,89); }
H1.HeaderClassName
{
color: #FAA459;
}
.AnyTagClassName
{
color: #FAA459;
}
</style>
background-color css
<style>
a { background-color: #FAA459; }
a { background-color: rgb(250,164,89); }
div.DivClassName
{
background-color: #FAA459;
}
.BgClassName
{
background-color: #FAA459;
}
</style>
border-color css
<style>
span { border-color: #FAA459; }
span { border-color: rgb(250,164,89); }
td.TdClassName
{
border-color: #FAA459;
}
.TagClassName
{
border-color: #FAA459;
}
</style>