Shades of Sandy Brown #FAA064
Tints of Sandy Brown #FAA064
RGB
CMYK
RGB Variations
Color information
#FAA064 (or 0xFAA064) is known color: Sandy Brown. HEX triplet: FA, A0 and 64. RGB value is (250,160,100). Sum of RGB (Red+Green+Blue) = 250+160+100=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA064 is #055F9B. Grayscale: #B4B4B4. Windows color (decimal): -352156 or 6594810. OLE color: 6594810.
HSL color Cylindrical-coordinate representation of color #FAA064: hue angle of 24º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAA064 is Cyan = 0, Magento = 0.36, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 100 | - |
| CMYK | 0 | 0.36 | 0.6 | 0.02 |
| HSL | 24º | 0.94% | 0.69% | - |
| HSV(B) | 24º | 0.6% | 0.98% | - |
| XYZ | 54.3 | 46.39 | 18.15 | - |
| YUV | 180.07 | 82.82 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 100 | 0 | 0.36 | 0.6 | 0.02 | 24 | 0.94 | 0.69 |
| Hex | FA | A0 | 64 | 0 | 24 | 3C | 2 | 18 | 5E | 45 |
| Octal | 372 | 240 | 144 | 0 | 44 | 74 | 2 | 30 | 136 | 105 |
| Binary | 11111010 | 10100000 | 1100100 | 0 | 100100 | 111100 | 10 | 11000 | 1011110 | 1000101 |
Color Harmonies of #FAA064
Complementary color
Monochromatic Colors of #FAA064
Black with #FAA064
Text Example
Text Example
White with #FAA064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA064; }
p { color: rgb(250,160,100); }
H1.HeaderClassName
{
color: #FAA064;
}
.AnyTagClassName
{
color: #FAA064;
}
</style>
background-color css
<style>
a { background-color: #FAA064; }
a { background-color: rgb(250,160,100); }
div.DivClassName
{
background-color: #FAA064;
}
.BgClassName
{
background-color: #FAA064;
}
</style>
border-color css
<style>
span { border-color: #FAA064; }
span { border-color: rgb(250,160,100); }
td.TdClassName
{
border-color: #FAA064;
}
.TagClassName
{
border-color: #FAA064;
}
</style>