Shades of Sandy Brown #F2A159
Tints of Sandy Brown #F2A159
RGB
CMYK
RGB Variations
Color information
#F2A159 (or 0xF2A159) is known color: Sandy Brown. HEX triplet: F2, A1 and 59. RGB value is (242,161,89). Sum of RGB (Red+Green+Blue) = 242+161+89=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 89 (35.16% from 255 or 18.09% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A159 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A159 is #0D5EA6. Grayscale: #B1B1B1. Windows color (decimal): -876199 or 5874162. OLE color: 5874162.
HSL color Cylindrical-coordinate representation of color #F2A159: hue angle of 28.24º 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 #F2A159 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 161 | 89 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.05 |
| HSL | 28.24º | 0.85% | 0.65% | - |
| HSV(B) | 28.24º | 0.63% | 0.95% | - |
| XYZ | 51.17 | 45.09 | 15.46 | - |
| YUV | 177.01 | 78.34 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 161 | 89 | 0 | 0.33 | 0.63 | 0.05 | 28.24 | 0.85 | 0.65 |
| Hex | F2 | A1 | 59 | 0 | 21 | 3F | 5 | 1C | 55 | 41 |
| Octal | 362 | 241 | 131 | 0 | 41 | 77 | 5 | 34 | 125 | 101 |
| Binary | 11110010 | 10100001 | 1011001 | 0 | 100001 | 111111 | 101 | 11100 | 1010101 | 1000001 |
Color Harmonies of #F2A159
Complementary color
Monochromatic Colors of #F2A159
Black with #F2A159
Text Example
Text Example
White with #F2A159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A159; }
p { color: rgb(242,161,89); }
H1.HeaderClassName
{
color: #F2A159;
}
.AnyTagClassName
{
color: #F2A159;
}
</style>
background-color css
<style>
a { background-color: #F2A159; }
a { background-color: rgb(242,161,89); }
div.DivClassName
{
background-color: #F2A159;
}
.BgClassName
{
background-color: #F2A159;
}
</style>
border-color css
<style>
span { border-color: #F2A159; }
span { border-color: rgb(242,161,89); }
td.TdClassName
{
border-color: #F2A159;
}
.TagClassName
{
border-color: #F2A159;
}
</style>