Shades of Sandy Brown #FBA366
Tints of Sandy Brown #FBA366
RGB
CMYK
RGB Variations
Color information
#FBA366 (or 0xFBA366) is known color: Sandy Brown. HEX triplet: FB, A3 and 66. RGB value is (251,163,102). Sum of RGB (Red+Green+Blue) = 251+163+102=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA366 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA366 is #045C99. Grayscale: #B6B6B6. Windows color (decimal): -285850 or 6726651. OLE color: 6726651.
HSL color Cylindrical-coordinate representation of color #FBA366: hue angle of 24.56º 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 #FBA366 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 102 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.02 |
| HSL | 24.56º | 0.95% | 0.69% | - |
| HSV(B) | 24.56º | 0.59% | 0.98% | - |
| XYZ | 55.28 | 47.66 | 18.86 | - |
| YUV | 182.36 | 82.65 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 102 | 0 | 0.35 | 0.59 | 0.02 | 24.56 | 0.95 | 0.69 |
| Hex | FB | A3 | 66 | 0 | 23 | 3B | 2 | 19 | 5F | 45 |
| Octal | 373 | 243 | 146 | 0 | 43 | 73 | 2 | 31 | 137 | 105 |
| Binary | 11111011 | 10100011 | 1100110 | 0 | 100011 | 111011 | 10 | 11001 | 1011111 | 1000101 |
Color Harmonies of #FBA366
Complementary color
Monochromatic Colors of #FBA366
Black with #FBA366
Text Example
Text Example
White with #FBA366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA366; }
p { color: rgb(251,163,102); }
H1.HeaderClassName
{
color: #FBA366;
}
.AnyTagClassName
{
color: #FBA366;
}
</style>
background-color css
<style>
a { background-color: #FBA366; }
a { background-color: rgb(251,163,102); }
div.DivClassName
{
background-color: #FBA366;
}
.BgClassName
{
background-color: #FBA366;
}
</style>
border-color css
<style>
span { border-color: #FBA366; }
span { border-color: rgb(251,163,102); }
td.TdClassName
{
border-color: #FBA366;
}
.TagClassName
{
border-color: #FBA366;
}
</style>