Shades of Sandy Brown #FBA663
Tints of Sandy Brown #FBA663
RGB
CMYK
RGB Variations
Color information
#FBA663 (or 0xFBA663) is known color: Sandy Brown. HEX triplet: FB, A6 and 63. RGB value is (251,166,99). Sum of RGB (Red+Green+Blue) = 251+166+99=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 99 (39.06% from 255 or 19.19% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA663 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA663 is #04599C. Grayscale: #B8B8B8. Windows color (decimal): -285085 or 6530811. OLE color: 6530811.
HSL color Cylindrical-coordinate representation of color #FBA663: hue angle of 26.45º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FBA663 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 99 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.02 |
| HSL | 26.45º | 0.95% | 0.69% | - |
| HSV(B) | 26.45º | 0.61% | 0.98% | - |
| XYZ | 55.67 | 48.68 | 18.27 | - |
| YUV | 183.78 | 80.16 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 99 | 0 | 0.34 | 0.61 | 0.02 | 26.45 | 0.95 | 0.69 |
| Hex | FB | A6 | 63 | 0 | 22 | 3D | 2 | 1A | 5F | 45 |
| Octal | 373 | 246 | 143 | 0 | 42 | 75 | 2 | 32 | 137 | 105 |
| Binary | 11111011 | 10100110 | 1100011 | 0 | 100010 | 111101 | 10 | 11010 | 1011111 | 1000101 |
Color Harmonies of #FBA663
Complementary color
Monochromatic Colors of #FBA663
Black with #FBA663
Text Example
Text Example
White with #FBA663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA663; }
p { color: rgb(251,166,99); }
H1.HeaderClassName
{
color: #FBA663;
}
.AnyTagClassName
{
color: #FBA663;
}
</style>
background-color css
<style>
a { background-color: #FBA663; }
a { background-color: rgb(251,166,99); }
div.DivClassName
{
background-color: #FBA663;
}
.BgClassName
{
background-color: #FBA663;
}
</style>
border-color css
<style>
span { border-color: #FBA663; }
span { border-color: rgb(251,166,99); }
td.TdClassName
{
border-color: #FBA663;
}
.TagClassName
{
border-color: #FBA663;
}
</style>