Shades of Sandy Brown #FBA566
Tints of Sandy Brown #FBA566
RGB
CMYK
RGB Variations
Color information
#FBA566 (or 0xFBA566) is known color: Sandy Brown. HEX triplet: FB, A5 and 66. RGB value is (251,165,102). Sum of RGB (Red+Green+Blue) = 251+165+102=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA566 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA566 is #045A99. Grayscale: #B7B7B7. Windows color (decimal): -285338 or 6727163. OLE color: 6727163.
HSL color Cylindrical-coordinate representation of color #FBA566: hue angle of 25.37º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FBA566 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 102 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.02 |
| HSL | 25.37º | 0.95% | 0.69% | - |
| HSV(B) | 25.37º | 0.59% | 0.98% | - |
| XYZ | 55.64 | 48.38 | 18.98 | - |
| YUV | 183.53 | 81.99 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 102 | 0 | 0.34 | 0.59 | 0.02 | 25.37 | 0.95 | 0.69 |
| Hex | FB | A5 | 66 | 0 | 22 | 3B | 2 | 19 | 5F | 45 |
| Octal | 373 | 245 | 146 | 0 | 42 | 73 | 2 | 31 | 137 | 105 |
| Binary | 11111011 | 10100101 | 1100110 | 0 | 100010 | 111011 | 10 | 11001 | 1011111 | 1000101 |
Color Harmonies of #FBA566
Complementary color
Monochromatic Colors of #FBA566
Black with #FBA566
Text Example
Text Example
White with #FBA566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA566; }
p { color: rgb(251,165,102); }
H1.HeaderClassName
{
color: #FBA566;
}
.AnyTagClassName
{
color: #FBA566;
}
</style>
background-color css
<style>
a { background-color: #FBA566; }
a { background-color: rgb(251,165,102); }
div.DivClassName
{
background-color: #FBA566;
}
.BgClassName
{
background-color: #FBA566;
}
</style>
border-color css
<style>
span { border-color: #FBA566; }
span { border-color: rgb(251,165,102); }
td.TdClassName
{
border-color: #FBA566;
}
.TagClassName
{
border-color: #FBA566;
}
</style>