Shades of Sandy Brown #FAA063
Tints of Sandy Brown #FAA063
RGB
CMYK
RGB Variations
Color information
#FAA063 (or 0xFAA063) is known color: Sandy Brown. HEX triplet: FA, A0 and 63. RGB value is (250,160,99). Sum of RGB (Red+Green+Blue) = 250+160+99=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 99 (39.06% from 255 or 19.45% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA063 is #055F9C. Grayscale: #B4B4B4. Windows color (decimal): -352157 or 6529274. OLE color: 6529274.
HSL color Cylindrical-coordinate representation of color #FAA063: hue angle of 24.24º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAA063 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 99 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.02 |
| HSL | 24.24º | 0.94% | 0.68% | - |
| HSV(B) | 24.24º | 0.6% | 0.98% | - |
| XYZ | 54.25 | 46.37 | 17.89 | - |
| YUV | 179.96 | 82.32 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 99 | 0 | 0.36 | 0.60 | 0.02 | 24.24 | 0.94 | 0.68 |
| Hex | FA | A0 | 63 | 0 | 24 | 3C | 2 | 18 | 5E | 44 |
| Octal | 372 | 240 | 143 | 0 | 44 | 74 | 2 | 30 | 136 | 104 |
| Binary | 11111010 | 10100000 | 1100011 | 0 | 100100 | 111100 | 10 | 11000 | 1011110 | 1000100 |
Color Harmonies of #FAA063
Complementary color
Monochromatic Colors of #FAA063
Black with #FAA063
Text Example
Text Example
White with #FAA063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA063; }
p { color: rgb(250,160,99); }
H1.HeaderClassName
{
color: #FAA063;
}
.AnyTagClassName
{
color: #FAA063;
}
</style>
background-color css
<style>
a { background-color: #FAA063; }
a { background-color: rgb(250,160,99); }
div.DivClassName
{
background-color: #FAA063;
}
.BgClassName
{
background-color: #FAA063;
}
</style>
border-color css
<style>
span { border-color: #FAA063; }
span { border-color: rgb(250,160,99); }
td.TdClassName
{
border-color: #FAA063;
}
.TagClassName
{
border-color: #FAA063;
}
</style>