Shades of Sandy Brown #FAA366
Tints of Sandy Brown #FAA366
RGB
CMYK
RGB Variations
Color information
#FAA366 (or 0xFAA366) is known color: Sandy Brown. HEX triplet: FA, A3 and 66. RGB value is (250,163,102). Sum of RGB (Red+Green+Blue) = 250+163+102=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA366 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA366 is #055C99. Grayscale: #B6B6B6. Windows color (decimal): -351386 or 6726650. OLE color: 6726650.
HSL color Cylindrical-coordinate representation of color #FAA366: hue angle of 24.73º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAA366 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 102 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.02 |
| HSL | 24.73º | 0.94% | 0.69% | - |
| HSV(B) | 24.73º | 0.59% | 0.98% | - |
| XYZ | 54.92 | 47.48 | 18.84 | - |
| YUV | 182.06 | 82.82 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 102 | 0 | 0.35 | 0.59 | 0.02 | 24.73 | 0.94 | 0.69 |
| Hex | FA | A3 | 66 | 0 | 23 | 3B | 2 | 19 | 5E | 45 |
| Octal | 372 | 243 | 146 | 0 | 43 | 73 | 2 | 31 | 136 | 105 |
| Binary | 11111010 | 10100011 | 1100110 | 0 | 100011 | 111011 | 10 | 11001 | 1011110 | 1000101 |
Color Harmonies of #FAA366
Complementary color
Monochromatic Colors of #FAA366
Black with #FAA366
Text Example
Text Example
White with #FAA366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA366; }
p { color: rgb(250,163,102); }
H1.HeaderClassName
{
color: #FAA366;
}
.AnyTagClassName
{
color: #FAA366;
}
</style>
background-color css
<style>
a { background-color: #FAA366; }
a { background-color: rgb(250,163,102); }
div.DivClassName
{
background-color: #FAA366;
}
.BgClassName
{
background-color: #FAA366;
}
</style>
border-color css
<style>
span { border-color: #FAA366; }
span { border-color: rgb(250,163,102); }
td.TdClassName
{
border-color: #FAA366;
}
.TagClassName
{
border-color: #FAA366;
}
</style>