Shades of Golden Sand #F0D16C
Tints of Golden Sand #F0D16C
RGB
CMYK
RGB Variations
Color information
#F0D16C (or 0xF0D16C) is known color: Golden Sand. HEX triplet: F0, D1 and 6C. RGB value is (240,209,108). Sum of RGB (Red+Green+Blue) = 240+209+108=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 108 (42.58% from 255 or 19.39% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D16C is #0F2E93. Grayscale: #CFCFCF. Windows color (decimal): -994964 or 7131632. OLE color: 7131632.
HSL color Cylindrical-coordinate representation of color #F0D16C: hue angle of 45.91º 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 #F0D16C is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 108 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.06 |
| HSL | 45.91º | 0.81% | 0.68% | - |
| HSV(B) | 45.91º | 0.55% | 0.94% | - |
| XYZ | 61.44 | 65.21 | 23.54 | - |
| YUV | 206.76 | 72.27 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 108 | 0 | 0.13 | 0.55 | 0.06 | 45.91 | 0.81 | 0.68 |
| Hex | F0 | D1 | 6C | 0 | D | 37 | 6 | 2E | 51 | 44 |
| Octal | 360 | 321 | 154 | 0 | 15 | 67 | 6 | 56 | 121 | 104 |
| Binary | 11110000 | 11010001 | 1101100 | 0 | 1101 | 110111 | 110 | 101110 | 1010001 | 1000100 |
Color Harmonies of #F0D16C
Complementary color
Monochromatic Colors of #F0D16C
Black with #F0D16C
Text Example
Text Example
White with #F0D16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D16C; }
p { color: rgb(240,209,108); }
H1.HeaderClassName
{
color: #F0D16C;
}
.AnyTagClassName
{
color: #F0D16C;
}
</style>
background-color css
<style>
a { background-color: #F0D16C; }
a { background-color: rgb(240,209,108); }
div.DivClassName
{
background-color: #F0D16C;
}
.BgClassName
{
background-color: #F0D16C;
}
</style>
border-color css
<style>
span { border-color: #F0D16C; }
span { border-color: rgb(240,209,108); }
td.TdClassName
{
border-color: #F0D16C;
}
.TagClassName
{
border-color: #F0D16C;
}
</style>