Shades of Golden Sand #F0D46C
Tints of Golden Sand #F0D46C
RGB
CMYK
RGB Variations
Color information
#F0D46C (or 0xF0D46C) is known color: Golden Sand. HEX triplet: F0, D4 and 6C. RGB value is (240,212,108). Sum of RGB (Red+Green+Blue) = 240+212+108=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 108 (42.58% from 255 or 19.29% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D46C is #0F2B93. Grayscale: #D0D0D0. Windows color (decimal): -994196 or 7132400. OLE color: 7132400.
HSL color Cylindrical-coordinate representation of color #F0D46C: hue angle of 47.27º 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 #F0D46C is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 108 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.06 |
| HSL | 47.27º | 0.81% | 0.68% | - |
| HSV(B) | 47.27º | 0.55% | 0.94% | - |
| XYZ | 62.19 | 66.69 | 23.78 | - |
| YUV | 208.52 | 71.28 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 108 | 0 | 0.12 | 0.55 | 0.06 | 47.27 | 0.81 | 0.68 |
| Hex | F0 | D4 | 6C | 0 | C | 37 | 6 | 2F | 51 | 44 |
| Octal | 360 | 324 | 154 | 0 | 14 | 67 | 6 | 57 | 121 | 104 |
| Binary | 11110000 | 11010100 | 1101100 | 0 | 1100 | 110111 | 110 | 101111 | 1010001 | 1000100 |
Color Harmonies of #F0D46C
Complementary color
Monochromatic Colors of #F0D46C
Black with #F0D46C
Text Example
Text Example
White with #F0D46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D46C; }
p { color: rgb(240,212,108); }
H1.HeaderClassName
{
color: #F0D46C;
}
.AnyTagClassName
{
color: #F0D46C;
}
</style>
background-color css
<style>
a { background-color: #F0D46C; }
a { background-color: rgb(240,212,108); }
div.DivClassName
{
background-color: #F0D46C;
}
.BgClassName
{
background-color: #F0D46C;
}
</style>
border-color css
<style>
span { border-color: #F0D46C; }
span { border-color: rgb(240,212,108); }
td.TdClassName
{
border-color: #F0D46C;
}
.TagClassName
{
border-color: #F0D46C;
}
</style>