Shades of Golden Sand #F0C666
Tints of Golden Sand #F0C666
RGB
CMYK
RGB Variations
Color information
#F0C666 (or 0xF0C666) is known color: Golden Sand. HEX triplet: F0, C6 and 66. RGB value is (240,198,102). Sum of RGB (Red+Green+Blue) = 240+198+102=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 102 (40.23% from 255 or 18.89% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C666 is #0F3999. Grayscale: #C8C8C8. Windows color (decimal): -997786 or 6735600. OLE color: 6735600.
HSL color Cylindrical-coordinate representation of color #F0C666: hue angle of 41.74º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0C666 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 198 | 102 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.06 |
| HSL | 41.74º | 0.82% | 0.67% | - |
| HSV(B) | 41.74º | 0.58% | 0.94% | - |
| XYZ | 58.53 | 59.87 | 21.04 | - |
| YUV | 199.61 | 72.91 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 198 | 102 | 0 | 0.18 | 0.58 | 0.06 | 41.74 | 0.82 | 0.67 |
| Hex | F0 | C6 | 66 | 0 | 12 | 3A | 6 | 2A | 52 | 43 |
| Octal | 360 | 306 | 146 | 0 | 22 | 72 | 6 | 52 | 122 | 103 |
| Binary | 11110000 | 11000110 | 1100110 | 0 | 10010 | 111010 | 110 | 101010 | 1010010 | 1000011 |
Color Harmonies of #F0C666
Complementary color
Monochromatic Colors of #F0C666
Black with #F0C666
Text Example
Text Example
White with #F0C666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C666; }
p { color: rgb(240,198,102); }
H1.HeaderClassName
{
color: #F0C666;
}
.AnyTagClassName
{
color: #F0C666;
}
</style>
background-color css
<style>
a { background-color: #F0C666; }
a { background-color: rgb(240,198,102); }
div.DivClassName
{
background-color: #F0C666;
}
.BgClassName
{
background-color: #F0C666;
}
</style>
border-color css
<style>
span { border-color: #F0C666; }
span { border-color: rgb(240,198,102); }
td.TdClassName
{
border-color: #F0C666;
}
.TagClassName
{
border-color: #F0C666;
}
</style>