Shades of Sandy Brown #FBA55D
Tints of Sandy Brown #FBA55D
RGB
CMYK
RGB Variations
Color information
#FBA55D (or 0xFBA55D) is known color: Sandy Brown. HEX triplet: FB, A5 and 5D. RGB value is (251,165,93). Sum of RGB (Red+Green+Blue) = 251+165+93=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA55D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA55D is #045AA2. Grayscale: #B6B6B6. Windows color (decimal): -285347 or 6137339. OLE color: 6137339.
HSL color Cylindrical-coordinate representation of color #FBA55D: hue angle of 27.34º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBA55D is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 93 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.02 |
| HSL | 27.34º | 0.95% | 0.67% | - |
| HSV(B) | 27.34º | 0.63% | 0.98% | - |
| XYZ | 55.21 | 48.21 | 16.75 | - |
| YUV | 182.51 | 77.49 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 93 | 0 | 0.34 | 0.63 | 0.02 | 27.34 | 0.95 | 0.67 |
| Hex | FB | A5 | 5D | 0 | 22 | 3F | 2 | 1B | 5F | 43 |
| Octal | 373 | 245 | 135 | 0 | 42 | 77 | 2 | 33 | 137 | 103 |
| Binary | 11111011 | 10100101 | 1011101 | 0 | 100010 | 111111 | 10 | 11011 | 1011111 | 1000011 |
Color Harmonies of #FBA55D
Complementary color
Monochromatic Colors of #FBA55D
Black with #FBA55D
Text Example
Text Example
White with #FBA55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA55D; }
p { color: rgb(251,165,93); }
H1.HeaderClassName
{
color: #FBA55D;
}
.AnyTagClassName
{
color: #FBA55D;
}
</style>
background-color css
<style>
a { background-color: #FBA55D; }
a { background-color: rgb(251,165,93); }
div.DivClassName
{
background-color: #FBA55D;
}
.BgClassName
{
background-color: #FBA55D;
}
</style>
border-color css
<style>
span { border-color: #FBA55D; }
span { border-color: rgb(251,165,93); }
td.TdClassName
{
border-color: #FBA55D;
}
.TagClassName
{
border-color: #FBA55D;
}
</style>