Shades of Sandy Brown #FBA665
Tints of Sandy Brown #FBA665
RGB
CMYK
RGB Variations
Color information
#FBA665 (or 0xFBA665) is known color: Sandy Brown. HEX triplet: FB, A6 and 65. RGB value is (251,166,101). Sum of RGB (Red+Green+Blue) = 251+166+101=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA665 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA665 is #04599A. Grayscale: #B8B8B8. Windows color (decimal): -285083 or 6661883. OLE color: 6661883.
HSL color Cylindrical-coordinate representation of color #FBA665: hue angle of 26º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FBA665 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 101 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.02 |
| HSL | 26º | 0.95% | 0.69% | - |
| HSV(B) | 26º | 0.6% | 0.98% | - |
| XYZ | 55.77 | 48.72 | 18.78 | - |
| YUV | 184.01 | 81.16 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 101 | 0 | 0.34 | 0.60 | 0.02 | 26 | 0.95 | 0.69 |
| Hex | FB | A6 | 65 | 0 | 22 | 3C | 2 | 1A | 5F | 45 |
| Octal | 373 | 246 | 145 | 0 | 42 | 74 | 2 | 32 | 137 | 105 |
| Binary | 11111011 | 10100110 | 1100101 | 0 | 100010 | 111100 | 10 | 11010 | 1011111 | 1000101 |
Color Harmonies of #FBA665
Complementary color
Monochromatic Colors of #FBA665
Black with #FBA665
Text Example
Text Example
White with #FBA665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA665; }
p { color: rgb(251,166,101); }
H1.HeaderClassName
{
color: #FBA665;
}
.AnyTagClassName
{
color: #FBA665;
}
</style>
background-color css
<style>
a { background-color: #FBA665; }
a { background-color: rgb(251,166,101); }
div.DivClassName
{
background-color: #FBA665;
}
.BgClassName
{
background-color: #FBA665;
}
</style>
border-color css
<style>
span { border-color: #FBA665; }
span { border-color: rgb(251,166,101); }
td.TdClassName
{
border-color: #FBA665;
}
.TagClassName
{
border-color: #FBA665;
}
</style>