Shades of Sandy Brown #FBA65E
Tints of Sandy Brown #FBA65E
RGB
CMYK
RGB Variations
Color information
#FBA65E (or 0xFBA65E) is known color: Sandy Brown. HEX triplet: FB, A6 and 5E. RGB value is (251,166,94). Sum of RGB (Red+Green+Blue) = 251+166+94=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 94 (37.11% from 255 or 18.40% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA65E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA65E is #0459A1. Grayscale: #B7B7B7. Windows color (decimal): -285090 or 6203131. OLE color: 6203131.
HSL color Cylindrical-coordinate representation of color #FBA65E: hue angle of 27.52º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBA65E is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 94 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.02 |
| HSL | 27.52º | 0.95% | 0.68% | - |
| HSV(B) | 27.52º | 0.63% | 0.98% | - |
| XYZ | 55.44 | 48.59 | 17.05 | - |
| YUV | 183.21 | 77.66 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 94 | 0 | 0.34 | 0.63 | 0.02 | 27.52 | 0.95 | 0.68 |
| Hex | FB | A6 | 5E | 0 | 22 | 3F | 2 | 1C | 5F | 44 |
| Octal | 373 | 246 | 136 | 0 | 42 | 77 | 2 | 34 | 137 | 104 |
| Binary | 11111011 | 10100110 | 1011110 | 0 | 100010 | 111111 | 10 | 11100 | 1011111 | 1000100 |
Color Harmonies of #FBA65E
Complementary color
Monochromatic Colors of #FBA65E
Black with #FBA65E
Text Example
Text Example
White with #FBA65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA65E; }
p { color: rgb(251,166,94); }
H1.HeaderClassName
{
color: #FBA65E;
}
.AnyTagClassName
{
color: #FBA65E;
}
</style>
background-color css
<style>
a { background-color: #FBA65E; }
a { background-color: rgb(251,166,94); }
div.DivClassName
{
background-color: #FBA65E;
}
.BgClassName
{
background-color: #FBA65E;
}
</style>
border-color css
<style>
span { border-color: #FBA65E; }
span { border-color: rgb(251,166,94); }
td.TdClassName
{
border-color: #FBA65E;
}
.TagClassName
{
border-color: #FBA65E;
}
</style>