Shades of Golden Sand #F0D86D
Tints of Golden Sand #F0D86D
RGB
CMYK
RGB Variations
Color information
#F0D86D (or 0xF0D86D) is known color: Golden Sand. HEX triplet: F0, D8 and 6D. RGB value is (240,216,109). Sum of RGB (Red+Green+Blue) = 240+216+109=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 109 (42.97% from 255 or 19.29% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D86D is #0F2792. Grayscale: #D3D3D3. Windows color (decimal): -993171 or 7198960. OLE color: 7198960.
HSL color Cylindrical-coordinate representation of color #F0D86D: hue angle of 49.01º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0D86D is Cyan = 0, Magento = 0.1, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 109 | - |
| CMYK | 0 | 0.1 | 0.55 | 0.06 |
| HSL | 49.01º | 0.81% | 0.68% | - |
| HSV(B) | 49.01º | 0.55% | 0.94% | - |
| XYZ | 63.25 | 68.74 | 24.4 | - |
| YUV | 210.98 | 70.45 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 109 | 0 | 0.1 | 0.55 | 0.06 | 49.01 | 0.81 | 0.68 |
| Hex | F0 | D8 | 6D | 0 | A | 37 | 6 | 31 | 51 | 44 |
| Octal | 360 | 330 | 155 | 0 | 12 | 67 | 6 | 61 | 121 | 104 |
| Binary | 11110000 | 11011000 | 1101101 | 0 | 1010 | 110111 | 110 | 110001 | 1010001 | 1000100 |
Color Harmonies of #F0D86D
Complementary color
Monochromatic Colors of #F0D86D
Black with #F0D86D
Text Example
Text Example
White with #F0D86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D86D; }
p { color: rgb(240,216,109); }
H1.HeaderClassName
{
color: #F0D86D;
}
.AnyTagClassName
{
color: #F0D86D;
}
</style>
background-color css
<style>
a { background-color: #F0D86D; }
a { background-color: rgb(240,216,109); }
div.DivClassName
{
background-color: #F0D86D;
}
.BgClassName
{
background-color: #F0D86D;
}
</style>
border-color css
<style>
span { border-color: #F0D86D; }
span { border-color: rgb(240,216,109); }
td.TdClassName
{
border-color: #F0D86D;
}
.TagClassName
{
border-color: #F0D86D;
}
</style>