Shades of Sandy Brown #FAA356
Tints of Sandy Brown #FAA356
RGB
CMYK
RGB Variations
Color information
#FAA356 (or 0xFAA356) is known color: Sandy Brown. HEX triplet: FA, A3 and 56. RGB value is (250,163,86). Sum of RGB (Red+Green+Blue) = 250+163+86=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 86 (33.98% from 255 or 17.23% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA356 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA356 is #055CA9. Grayscale: #B4B4B4. Windows color (decimal): -351402 or 5678074. OLE color: 5678074.
HSL color Cylindrical-coordinate representation of color #FAA356: hue angle of 28.17º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAA356 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 86 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.02 |
| HSL | 28.17º | 0.94% | 0.66% | - |
| HSV(B) | 28.17º | 0.66% | 0.98% | - |
| XYZ | 54.2 | 47.19 | 15.06 | - |
| YUV | 180.24 | 74.82 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 86 | 0 | 0.35 | 0.66 | 0.02 | 28.17 | 0.94 | 0.66 |
| Hex | FA | A3 | 56 | 0 | 23 | 42 | 2 | 1C | 5E | 42 |
| Octal | 372 | 243 | 126 | 0 | 43 | 102 | 2 | 34 | 136 | 102 |
| Binary | 11111010 | 10100011 | 1010110 | 0 | 100011 | 1000010 | 10 | 11100 | 1011110 | 1000010 |
Color Harmonies of #FAA356
Complementary color
Monochromatic Colors of #FAA356
Black with #FAA356
Text Example
Text Example
White with #FAA356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA356; }
p { color: rgb(250,163,86); }
H1.HeaderClassName
{
color: #FAA356;
}
.AnyTagClassName
{
color: #FAA356;
}
</style>
background-color css
<style>
a { background-color: #FAA356; }
a { background-color: rgb(250,163,86); }
div.DivClassName
{
background-color: #FAA356;
}
.BgClassName
{
background-color: #FAA356;
}
</style>
border-color css
<style>
span { border-color: #FAA356; }
span { border-color: rgb(250,163,86); }
td.TdClassName
{
border-color: #FAA356;
}
.TagClassName
{
border-color: #FAA356;
}
</style>