Shades of Sandy Brown #F0AD60
Tints of Sandy Brown #F0AD60
RGB
CMYK
RGB Variations
Color information
#F0AD60 (or 0xF0AD60) is known color: Sandy Brown. HEX triplet: F0, AD and 60. RGB value is (240,173,96). Sum of RGB (Red+Green+Blue) = 240+173+96=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AD60 is #0F529F. Grayscale: #B8B8B8. Windows color (decimal): -1004192 or 6335984. OLE color: 6335984.
HSL color Cylindrical-coordinate representation of color #F0AD60: hue angle of 32.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 #F0AD60 is Cyan = 0, Magento = 0.28, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 96 | - |
| CMYK | 0 | 0.28 | 0.6 | 0.06 |
| HSL | 32.08º | 0.83% | 0.66% | - |
| HSV(B) | 32.08º | 0.6% | 0.94% | - |
| XYZ | 52.99 | 49.26 | 17.78 | - |
| YUV | 184.26 | 78.2 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 96 | 0 | 0.28 | 0.6 | 0.06 | 32.08 | 0.83 | 0.66 |
| Hex | F0 | AD | 60 | 0 | 1C | 3C | 6 | 20 | 53 | 42 |
| Octal | 360 | 255 | 140 | 0 | 34 | 74 | 6 | 40 | 123 | 102 |
| Binary | 11110000 | 10101101 | 1100000 | 0 | 11100 | 111100 | 110 | 100000 | 1010011 | 1000010 |
Color Harmonies of #F0AD60
Complementary color
Monochromatic Colors of #F0AD60
Black with #F0AD60
Text Example
Text Example
White with #F0AD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD60; }
p { color: rgb(240,173,96); }
H1.HeaderClassName
{
color: #F0AD60;
}
.AnyTagClassName
{
color: #F0AD60;
}
</style>
background-color css
<style>
a { background-color: #F0AD60; }
a { background-color: rgb(240,173,96); }
div.DivClassName
{
background-color: #F0AD60;
}
.BgClassName
{
background-color: #F0AD60;
}
</style>
border-color css
<style>
span { border-color: #F0AD60; }
span { border-color: rgb(240,173,96); }
td.TdClassName
{
border-color: #F0AD60;
}
.TagClassName
{
border-color: #F0AD60;
}
</style>