Shades of Sandy Brown #FAA255
Tints of Sandy Brown #FAA255
RGB
CMYK
RGB Variations
Color information
#FAA255 (or 0xFAA255) is known color: Sandy Brown. HEX triplet: FA, A2 and 55. RGB value is (250,162,85). Sum of RGB (Red+Green+Blue) = 250+162+85=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA255 is #055DAA. Grayscale: #B3B3B3. Windows color (decimal): -351659 or 5612282. OLE color: 5612282.
HSL color Cylindrical-coordinate representation of color #FAA255: hue angle of 28º 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 #FAA255 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 85 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.02 |
| HSL | 28º | 0.94% | 0.66% | - |
| HSV(B) | 28º | 0.66% | 0.98% | - |
| XYZ | 53.98 | 46.82 | 14.79 | - |
| YUV | 179.53 | 74.65 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 85 | 0 | 0.35 | 0.66 | 0.02 | 28 | 0.94 | 0.66 |
| Hex | FA | A2 | 55 | 0 | 23 | 42 | 2 | 1C | 5E | 42 |
| Octal | 372 | 242 | 125 | 0 | 43 | 102 | 2 | 34 | 136 | 102 |
| Binary | 11111010 | 10100010 | 1010101 | 0 | 100011 | 1000010 | 10 | 11100 | 1011110 | 1000010 |
Color Harmonies of #FAA255
Complementary color
Monochromatic Colors of #FAA255
Black with #FAA255
Text Example
Text Example
White with #FAA255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA255; }
p { color: rgb(250,162,85); }
H1.HeaderClassName
{
color: #FAA255;
}
.AnyTagClassName
{
color: #FAA255;
}
</style>
background-color css
<style>
a { background-color: #FAA255; }
a { background-color: rgb(250,162,85); }
div.DivClassName
{
background-color: #FAA255;
}
.BgClassName
{
background-color: #FAA255;
}
</style>
border-color css
<style>
span { border-color: #FAA255; }
span { border-color: rgb(250,162,85); }
td.TdClassName
{
border-color: #FAA255;
}
.TagClassName
{
border-color: #FAA255;
}
</style>