Shades of Sandy Brown #FBA662
Tints of Sandy Brown #FBA662
RGB
CMYK
RGB Variations
Color information
#FBA662 (or 0xFBA662) is known color: Sandy Brown. HEX triplet: FB, A6 and 62. RGB value is (251,166,98). Sum of RGB (Red+Green+Blue) = 251+166+98=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 98 (38.67% from 255 or 19.03% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA662 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA662 is #04599D. Grayscale: #B8B8B8. Windows color (decimal): -285086 or 6465275. OLE color: 6465275.
HSL color Cylindrical-coordinate representation of color #FBA662: hue angle of 26.67º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FBA662 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 98 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.02 |
| HSL | 26.67º | 0.95% | 0.68% | - |
| HSV(B) | 26.67º | 0.61% | 0.98% | - |
| XYZ | 55.62 | 48.66 | 18.02 | - |
| YUV | 183.66 | 79.66 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 98 | 0 | 0.34 | 0.61 | 0.02 | 26.67 | 0.95 | 0.68 |
| Hex | FB | A6 | 62 | 0 | 22 | 3D | 2 | 1B | 5F | 44 |
| Octal | 373 | 246 | 142 | 0 | 42 | 75 | 2 | 33 | 137 | 104 |
| Binary | 11111011 | 10100110 | 1100010 | 0 | 100010 | 111101 | 10 | 11011 | 1011111 | 1000100 |
Color Harmonies of #FBA662
Complementary color
Monochromatic Colors of #FBA662
Black with #FBA662
Text Example
Text Example
White with #FBA662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA662; }
p { color: rgb(251,166,98); }
H1.HeaderClassName
{
color: #FBA662;
}
.AnyTagClassName
{
color: #FBA662;
}
</style>
background-color css
<style>
a { background-color: #FBA662; }
a { background-color: rgb(251,166,98); }
div.DivClassName
{
background-color: #FBA662;
}
.BgClassName
{
background-color: #FBA662;
}
</style>
border-color css
<style>
span { border-color: #FBA662; }
span { border-color: rgb(251,166,98); }
td.TdClassName
{
border-color: #FBA662;
}
.TagClassName
{
border-color: #FBA662;
}
</style>