Shades of Sandy Brown #FBA060
Tints of Sandy Brown #FBA060
RGB
CMYK
RGB Variations
Color information
#FBA060 (or 0xFBA060) is known color: Sandy Brown. HEX triplet: FB, A0 and 60. RGB value is (251,160,96). Sum of RGB (Red+Green+Blue) = 251+160+96=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA060 is #045F9F. Grayscale: #B4B4B4. Windows color (decimal): -286624 or 6332667. OLE color: 6332667.
HSL color Cylindrical-coordinate representation of color #FBA060: hue angle of 24.77º 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 #FBA060 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 96 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.02 |
| HSL | 24.77º | 0.95% | 0.68% | - |
| HSV(B) | 24.77º | 0.62% | 0.98% | - |
| XYZ | 54.47 | 46.5 | 17.17 | - |
| YUV | 179.91 | 80.65 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 96 | 0 | 0.36 | 0.62 | 0.02 | 24.77 | 0.95 | 0.68 |
| Hex | FB | A0 | 60 | 0 | 24 | 3E | 2 | 19 | 5F | 44 |
| Octal | 373 | 240 | 140 | 0 | 44 | 76 | 2 | 31 | 137 | 104 |
| Binary | 11111011 | 10100000 | 1100000 | 0 | 100100 | 111110 | 10 | 11001 | 1011111 | 1000100 |
Color Harmonies of #FBA060
Complementary color
Monochromatic Colors of #FBA060
Black with #FBA060
Text Example
Text Example
White with #FBA060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA060; }
p { color: rgb(251,160,96); }
H1.HeaderClassName
{
color: #FBA060;
}
.AnyTagClassName
{
color: #FBA060;
}
</style>
background-color css
<style>
a { background-color: #FBA060; }
a { background-color: rgb(251,160,96); }
div.DivClassName
{
background-color: #FBA060;
}
.BgClassName
{
background-color: #FBA060;
}
</style>
border-color css
<style>
span { border-color: #FBA060; }
span { border-color: rgb(251,160,96); }
td.TdClassName
{
border-color: #FBA060;
}
.TagClassName
{
border-color: #FBA060;
}
</style>