Shades of Sandy Brown #F0AB60
Tints of Sandy Brown #F0AB60
RGB
CMYK
RGB Variations
Color information
#F0AB60 (or 0xF0AB60) is known color: Sandy Brown. HEX triplet: F0, AB and 60. RGB value is (240,171,96). Sum of RGB (Red+Green+Blue) = 240+171+96=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AB60 is #0F549F. Grayscale: #B7B7B7. Windows color (decimal): -1004704 or 6335472. OLE color: 6335472.
HSL color Cylindrical-coordinate representation of color #F0AB60: hue angle of 31.25º 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 #F0AB60 is Cyan = 0, Magento = 0.29, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 96 | - |
| CMYK | 0 | 0.29 | 0.6 | 0.06 |
| HSL | 31.25º | 0.83% | 0.66% | - |
| HSV(B) | 31.25º | 0.6% | 0.94% | - |
| XYZ | 52.61 | 48.5 | 17.65 | - |
| YUV | 183.08 | 78.86 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 96 | 0 | 0.29 | 0.6 | 0.06 | 31.25 | 0.83 | 0.66 |
| Hex | F0 | AB | 60 | 0 | 1D | 3C | 6 | 1F | 53 | 42 |
| Octal | 360 | 253 | 140 | 0 | 35 | 74 | 6 | 37 | 123 | 102 |
| Binary | 11110000 | 10101011 | 1100000 | 0 | 11101 | 111100 | 110 | 11111 | 1010011 | 1000010 |
Color Harmonies of #F0AB60
Complementary color
Monochromatic Colors of #F0AB60
Black with #F0AB60
Text Example
Text Example
White with #F0AB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB60; }
p { color: rgb(240,171,96); }
H1.HeaderClassName
{
color: #F0AB60;
}
.AnyTagClassName
{
color: #F0AB60;
}
</style>
background-color css
<style>
a { background-color: #F0AB60; }
a { background-color: rgb(240,171,96); }
div.DivClassName
{
background-color: #F0AB60;
}
.BgClassName
{
background-color: #F0AB60;
}
</style>
border-color css
<style>
span { border-color: #F0AB60; }
span { border-color: rgb(240,171,96); }
td.TdClassName
{
border-color: #F0AB60;
}
.TagClassName
{
border-color: #F0AB60;
}
</style>