Shades of Sandy Brown #F2A059
Tints of Sandy Brown #F2A059
RGB
CMYK
RGB Variations
Color information
#F2A059 (or 0xF2A059) is known color: Sandy Brown. HEX triplet: F2, A0 and 59. RGB value is (242,160,89). Sum of RGB (Red+Green+Blue) = 242+160+89=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 89 (35.16% from 255 or 18.13% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A059 is #0D5FA6. Grayscale: #B0B0B0. Windows color (decimal): -876455 or 5873906. OLE color: 5873906.
HSL color Cylindrical-coordinate representation of color #F2A059: hue angle of 27.84º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2A059 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 89 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.05 |
| HSL | 27.84º | 0.85% | 0.65% | - |
| HSV(B) | 27.84º | 0.63% | 0.95% | - |
| XYZ | 50.99 | 44.74 | 15.4 | - |
| YUV | 176.42 | 78.67 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 89 | 0 | 0.34 | 0.63 | 0.05 | 27.84 | 0.85 | 0.65 |
| Hex | F2 | A0 | 59 | 0 | 22 | 3F | 5 | 1C | 55 | 41 |
| Octal | 362 | 240 | 131 | 0 | 42 | 77 | 5 | 34 | 125 | 101 |
| Binary | 11110010 | 10100000 | 1011001 | 0 | 100010 | 111111 | 101 | 11100 | 1010101 | 1000001 |
Color Harmonies of #F2A059
Complementary color
Monochromatic Colors of #F2A059
Black with #F2A059
Text Example
Text Example
White with #F2A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A059; }
p { color: rgb(242,160,89); }
H1.HeaderClassName
{
color: #F2A059;
}
.AnyTagClassName
{
color: #F2A059;
}
</style>
background-color css
<style>
a { background-color: #F2A059; }
a { background-color: rgb(242,160,89); }
div.DivClassName
{
background-color: #F2A059;
}
.BgClassName
{
background-color: #F2A059;
}
</style>
border-color css
<style>
span { border-color: #F2A059; }
span { border-color: rgb(242,160,89); }
td.TdClassName
{
border-color: #F2A059;
}
.TagClassName
{
border-color: #F2A059;
}
</style>