Shades of Sandy Brown #F9A059
Tints of Sandy Brown #F9A059
RGB
CMYK
RGB Variations
Color information
#F9A059 (or 0xF9A059) is known color: Sandy Brown. HEX triplet: F9, A0 and 59. RGB value is (249,160,89). Sum of RGB (Red+Green+Blue) = 249+160+89=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 89 (35.16% from 255 or 17.87% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A059 is #065FA6. Grayscale: #B2B2B2. Windows color (decimal): -417703 or 5873913. OLE color: 5873913.
HSL color Cylindrical-coordinate representation of color #F9A059: hue angle of 26.62º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F9A059 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 89 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.02 |
| HSL | 26.63º | 0.93% | 0.66% | - |
| HSV(B) | 26.63º | 0.64% | 0.98% | - |
| XYZ | 53.44 | 46 | 15.51 | - |
| YUV | 178.52 | 77.49 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 89 | 0 | 0.36 | 0.64 | 0.02 | 26.63 | 0.93 | 0.66 |
| Hex | F9 | A0 | 59 | 0 | 24 | 40 | 2 | 1B | 5D | 42 |
| Octal | 371 | 240 | 131 | 0 | 44 | 100 | 2 | 33 | 135 | 102 |
| Binary | 11111001 | 10100000 | 1011001 | 0 | 100100 | 1000000 | 10 | 11011 | 1011101 | 1000010 |
Color Harmonies of #F9A059
Complementary color
Monochromatic Colors of #F9A059
Black with #F9A059
Text Example
Text Example
White with #F9A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A059; }
p { color: rgb(249,160,89); }
H1.HeaderClassName
{
color: #F9A059;
}
.AnyTagClassName
{
color: #F9A059;
}
</style>
background-color css
<style>
a { background-color: #F9A059; }
a { background-color: rgb(249,160,89); }
div.DivClassName
{
background-color: #F9A059;
}
.BgClassName
{
background-color: #F9A059;
}
</style>
border-color css
<style>
span { border-color: #F9A059; }
span { border-color: rgb(249,160,89); }
td.TdClassName
{
border-color: #F9A059;
}
.TagClassName
{
border-color: #F9A059;
}
</style>