Shades of Golden Sand #F0D86E
Tints of Golden Sand #F0D86E
RGB
CMYK
RGB Variations
Color information
#F0D86E (or 0xF0D86E) is known color: Golden Sand. HEX triplet: F0, D8 and 6E. RGB value is (240,216,110). Sum of RGB (Red+Green+Blue) = 240+216+110=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 110 (43.36% from 255 or 19.43% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D86E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D86E is #0F2791. Grayscale: #D3D3D3. Windows color (decimal): -993170 or 7264496. OLE color: 7264496.
HSL color Cylindrical-coordinate representation of color #F0D86E: hue angle of 48.92º 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 #F0D86E is Cyan = 0, Magento = 0.1, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 110 | - |
| CMYK | 0 | 0.1 | 0.54 | 0.06 |
| HSL | 48.92º | 0.81% | 0.69% | - |
| HSV(B) | 48.92º | 0.54% | 0.94% | - |
| XYZ | 63.31 | 68.76 | 24.69 | - |
| YUV | 211.09 | 70.95 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 110 | 0 | 0.1 | 0.54 | 0.06 | 48.92 | 0.81 | 0.69 |
| Hex | F0 | D8 | 6E | 0 | A | 36 | 6 | 31 | 51 | 45 |
| Octal | 360 | 330 | 156 | 0 | 12 | 66 | 6 | 61 | 121 | 105 |
| Binary | 11110000 | 11011000 | 1101110 | 0 | 1010 | 110110 | 110 | 110001 | 1010001 | 1000101 |
Color Harmonies of #F0D86E
Complementary color
Monochromatic Colors of #F0D86E
Black with #F0D86E
Text Example
Text Example
White with #F0D86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D86E; }
p { color: rgb(240,216,110); }
H1.HeaderClassName
{
color: #F0D86E;
}
.AnyTagClassName
{
color: #F0D86E;
}
</style>
background-color css
<style>
a { background-color: #F0D86E; }
a { background-color: rgb(240,216,110); }
div.DivClassName
{
background-color: #F0D86E;
}
.BgClassName
{
background-color: #F0D86E;
}
</style>
border-color css
<style>
span { border-color: #F0D86E; }
span { border-color: rgb(240,216,110); }
td.TdClassName
{
border-color: #F0D86E;
}
.TagClassName
{
border-color: #F0D86E;
}
</style>