Shades of Sandy Brown #FBA558
Tints of Sandy Brown #FBA558
RGB
CMYK
RGB Variations
Color information
#FBA558 (or 0xFBA558) is known color: Sandy Brown. HEX triplet: FB, A5 and 58. RGB value is (251,165,88). Sum of RGB (Red+Green+Blue) = 251+165+88=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 88 (34.77% from 255 or 17.46% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA558 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA558 is #045AA7. Grayscale: #B6B6B6. Windows color (decimal): -285352 or 5809659. OLE color: 5809659.
HSL color Cylindrical-coordinate representation of color #FBA558: hue angle of 28.34º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FBA558 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 88 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.02 |
| HSL | 28.34º | 0.95% | 0.66% | - |
| HSV(B) | 28.34º | 0.65% | 0.98% | - |
| XYZ | 55 | 48.12 | 15.62 | - |
| YUV | 181.94 | 74.99 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 88 | 0 | 0.34 | 0.65 | 0.02 | 28.34 | 0.95 | 0.66 |
| Hex | FB | A5 | 58 | 0 | 22 | 41 | 2 | 1C | 5F | 42 |
| Octal | 373 | 245 | 130 | 0 | 42 | 101 | 2 | 34 | 137 | 102 |
| Binary | 11111011 | 10100101 | 1011000 | 0 | 100010 | 1000001 | 10 | 11100 | 1011111 | 1000010 |
Color Harmonies of #FBA558
Complementary color
Monochromatic Colors of #FBA558
Black with #FBA558
Text Example
Text Example
White with #FBA558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA558; }
p { color: rgb(251,165,88); }
H1.HeaderClassName
{
color: #FBA558;
}
.AnyTagClassName
{
color: #FBA558;
}
</style>
background-color css
<style>
a { background-color: #FBA558; }
a { background-color: rgb(251,165,88); }
div.DivClassName
{
background-color: #FBA558;
}
.BgClassName
{
background-color: #FBA558;
}
</style>
border-color css
<style>
span { border-color: #FBA558; }
span { border-color: rgb(251,165,88); }
td.TdClassName
{
border-color: #FBA558;
}
.TagClassName
{
border-color: #FBA558;
}
</style>