Shades of Golden Sand #F0C66E
Tints of Golden Sand #F0C66E
RGB
CMYK
RGB Variations
Color information
#F0C66E (or 0xF0C66E) is known color: Golden Sand. HEX triplet: F0, C6 and 6E. RGB value is (240,198,110). Sum of RGB (Red+Green+Blue) = 240+198+110=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 110 (43.36% from 255 or 20.07% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C66E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C66E is #0F3991. Grayscale: #C8C8C8. Windows color (decimal): -997778 or 7259888. OLE color: 7259888.
HSL color Cylindrical-coordinate representation of color #F0C66E: hue angle of 40.62º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0C66E is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 198 | 110 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.06 |
| HSL | 40.62º | 0.81% | 0.69% | - |
| HSV(B) | 40.62º | 0.54% | 0.94% | - |
| XYZ | 58.94 | 60.04 | 23.23 | - |
| YUV | 200.53 | 76.91 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 198 | 110 | 0 | 0.18 | 0.54 | 0.06 | 40.62 | 0.81 | 0.69 |
| Hex | F0 | C6 | 6E | 0 | 12 | 36 | 6 | 29 | 51 | 45 |
| Octal | 360 | 306 | 156 | 0 | 22 | 66 | 6 | 51 | 121 | 105 |
| Binary | 11110000 | 11000110 | 1101110 | 0 | 10010 | 110110 | 110 | 101001 | 1010001 | 1000101 |
Color Harmonies of #F0C66E
Complementary color
Monochromatic Colors of #F0C66E
Black with #F0C66E
Text Example
Text Example
White with #F0C66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C66E; }
p { color: rgb(240,198,110); }
H1.HeaderClassName
{
color: #F0C66E;
}
.AnyTagClassName
{
color: #F0C66E;
}
</style>
background-color css
<style>
a { background-color: #F0C66E; }
a { background-color: rgb(240,198,110); }
div.DivClassName
{
background-color: #F0C66E;
}
.BgClassName
{
background-color: #F0C66E;
}
</style>
border-color css
<style>
span { border-color: #F0C66E; }
span { border-color: rgb(240,198,110); }
td.TdClassName
{
border-color: #F0C66E;
}
.TagClassName
{
border-color: #F0C66E;
}
</style>