Shades of Sandy Brown #FBA55F
Tints of Sandy Brown #FBA55F
RGB
CMYK
RGB Variations
Color information
#FBA55F (or 0xFBA55F) is known color: Sandy Brown. HEX triplet: FB, A5 and 5F. RGB value is (251,165,95). Sum of RGB (Red+Green+Blue) = 251+165+95=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 95 (37.5% from 255 or 18.59% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA55F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA55F is #045AA0. Grayscale: #B7B7B7. Windows color (decimal): -285345 or 6268411. OLE color: 6268411.
HSL color Cylindrical-coordinate representation of color #FBA55F: hue angle of 26.92º 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 #FBA55F is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 95 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.02 |
| HSL | 26.92º | 0.95% | 0.68% | - |
| HSV(B) | 26.92º | 0.62% | 0.98% | - |
| XYZ | 55.3 | 48.25 | 17.22 | - |
| YUV | 182.73 | 78.49 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 95 | 0 | 0.34 | 0.62 | 0.02 | 26.92 | 0.95 | 0.68 |
| Hex | FB | A5 | 5F | 0 | 22 | 3E | 2 | 1B | 5F | 44 |
| Octal | 373 | 245 | 137 | 0 | 42 | 76 | 2 | 33 | 137 | 104 |
| Binary | 11111011 | 10100101 | 1011111 | 0 | 100010 | 111110 | 10 | 11011 | 1011111 | 1000100 |
Color Harmonies of #FBA55F
Complementary color
Monochromatic Colors of #FBA55F
Black with #FBA55F
Text Example
Text Example
White with #FBA55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA55F; }
p { color: rgb(251,165,95); }
H1.HeaderClassName
{
color: #FBA55F;
}
.AnyTagClassName
{
color: #FBA55F;
}
</style>
background-color css
<style>
a { background-color: #FBA55F; }
a { background-color: rgb(251,165,95); }
div.DivClassName
{
background-color: #FBA55F;
}
.BgClassName
{
background-color: #FBA55F;
}
</style>
border-color css
<style>
span { border-color: #FBA55F; }
span { border-color: rgb(251,165,95); }
td.TdClassName
{
border-color: #FBA55F;
}
.TagClassName
{
border-color: #FBA55F;
}
</style>