Shades of Sandy Brown #FBA659
Tints of Sandy Brown #FBA659
RGB
CMYK
RGB Variations
Color information
#FBA659 (or 0xFBA659) is known color: Sandy Brown. HEX triplet: FB, A6 and 59. RGB value is (251,166,89). Sum of RGB (Red+Green+Blue) = 251+166+89=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 89 (35.16% from 255 or 17.59% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA659 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA659 is #0459A6. Grayscale: #B7B7B7. Windows color (decimal): -285095 or 5875451. OLE color: 5875451.
HSL color Cylindrical-coordinate representation of color #FBA659: hue angle of 28.52º 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 #FBA659 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 89 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.02 |
| HSL | 28.52º | 0.95% | 0.67% | - |
| HSV(B) | 28.52º | 0.65% | 0.98% | - |
| XYZ | 55.22 | 48.5 | 15.9 | - |
| YUV | 182.64 | 75.16 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 89 | 0 | 0.34 | 0.65 | 0.02 | 28.52 | 0.95 | 0.67 |
| Hex | FB | A6 | 59 | 0 | 22 | 41 | 2 | 1D | 5F | 43 |
| Octal | 373 | 246 | 131 | 0 | 42 | 101 | 2 | 35 | 137 | 103 |
| Binary | 11111011 | 10100110 | 1011001 | 0 | 100010 | 1000001 | 10 | 11101 | 1011111 | 1000011 |
Color Harmonies of #FBA659
Complementary color
Monochromatic Colors of #FBA659
Black with #FBA659
Text Example
Text Example
White with #FBA659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA659; }
p { color: rgb(251,166,89); }
H1.HeaderClassName
{
color: #FBA659;
}
.AnyTagClassName
{
color: #FBA659;
}
</style>
background-color css
<style>
a { background-color: #FBA659; }
a { background-color: rgb(251,166,89); }
div.DivClassName
{
background-color: #FBA659;
}
.BgClassName
{
background-color: #FBA659;
}
</style>
border-color css
<style>
span { border-color: #FBA659; }
span { border-color: rgb(251,166,89); }
td.TdClassName
{
border-color: #FBA659;
}
.TagClassName
{
border-color: #FBA659;
}
</style>