Shades of Sandy Brown #FBA156
Tints of Sandy Brown #FBA156
RGB
CMYK
RGB Variations
Color information
#FBA156 (or 0xFBA156) is known color: Sandy Brown. HEX triplet: FB, A1 and 56. RGB value is (251,161,86). Sum of RGB (Red+Green+Blue) = 251+161+86=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 86 (33.98% from 255 or 17.27% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA156 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA156 is #045EA9. Grayscale: #B3B3B3. Windows color (decimal): -286378 or 5677563. OLE color: 5677563.
HSL color Cylindrical-coordinate representation of color #FBA156: hue angle of 27.27º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FBA156 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 86 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.02 |
| HSL | 27.27º | 0.95% | 0.66% | - |
| HSV(B) | 27.27º | 0.66% | 0.98% | - |
| XYZ | 54.21 | 46.67 | 14.96 | - |
| YUV | 179.36 | 75.32 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 86 | 0 | 0.36 | 0.66 | 0.02 | 27.27 | 0.95 | 0.66 |
| Hex | FB | A1 | 56 | 0 | 24 | 42 | 2 | 1B | 5F | 42 |
| Octal | 373 | 241 | 126 | 0 | 44 | 102 | 2 | 33 | 137 | 102 |
| Binary | 11111011 | 10100001 | 1010110 | 0 | 100100 | 1000010 | 10 | 11011 | 1011111 | 1000010 |
Color Harmonies of #FBA156
Complementary color
Monochromatic Colors of #FBA156
Black with #FBA156
Text Example
Text Example
White with #FBA156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA156; }
p { color: rgb(251,161,86); }
H1.HeaderClassName
{
color: #FBA156;
}
.AnyTagClassName
{
color: #FBA156;
}
</style>
background-color css
<style>
a { background-color: #FBA156; }
a { background-color: rgb(251,161,86); }
div.DivClassName
{
background-color: #FBA156;
}
.BgClassName
{
background-color: #FBA156;
}
</style>
border-color css
<style>
span { border-color: #FBA156; }
span { border-color: rgb(251,161,86); }
td.TdClassName
{
border-color: #FBA156;
}
.TagClassName
{
border-color: #FBA156;
}
</style>