Shades of Sandy Brown #FAA257
Tints of Sandy Brown #FAA257
RGB
CMYK
RGB Variations
Color information
#FAA257 (or 0xFAA257) is known color: Sandy Brown. HEX triplet: FA, A2 and 57. RGB value is (250,162,87). Sum of RGB (Red+Green+Blue) = 250+162+87=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 87 (34.38% from 255 or 17.43% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA257 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA257 is #055DA8. Grayscale: #B4B4B4. Windows color (decimal): -351657 or 5743354. OLE color: 5743354.
HSL color Cylindrical-coordinate representation of color #FAA257: hue angle of 27.61º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FAA257 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 87 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.02 |
| HSL | 27.61º | 0.94% | 0.66% | - |
| HSV(B) | 27.61º | 0.65% | 0.98% | - |
| XYZ | 54.06 | 46.85 | 15.21 | - |
| YUV | 179.76 | 75.65 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 87 | 0 | 0.35 | 0.65 | 0.02 | 27.61 | 0.94 | 0.66 |
| Hex | FA | A2 | 57 | 0 | 23 | 41 | 2 | 1C | 5E | 42 |
| Octal | 372 | 242 | 127 | 0 | 43 | 101 | 2 | 34 | 136 | 102 |
| Binary | 11111010 | 10100010 | 1010111 | 0 | 100011 | 1000001 | 10 | 11100 | 1011110 | 1000010 |
Color Harmonies of #FAA257
Complementary color
Monochromatic Colors of #FAA257
Black with #FAA257
Text Example
Text Example
White with #FAA257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA257; }
p { color: rgb(250,162,87); }
H1.HeaderClassName
{
color: #FAA257;
}
.AnyTagClassName
{
color: #FAA257;
}
</style>
background-color css
<style>
a { background-color: #FAA257; }
a { background-color: rgb(250,162,87); }
div.DivClassName
{
background-color: #FAA257;
}
.BgClassName
{
background-color: #FAA257;
}
</style>
border-color css
<style>
span { border-color: #FAA257; }
span { border-color: rgb(250,162,87); }
td.TdClassName
{
border-color: #FAA257;
}
.TagClassName
{
border-color: #FAA257;
}
</style>