Shades of Sandy Brown #FBA160
Tints of Sandy Brown #FBA160
RGB
CMYK
RGB Variations
Color information
#FBA160 (or 0xFBA160) is known color: Sandy Brown. HEX triplet: FB, A1 and 60. RGB value is (251,161,96). Sum of RGB (Red+Green+Blue) = 251+161+96=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 96 (37.89% from 255 or 18.90% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA160 is #045E9F. Grayscale: #B4B4B4. Windows color (decimal): -286368 or 6332923. OLE color: 6332923.
HSL color Cylindrical-coordinate representation of color #FBA160: hue angle of 25.16º 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 #FBA160 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 96 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.02 |
| HSL | 25.16º | 0.95% | 0.68% | - |
| HSV(B) | 25.16º | 0.62% | 0.98% | - |
| XYZ | 54.64 | 46.84 | 17.23 | - |
| YUV | 180.5 | 80.32 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 96 | 0 | 0.36 | 0.62 | 0.02 | 25.16 | 0.95 | 0.68 |
| Hex | FB | A1 | 60 | 0 | 24 | 3E | 2 | 19 | 5F | 44 |
| Octal | 373 | 241 | 140 | 0 | 44 | 76 | 2 | 31 | 137 | 104 |
| Binary | 11111011 | 10100001 | 1100000 | 0 | 100100 | 111110 | 10 | 11001 | 1011111 | 1000100 |
Color Harmonies of #FBA160
Complementary color
Monochromatic Colors of #FBA160
Black with #FBA160
Text Example
Text Example
White with #FBA160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA160; }
p { color: rgb(251,161,96); }
H1.HeaderClassName
{
color: #FBA160;
}
.AnyTagClassName
{
color: #FBA160;
}
</style>
background-color css
<style>
a { background-color: #FBA160; }
a { background-color: rgb(251,161,96); }
div.DivClassName
{
background-color: #FBA160;
}
.BgClassName
{
background-color: #FBA160;
}
</style>
border-color css
<style>
span { border-color: #FBA160; }
span { border-color: rgb(251,161,96); }
td.TdClassName
{
border-color: #FBA160;
}
.TagClassName
{
border-color: #FBA160;
}
</style>