Shades of Sandy Brown #FAA259
Tints of Sandy Brown #FAA259
RGB
CMYK
RGB Variations
Color information
#FAA259 (or 0xFAA259) is known color: Sandy Brown. HEX triplet: FA, A2 and 59. RGB value is (250,162,89). Sum of RGB (Red+Green+Blue) = 250+162+89=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 89 (35.16% from 255 or 17.76% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA259 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA259 is #055DA6. Grayscale: #B4B4B4. Windows color (decimal): -351655 or 5874426. OLE color: 5874426.
HSL color Cylindrical-coordinate representation of color #FAA259: hue angle of 27.2º 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 #FAA259 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 89 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.02 |
| HSL | 27.2º | 0.94% | 0.66% | - |
| HSV(B) | 27.2º | 0.64% | 0.98% | - |
| XYZ | 54.15 | 46.89 | 15.65 | - |
| YUV | 179.99 | 76.65 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 89 | 0 | 0.35 | 0.64 | 0.02 | 27.2 | 0.94 | 0.66 |
| Hex | FA | A2 | 59 | 0 | 23 | 40 | 2 | 1B | 5E | 42 |
| Octal | 372 | 242 | 131 | 0 | 43 | 100 | 2 | 33 | 136 | 102 |
| Binary | 11111010 | 10100010 | 1011001 | 0 | 100011 | 1000000 | 10 | 11011 | 1011110 | 1000010 |
Color Harmonies of #FAA259
Complementary color
Monochromatic Colors of #FAA259
Black with #FAA259
Text Example
Text Example
White with #FAA259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA259; }
p { color: rgb(250,162,89); }
H1.HeaderClassName
{
color: #FAA259;
}
.AnyTagClassName
{
color: #FAA259;
}
</style>
background-color css
<style>
a { background-color: #FAA259; }
a { background-color: rgb(250,162,89); }
div.DivClassName
{
background-color: #FAA259;
}
.BgClassName
{
background-color: #FAA259;
}
</style>
border-color css
<style>
span { border-color: #FAA259; }
span { border-color: rgb(250,162,89); }
td.TdClassName
{
border-color: #FAA259;
}
.TagClassName
{
border-color: #FAA259;
}
</style>