Shades of Sandy Brown #FAA863
Tints of Sandy Brown #FAA863
RGB
CMYK
RGB Variations
Color information
#FAA863 (or 0xFAA863) is known color: Sandy Brown. HEX triplet: FA, A8 and 63. RGB value is (250,168,99). Sum of RGB (Red+Green+Blue) = 250+168+99=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 99 (39.06% from 255 or 19.15% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA863 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA863 is #05579C. Grayscale: #B9B9B9. Windows color (decimal): -350109 or 6531322. OLE color: 6531322.
HSL color Cylindrical-coordinate representation of color #FAA863: hue angle of 27.42º 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 #FAA863 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 99 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.02 |
| HSL | 27.42º | 0.94% | 0.68% | - |
| HSV(B) | 27.42º | 0.6% | 0.98% | - |
| XYZ | 55.68 | 49.23 | 18.37 | - |
| YUV | 184.65 | 79.67 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 99 | 0 | 0.33 | 0.60 | 0.02 | 27.42 | 0.94 | 0.68 |
| Hex | FA | A8 | 63 | 0 | 21 | 3C | 2 | 1B | 5E | 44 |
| Octal | 372 | 250 | 143 | 0 | 41 | 74 | 2 | 33 | 136 | 104 |
| Binary | 11111010 | 10101000 | 1100011 | 0 | 100001 | 111100 | 10 | 11011 | 1011110 | 1000100 |
Color Harmonies of #FAA863
Complementary color
Monochromatic Colors of #FAA863
Black with #FAA863
Text Example
Text Example
White with #FAA863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA863; }
p { color: rgb(250,168,99); }
H1.HeaderClassName
{
color: #FAA863;
}
.AnyTagClassName
{
color: #FAA863;
}
</style>
background-color css
<style>
a { background-color: #FAA863; }
a { background-color: rgb(250,168,99); }
div.DivClassName
{
background-color: #FAA863;
}
.BgClassName
{
background-color: #FAA863;
}
</style>
border-color css
<style>
span { border-color: #FAA863; }
span { border-color: rgb(250,168,99); }
td.TdClassName
{
border-color: #FAA863;
}
.TagClassName
{
border-color: #FAA863;
}
</style>