Shades of Sandy Brown #FBA666
Tints of Sandy Brown #FBA666
RGB
CMYK
RGB Variations
Color information
#FBA666 (or 0xFBA666) is known color: Sandy Brown. HEX triplet: FB, A6 and 66. RGB value is (251,166,102). Sum of RGB (Red+Green+Blue) = 251+166+102=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 102 (40.23% from 255 or 19.65% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA666 is #045999. Grayscale: #B8B8B8. Windows color (decimal): -285082 or 6727419. OLE color: 6727419.
HSL color Cylindrical-coordinate representation of color #FBA666: hue angle of 25.77º 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 #FBA666 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 102 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.02 |
| HSL | 25.77º | 0.95% | 0.69% | - |
| HSV(B) | 25.77º | 0.59% | 0.98% | - |
| XYZ | 55.82 | 48.74 | 19.04 | - |
| YUV | 184.12 | 81.66 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 102 | 0 | 0.34 | 0.59 | 0.02 | 25.77 | 0.95 | 0.69 |
| Hex | FB | A6 | 66 | 0 | 22 | 3B | 2 | 1A | 5F | 45 |
| Octal | 373 | 246 | 146 | 0 | 42 | 73 | 2 | 32 | 137 | 105 |
| Binary | 11111011 | 10100110 | 1100110 | 0 | 100010 | 111011 | 10 | 11010 | 1011111 | 1000101 |
Color Harmonies of #FBA666
Complementary color
Monochromatic Colors of #FBA666
Black with #FBA666
Text Example
Text Example
White with #FBA666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA666; }
p { color: rgb(251,166,102); }
H1.HeaderClassName
{
color: #FBA666;
}
.AnyTagClassName
{
color: #FBA666;
}
</style>
background-color css
<style>
a { background-color: #FBA666; }
a { background-color: rgb(251,166,102); }
div.DivClassName
{
background-color: #FBA666;
}
.BgClassName
{
background-color: #FBA666;
}
</style>
border-color css
<style>
span { border-color: #FBA666; }
span { border-color: rgb(251,166,102); }
td.TdClassName
{
border-color: #FBA666;
}
.TagClassName
{
border-color: #FBA666;
}
</style>