Shades of Sandy Brown #FBA65F
Tints of Sandy Brown #FBA65F
RGB
CMYK
RGB Variations
Color information
#FBA65F (or 0xFBA65F) is known color: Sandy Brown. HEX triplet: FB, A6 and 5F. RGB value is (251,166,95). Sum of RGB (Red+Green+Blue) = 251+166+95=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA65F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA65F is #0459A0. Grayscale: #B7B7B7. Windows color (decimal): -285089 or 6268667. OLE color: 6268667.
HSL color Cylindrical-coordinate representation of color #FBA65F: hue angle of 27.31º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FBA65F is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 95 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.02 |
| HSL | 27.31º | 0.95% | 0.68% | - |
| HSV(B) | 27.31º | 0.62% | 0.98% | - |
| XYZ | 55.49 | 48.61 | 17.28 | - |
| YUV | 183.32 | 78.16 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 95 | 0 | 0.34 | 0.62 | 0.02 | 27.31 | 0.95 | 0.68 |
| Hex | FB | A6 | 5F | 0 | 22 | 3E | 2 | 1B | 5F | 44 |
| Octal | 373 | 246 | 137 | 0 | 42 | 76 | 2 | 33 | 137 | 104 |
| Binary | 11111011 | 10100110 | 1011111 | 0 | 100010 | 111110 | 10 | 11011 | 1011111 | 1000100 |
Color Harmonies of #FBA65F
Complementary color
Monochromatic Colors of #FBA65F
Black with #FBA65F
Text Example
Text Example
White with #FBA65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA65F; }
p { color: rgb(251,166,95); }
H1.HeaderClassName
{
color: #FBA65F;
}
.AnyTagClassName
{
color: #FBA65F;
}
</style>
background-color css
<style>
a { background-color: #FBA65F; }
a { background-color: rgb(251,166,95); }
div.DivClassName
{
background-color: #FBA65F;
}
.BgClassName
{
background-color: #FBA65F;
}
</style>
border-color css
<style>
span { border-color: #FBA65F; }
span { border-color: rgb(251,166,95); }
td.TdClassName
{
border-color: #FBA65F;
}
.TagClassName
{
border-color: #FBA65F;
}
</style>