Shades of Sandy Brown #FBA560
Tints of Sandy Brown #FBA560
RGB
CMYK
RGB Variations
Color information
#FBA560 (or 0xFBA560) is known color: Sandy Brown. HEX triplet: FB, A5 and 60. RGB value is (251,165,96). Sum of RGB (Red+Green+Blue) = 251+165+96=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA560 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA560 is #045A9F. Grayscale: #B7B7B7. Windows color (decimal): -285344 or 6333947. OLE color: 6333947.
HSL color Cylindrical-coordinate representation of color #FBA560: hue angle of 26.71º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FBA560 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 96 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.02 |
| HSL | 26.71º | 0.95% | 0.68% | - |
| HSV(B) | 26.71º | 0.62% | 0.98% | - |
| XYZ | 55.35 | 48.26 | 17.46 | - |
| YUV | 182.85 | 78.99 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 96 | 0 | 0.34 | 0.62 | 0.02 | 26.71 | 0.95 | 0.68 |
| Hex | FB | A5 | 60 | 0 | 22 | 3E | 2 | 1B | 5F | 44 |
| Octal | 373 | 245 | 140 | 0 | 42 | 76 | 2 | 33 | 137 | 104 |
| Binary | 11111011 | 10100101 | 1100000 | 0 | 100010 | 111110 | 10 | 11011 | 1011111 | 1000100 |
Color Harmonies of #FBA560
Complementary color
Monochromatic Colors of #FBA560
Black with #FBA560
Text Example
Text Example
White with #FBA560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA560; }
p { color: rgb(251,165,96); }
H1.HeaderClassName
{
color: #FBA560;
}
.AnyTagClassName
{
color: #FBA560;
}
</style>
background-color css
<style>
a { background-color: #FBA560; }
a { background-color: rgb(251,165,96); }
div.DivClassName
{
background-color: #FBA560;
}
.BgClassName
{
background-color: #FBA560;
}
</style>
border-color css
<style>
span { border-color: #FBA560; }
span { border-color: rgb(251,165,96); }
td.TdClassName
{
border-color: #FBA560;
}
.TagClassName
{
border-color: #FBA560;
}
</style>