Shades of Sandy Brown #FBA159
Tints of Sandy Brown #FBA159
RGB
CMYK
RGB Variations
Color information
#FBA159 (or 0xFBA159) is known color: Sandy Brown. HEX triplet: FB, A1 and 59. RGB value is (251,161,89). Sum of RGB (Red+Green+Blue) = 251+161+89=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 89 (35.16% from 255 or 17.76% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA159 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA159 is #045EA6. Grayscale: #B4B4B4. Windows color (decimal): -286375 or 5874171. OLE color: 5874171.
HSL color Cylindrical-coordinate representation of color #FBA159: hue angle of 26.67º 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 #FBA159 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 89 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.02 |
| HSL | 26.67º | 0.95% | 0.67% | - |
| HSV(B) | 26.67º | 0.65% | 0.98% | - |
| XYZ | 54.33 | 46.72 | 15.61 | - |
| YUV | 179.7 | 76.82 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 89 | 0 | 0.36 | 0.65 | 0.02 | 26.67 | 0.95 | 0.67 |
| Hex | FB | A1 | 59 | 0 | 24 | 41 | 2 | 1B | 5F | 43 |
| Octal | 373 | 241 | 131 | 0 | 44 | 101 | 2 | 33 | 137 | 103 |
| Binary | 11111011 | 10100001 | 1011001 | 0 | 100100 | 1000001 | 10 | 11011 | 1011111 | 1000011 |
Color Harmonies of #FBA159
Complementary color
Monochromatic Colors of #FBA159
Black with #FBA159
Text Example
Text Example
White with #FBA159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA159; }
p { color: rgb(251,161,89); }
H1.HeaderClassName
{
color: #FBA159;
}
.AnyTagClassName
{
color: #FBA159;
}
</style>
background-color css
<style>
a { background-color: #FBA159; }
a { background-color: rgb(251,161,89); }
div.DivClassName
{
background-color: #FBA159;
}
.BgClassName
{
background-color: #FBA159;
}
</style>
border-color css
<style>
span { border-color: #FBA159; }
span { border-color: rgb(251,161,89); }
td.TdClassName
{
border-color: #FBA159;
}
.TagClassName
{
border-color: #FBA159;
}
</style>