Shades of Sandy Brown #F0A960
Tints of Sandy Brown #F0A960
RGB
CMYK
RGB Variations
Color information
#F0A960 (or 0xF0A960) is known color: Sandy Brown. HEX triplet: F0, A9 and 60. RGB value is (240,169,96). Sum of RGB (Red+Green+Blue) = 240+169+96=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 96 (37.89% from 255 or 19.01% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A960 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A960 is #0F569F. Grayscale: #B6B6B6. Windows color (decimal): -1005216 or 6334960. OLE color: 6334960.
HSL color Cylindrical-coordinate representation of color #F0A960: hue angle of 30.42º 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 #F0A960 is Cyan = 0, Magento = 0.30, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 169 | 96 | - |
| CMYK | 0 | 0.30 | 0.6 | 0.06 |
| HSL | 30.42º | 0.83% | 0.66% | - |
| HSV(B) | 30.42º | 0.6% | 0.94% | - |
| XYZ | 52.23 | 47.75 | 17.53 | - |
| YUV | 181.91 | 79.52 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 169 | 96 | 0 | 0.30 | 0.6 | 0.06 | 30.42 | 0.83 | 0.66 |
| Hex | F0 | A9 | 60 | 0 | 1E | 3C | 6 | 1E | 53 | 42 |
| Octal | 360 | 251 | 140 | 0 | 36 | 74 | 6 | 36 | 123 | 102 |
| Binary | 11110000 | 10101001 | 1100000 | 0 | 11110 | 111100 | 110 | 11110 | 1010011 | 1000010 |
Color Harmonies of #F0A960
Complementary color
Monochromatic Colors of #F0A960
Black with #F0A960
Text Example
Text Example
White with #F0A960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A960; }
p { color: rgb(240,169,96); }
H1.HeaderClassName
{
color: #F0A960;
}
.AnyTagClassName
{
color: #F0A960;
}
</style>
background-color css
<style>
a { background-color: #F0A960; }
a { background-color: rgb(240,169,96); }
div.DivClassName
{
background-color: #F0A960;
}
.BgClassName
{
background-color: #F0A960;
}
</style>
border-color css
<style>
span { border-color: #F0A960; }
span { border-color: rgb(240,169,96); }
td.TdClassName
{
border-color: #F0A960;
}
.TagClassName
{
border-color: #F0A960;
}
</style>