Shades of Sandy Brown #FAA260
Tints of Sandy Brown #FAA260
RGB
CMYK
RGB Variations
Color information
#FAA260 (or 0xFAA260) is known color: Sandy Brown. HEX triplet: FA, A2 and 60. RGB value is (250,162,96). Sum of RGB (Red+Green+Blue) = 250+162+96=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 96 (37.89% from 255 or 18.90% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA260 is #055D9F. Grayscale: #B5B5B5. Windows color (decimal): -351648 or 6333178. OLE color: 6333178.
HSL color Cylindrical-coordinate representation of color #FAA260: hue angle of 25.71º 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 #FAA260 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 96 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.02 |
| HSL | 25.71º | 0.94% | 0.68% | - |
| HSV(B) | 25.71º | 0.62% | 0.98% | - |
| XYZ | 54.46 | 47.01 | 17.27 | - |
| YUV | 180.79 | 80.15 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 96 | 0 | 0.35 | 0.62 | 0.02 | 25.71 | 0.94 | 0.68 |
| Hex | FA | A2 | 60 | 0 | 23 | 3E | 2 | 1A | 5E | 44 |
| Octal | 372 | 242 | 140 | 0 | 43 | 76 | 2 | 32 | 136 | 104 |
| Binary | 11111010 | 10100010 | 1100000 | 0 | 100011 | 111110 | 10 | 11010 | 1011110 | 1000100 |
Color Harmonies of #FAA260
Complementary color
Monochromatic Colors of #FAA260
Black with #FAA260
Text Example
Text Example
White with #FAA260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA260; }
p { color: rgb(250,162,96); }
H1.HeaderClassName
{
color: #FAA260;
}
.AnyTagClassName
{
color: #FAA260;
}
</style>
background-color css
<style>
a { background-color: #FAA260; }
a { background-color: rgb(250,162,96); }
div.DivClassName
{
background-color: #FAA260;
}
.BgClassName
{
background-color: #FAA260;
}
</style>
border-color css
<style>
span { border-color: #FAA260; }
span { border-color: rgb(250,162,96); }
td.TdClassName
{
border-color: #FAA260;
}
.TagClassName
{
border-color: #FAA260;
}
</style>