Shades of Golden Sand #F0D266
Tints of Golden Sand #F0D266
RGB
CMYK
RGB Variations
Color information
#F0D266 (or 0xF0D266) is known color: Golden Sand. HEX triplet: F0, D2 and 66. RGB value is (240,210,102). Sum of RGB (Red+Green+Blue) = 240+210+102=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 102 (40.23% from 255 or 18.48% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D266 is #0F2D99. Grayscale: #CFCFCF. Windows color (decimal): -994714 or 6738672. OLE color: 6738672.
HSL color Cylindrical-coordinate representation of color #F0D266: hue angle of 46.96º 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 #F0D266 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 102 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.06 |
| HSL | 46.96º | 0.82% | 0.67% | - |
| HSV(B) | 46.96º | 0.58% | 0.94% | - |
| XYZ | 61.38 | 65.58 | 21.99 | - |
| YUV | 206.66 | 68.94 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 102 | 0 | 0.12 | 0.58 | 0.06 | 46.96 | 0.82 | 0.67 |
| Hex | F0 | D2 | 66 | 0 | C | 3A | 6 | 2F | 52 | 43 |
| Octal | 360 | 322 | 146 | 0 | 14 | 72 | 6 | 57 | 122 | 103 |
| Binary | 11110000 | 11010010 | 1100110 | 0 | 1100 | 111010 | 110 | 101111 | 1010010 | 1000011 |
Color Harmonies of #F0D266
Complementary color
Monochromatic Colors of #F0D266
Black with #F0D266
Text Example
Text Example
White with #F0D266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D266; }
p { color: rgb(240,210,102); }
H1.HeaderClassName
{
color: #F0D266;
}
.AnyTagClassName
{
color: #F0D266;
}
</style>
background-color css
<style>
a { background-color: #F0D266; }
a { background-color: rgb(240,210,102); }
div.DivClassName
{
background-color: #F0D266;
}
.BgClassName
{
background-color: #F0D266;
}
</style>
border-color css
<style>
span { border-color: #F0D266; }
span { border-color: rgb(240,210,102); }
td.TdClassName
{
border-color: #F0D266;
}
.TagClassName
{
border-color: #F0D266;
}
</style>