Shades of Golden Sand #F0DE66
Tints of Golden Sand #F0DE66
RGB
CMYK
RGB Variations
Color information
#F0DE66 (or 0xF0DE66) is known color: Golden Sand. HEX triplet: F0, DE and 66. RGB value is (240,222,102). Sum of RGB (Red+Green+Blue) = 240+222+102=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 102 (40.23% from 255 or 18.09% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DE66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DE66 is #0F2199. Grayscale: #D6D6D6. Windows color (decimal): -991642 or 6741744. OLE color: 6741744.
HSL color Cylindrical-coordinate representation of color #F0DE66: hue angle of 52.17º 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 #F0DE66 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 222 | 102 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.06 |
| HSL | 52.17º | 0.82% | 0.67% | - |
| HSV(B) | 52.17º | 0.58% | 0.94% | - |
| XYZ | 64.45 | 71.73 | 23.02 | - |
| YUV | 213.7 | 64.96 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 102 | 0 | 0.08 | 0.58 | 0.06 | 52.17 | 0.82 | 0.67 |
| Hex | F0 | DE | 66 | 0 | 8 | 3A | 6 | 34 | 52 | 43 |
| Octal | 360 | 336 | 146 | 0 | 10 | 72 | 6 | 64 | 122 | 103 |
| Binary | 11110000 | 11011110 | 1100110 | 0 | 1000 | 111010 | 110 | 110100 | 1010010 | 1000011 |
Color Harmonies of #F0DE66
Complementary color
Monochromatic Colors of #F0DE66
Black with #F0DE66
Text Example
Text Example
White with #F0DE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DE66; }
p { color: rgb(240,222,102); }
H1.HeaderClassName
{
color: #F0DE66;
}
.AnyTagClassName
{
color: #F0DE66;
}
</style>
background-color css
<style>
a { background-color: #F0DE66; }
a { background-color: rgb(240,222,102); }
div.DivClassName
{
background-color: #F0DE66;
}
.BgClassName
{
background-color: #F0DE66;
}
</style>
border-color css
<style>
span { border-color: #F0DE66; }
span { border-color: rgb(240,222,102); }
td.TdClassName
{
border-color: #F0DE66;
}
.TagClassName
{
border-color: #F0DE66;
}
</style>