Shades of Sandy Brown #FAA360
Tints of Sandy Brown #FAA360
RGB
CMYK
RGB Variations
Color information
#FAA360 (or 0xFAA360) is known color: Sandy Brown. HEX triplet: FA, A3 and 60. RGB value is (250,163,96). Sum of RGB (Red+Green+Blue) = 250+163+96=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA360 is #055C9F. Grayscale: #B5B5B5. Windows color (decimal): -351392 or 6333434. OLE color: 6333434.
HSL color Cylindrical-coordinate representation of color #FAA360: hue angle of 26.1º 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 #FAA360 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 96 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.02 |
| HSL | 26.1º | 0.94% | 0.68% | - |
| HSV(B) | 26.1º | 0.62% | 0.98% | - |
| XYZ | 54.63 | 47.36 | 17.33 | - |
| YUV | 181.38 | 79.82 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 96 | 0 | 0.35 | 0.62 | 0.02 | 26.1 | 0.94 | 0.68 |
| Hex | FA | A3 | 60 | 0 | 23 | 3E | 2 | 1A | 5E | 44 |
| Octal | 372 | 243 | 140 | 0 | 43 | 76 | 2 | 32 | 136 | 104 |
| Binary | 11111010 | 10100011 | 1100000 | 0 | 100011 | 111110 | 10 | 11010 | 1011110 | 1000100 |
Color Harmonies of #FAA360
Complementary color
Monochromatic Colors of #FAA360
Black with #FAA360
Text Example
Text Example
White with #FAA360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA360; }
p { color: rgb(250,163,96); }
H1.HeaderClassName
{
color: #FAA360;
}
.AnyTagClassName
{
color: #FAA360;
}
</style>
background-color css
<style>
a { background-color: #FAA360; }
a { background-color: rgb(250,163,96); }
div.DivClassName
{
background-color: #FAA360;
}
.BgClassName
{
background-color: #FAA360;
}
</style>
border-color css
<style>
span { border-color: #FAA360; }
span { border-color: rgb(250,163,96); }
td.TdClassName
{
border-color: #FAA360;
}
.TagClassName
{
border-color: #FAA360;
}
</style>