Shades of Sandy Brown #FBA456
Tints of Sandy Brown #FBA456
RGB
CMYK
RGB Variations
Color information
#FBA456 (or 0xFBA456) is known color: Sandy Brown. HEX triplet: FB, A4 and 56. RGB value is (251,164,86). Sum of RGB (Red+Green+Blue) = 251+164+86=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 164 (64.45% from 255 or 32.73% from 501); Blue value is 86 (33.98% from 255 or 17.17% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA456 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA456 is #045BA9. Grayscale: #B5B5B5. Windows color (decimal): -285610 or 5678331. OLE color: 5678331.
HSL color Cylindrical-coordinate representation of color #FBA456: hue angle of 28.36º 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 #FBA456 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 86 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.02 |
| HSL | 28.36º | 0.95% | 0.66% | - |
| HSV(B) | 28.36º | 0.66% | 0.98% | - |
| XYZ | 54.74 | 47.73 | 15.13 | - |
| YUV | 181.12 | 74.32 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 86 | 0 | 0.35 | 0.66 | 0.02 | 28.36 | 0.95 | 0.66 |
| Hex | FB | A4 | 56 | 0 | 23 | 42 | 2 | 1C | 5F | 42 |
| Octal | 373 | 244 | 126 | 0 | 43 | 102 | 2 | 34 | 137 | 102 |
| Binary | 11111011 | 10100100 | 1010110 | 0 | 100011 | 1000010 | 10 | 11100 | 1011111 | 1000010 |
Color Harmonies of #FBA456
Complementary color
Monochromatic Colors of #FBA456
Black with #FBA456
Text Example
Text Example
White with #FBA456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA456; }
p { color: rgb(251,164,86); }
H1.HeaderClassName
{
color: #FBA456;
}
.AnyTagClassName
{
color: #FBA456;
}
</style>
background-color css
<style>
a { background-color: #FBA456; }
a { background-color: rgb(251,164,86); }
div.DivClassName
{
background-color: #FBA456;
}
.BgClassName
{
background-color: #FBA456;
}
</style>
border-color css
<style>
span { border-color: #FBA456; }
span { border-color: rgb(251,164,86); }
td.TdClassName
{
border-color: #FBA456;
}
.TagClassName
{
border-color: #FBA456;
}
</style>