Shades of Sandy Brown #F0A859
Tints of Sandy Brown #F0A859
RGB
CMYK
RGB Variations
Color information
#F0A859 (or 0xF0A859) is known color: Sandy Brown. HEX triplet: F0, A8 and 59. RGB value is (240,168,89). Sum of RGB (Red+Green+Blue) = 240+168+89=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 89 (35.16% from 255 or 17.91% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A859 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A859 is #0F57A6. Grayscale: #B4B4B4. Windows color (decimal): -1005479 or 5875952. OLE color: 5875952.
HSL color Cylindrical-coordinate representation of color #F0A859: hue angle of 31.39º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0A859 is Cyan = 0, Magento = 0.3, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 168 | 89 | - |
| CMYK | 0 | 0.3 | 0.63 | 0.06 |
| HSL | 31.39º | 0.83% | 0.65% | - |
| HSV(B) | 31.39º | 0.63% | 0.94% | - |
| XYZ | 51.74 | 47.25 | 15.84 | - |
| YUV | 180.52 | 76.35 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 89 | 0 | 0.3 | 0.63 | 0.06 | 31.39 | 0.83 | 0.65 |
| Hex | F0 | A8 | 59 | 0 | 1E | 3F | 6 | 1F | 53 | 41 |
| Octal | 360 | 250 | 131 | 0 | 36 | 77 | 6 | 37 | 123 | 101 |
| Binary | 11110000 | 10101000 | 1011001 | 0 | 11110 | 111111 | 110 | 11111 | 1010011 | 1000001 |
Color Harmonies of #F0A859
Complementary color
Monochromatic Colors of #F0A859
Black with #F0A859
Text Example
Text Example
White with #F0A859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A859; }
p { color: rgb(240,168,89); }
H1.HeaderClassName
{
color: #F0A859;
}
.AnyTagClassName
{
color: #F0A859;
}
</style>
background-color css
<style>
a { background-color: #F0A859; }
a { background-color: rgb(240,168,89); }
div.DivClassName
{
background-color: #F0A859;
}
.BgClassName
{
background-color: #F0A859;
}
</style>
border-color css
<style>
span { border-color: #F0A859; }
span { border-color: rgb(240,168,89); }
td.TdClassName
{
border-color: #F0A859;
}
.TagClassName
{
border-color: #F0A859;
}
</style>