Shades of Sandy Brown #F5A059
Tints of Sandy Brown #F5A059
RGB
CMYK
RGB Variations
Color information
#F5A059 (or 0xF5A059) is known color: Sandy Brown. HEX triplet: F5, A0 and 59. RGB value is (245,160,89). Sum of RGB (Red+Green+Blue) = 245+160+89=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 89 (35.16% from 255 or 18.02% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A059 is #0A5FA6. Grayscale: #B1B1B1. Windows color (decimal): -679847 or 5873909. OLE color: 5873909.
HSL color Cylindrical-coordinate representation of color #F5A059: hue angle of 27.31º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F5A059 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 160 | 89 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.04 |
| HSL | 27.31º | 0.89% | 0.65% | - |
| HSV(B) | 27.31º | 0.64% | 0.96% | - |
| XYZ | 52.03 | 45.28 | 15.45 | - |
| YUV | 177.32 | 78.16 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 160 | 89 | 0 | 0.35 | 0.64 | 0.04 | 27.31 | 0.89 | 0.65 |
| Hex | F5 | A0 | 59 | 0 | 23 | 40 | 4 | 1B | 59 | 41 |
| Octal | 365 | 240 | 131 | 0 | 43 | 100 | 4 | 33 | 131 | 101 |
| Binary | 11110101 | 10100000 | 1011001 | 0 | 100011 | 1000000 | 100 | 11011 | 1011001 | 1000001 |
Color Harmonies of #F5A059
Complementary color
Monochromatic Colors of #F5A059
Black with #F5A059
Text Example
Text Example
White with #F5A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A059; }
p { color: rgb(245,160,89); }
H1.HeaderClassName
{
color: #F5A059;
}
.AnyTagClassName
{
color: #F5A059;
}
</style>
background-color css
<style>
a { background-color: #F5A059; }
a { background-color: rgb(245,160,89); }
div.DivClassName
{
background-color: #F5A059;
}
.BgClassName
{
background-color: #F5A059;
}
</style>
border-color css
<style>
span { border-color: #F5A059; }
span { border-color: rgb(245,160,89); }
td.TdClassName
{
border-color: #F5A059;
}
.TagClassName
{
border-color: #F5A059;
}
</style>