Shades of Sandy Brown #FBA059
Tints of Sandy Brown #FBA059
RGB
CMYK
RGB Variations
Color information
#FBA059 (or 0xFBA059) is known color: Sandy Brown. HEX triplet: FB, A0 and 59. RGB value is (251,160,89). Sum of RGB (Red+Green+Blue) = 251+160+89=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 89 (35.16% from 255 or 17.8% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA059 is #045FA6. Grayscale: #B3B3B3. Windows color (decimal): -286631 or 5873915. OLE color: 5873915.
HSL color Cylindrical-coordinate representation of color #FBA059: hue angle of 26.3º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FBA059 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 89 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.02 |
| HSL | 26.3º | 0.95% | 0.67% | - |
| HSV(B) | 26.3º | 0.65% | 0.98% | - |
| XYZ | 54.16 | 46.37 | 15.55 | - |
| YUV | 179.12 | 77.15 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 89 | 0 | 0.36 | 0.65 | 0.02 | 26.3 | 0.95 | 0.67 |
| Hex | FB | A0 | 59 | 0 | 24 | 41 | 2 | 1A | 5F | 43 |
| Octal | 373 | 240 | 131 | 0 | 44 | 101 | 2 | 32 | 137 | 103 |
| Binary | 11111011 | 10100000 | 1011001 | 0 | 100100 | 1000001 | 10 | 11010 | 1011111 | 1000011 |
Color Harmonies of #FBA059
Complementary color
Monochromatic Colors of #FBA059
Black with #FBA059
Text Example
Text Example
White with #FBA059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA059; }
p { color: rgb(251,160,89); }
H1.HeaderClassName
{
color: #FBA059;
}
.AnyTagClassName
{
color: #FBA059;
}
</style>
background-color css
<style>
a { background-color: #FBA059; }
a { background-color: rgb(251,160,89); }
div.DivClassName
{
background-color: #FBA059;
}
.BgClassName
{
background-color: #FBA059;
}
</style>
border-color css
<style>
span { border-color: #FBA059; }
span { border-color: rgb(251,160,89); }
td.TdClassName
{
border-color: #FBA059;
}
.TagClassName
{
border-color: #FBA059;
}
</style>