Shades of Sandy Brown #F0AD62
Tints of Sandy Brown #F0AD62
RGB
CMYK
RGB Variations
Color information
#F0AD62 (or 0xF0AD62) is known color: Sandy Brown. HEX triplet: F0, AD and 62. RGB value is (240,173,98). Sum of RGB (Red+Green+Blue) = 240+173+98=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AD62 is #0F529D. Grayscale: #B8B8B8. Windows color (decimal): -1004190 or 6467056. OLE color: 6467056.
HSL color Cylindrical-coordinate representation of color #F0AD62: hue angle of 31.69º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0AD62 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 98 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.06 |
| HSL | 31.69º | 0.83% | 0.66% | - |
| HSV(B) | 31.69º | 0.59% | 0.94% | - |
| XYZ | 53.08 | 49.29 | 18.27 | - |
| YUV | 184.48 | 79.2 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 98 | 0 | 0.28 | 0.59 | 0.06 | 31.69 | 0.83 | 0.66 |
| Hex | F0 | AD | 62 | 0 | 1C | 3B | 6 | 20 | 53 | 42 |
| Octal | 360 | 255 | 142 | 0 | 34 | 73 | 6 | 40 | 123 | 102 |
| Binary | 11110000 | 10101101 | 1100010 | 0 | 11100 | 111011 | 110 | 100000 | 1010011 | 1000010 |
Color Harmonies of #F0AD62
Complementary color
Monochromatic Colors of #F0AD62
Black with #F0AD62
Text Example
Text Example
White with #F0AD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD62; }
p { color: rgb(240,173,98); }
H1.HeaderClassName
{
color: #F0AD62;
}
.AnyTagClassName
{
color: #F0AD62;
}
</style>
background-color css
<style>
a { background-color: #F0AD62; }
a { background-color: rgb(240,173,98); }
div.DivClassName
{
background-color: #F0AD62;
}
.BgClassName
{
background-color: #F0AD62;
}
</style>
border-color css
<style>
span { border-color: #F0AD62; }
span { border-color: rgb(240,173,98); }
td.TdClassName
{
border-color: #F0AD62;
}
.TagClassName
{
border-color: #F0AD62;
}
</style>