Shades of Sandy Brown #F0A160
Tints of Sandy Brown #F0A160
RGB
CMYK
RGB Variations
Color information
#F0A160 (or 0xF0A160) is known color: Sandy Brown. HEX triplet: F0, A1 and 60. RGB value is (240,161,96). Sum of RGB (Red+Green+Blue) = 240+161+96=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A160 is #0F5E9F. Grayscale: #B1B1B1. Windows color (decimal): -1007264 or 6332912. OLE color: 6332912.
HSL color Cylindrical-coordinate representation of color #F0A160: hue angle of 27.08º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0A160 is Cyan = 0, Magento = 0.33, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 161 | 96 | - |
| CMYK | 0 | 0.33 | 0.6 | 0.06 |
| HSL | 27.08º | 0.83% | 0.66% | - |
| HSV(B) | 27.08º | 0.6% | 0.94% | - |
| XYZ | 50.79 | 44.86 | 17.05 | - |
| YUV | 177.21 | 82.17 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 161 | 96 | 0 | 0.33 | 0.6 | 0.06 | 27.08 | 0.83 | 0.66 |
| Hex | F0 | A1 | 60 | 0 | 21 | 3C | 6 | 1B | 53 | 42 |
| Octal | 360 | 241 | 140 | 0 | 41 | 74 | 6 | 33 | 123 | 102 |
| Binary | 11110000 | 10100001 | 1100000 | 0 | 100001 | 111100 | 110 | 11011 | 1010011 | 1000010 |
Color Harmonies of #F0A160
Complementary color
Monochromatic Colors of #F0A160
Black with #F0A160
Text Example
Text Example
White with #F0A160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A160; }
p { color: rgb(240,161,96); }
H1.HeaderClassName
{
color: #F0A160;
}
.AnyTagClassName
{
color: #F0A160;
}
</style>
background-color css
<style>
a { background-color: #F0A160; }
a { background-color: rgb(240,161,96); }
div.DivClassName
{
background-color: #F0A160;
}
.BgClassName
{
background-color: #F0A160;
}
</style>
border-color css
<style>
span { border-color: #F0A160; }
span { border-color: rgb(240,161,96); }
td.TdClassName
{
border-color: #F0A160;
}
.TagClassName
{
border-color: #F0A160;
}
</style>