Shades of Golden Sand #F0D26D
Tints of Golden Sand #F0D26D
RGB
CMYK
RGB Variations
Color information
#F0D26D (or 0xF0D26D) is known color: Golden Sand. HEX triplet: F0, D2 and 6D. RGB value is (240,210,109). Sum of RGB (Red+Green+Blue) = 240+210+109=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 109 (42.97% from 255 or 19.50% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D26D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D26D is #0F2D92. Grayscale: #CFCFCF. Windows color (decimal): -994707 or 7197424. OLE color: 7197424.
HSL color Cylindrical-coordinate representation of color #F0D26D: hue angle of 46.26º 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 #F0D26D is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 109 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.06 |
| HSL | 46.26º | 0.81% | 0.68% | - |
| HSV(B) | 46.26º | 0.55% | 0.94% | - |
| XYZ | 61.74 | 65.72 | 23.9 | - |
| YUV | 207.46 | 72.44 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 109 | 0 | 0.12 | 0.55 | 0.06 | 46.26 | 0.81 | 0.68 |
| Hex | F0 | D2 | 6D | 0 | C | 37 | 6 | 2E | 51 | 44 |
| Octal | 360 | 322 | 155 | 0 | 14 | 67 | 6 | 56 | 121 | 104 |
| Binary | 11110000 | 11010010 | 1101101 | 0 | 1100 | 110111 | 110 | 101110 | 1010001 | 1000100 |
Color Harmonies of #F0D26D
Complementary color
Monochromatic Colors of #F0D26D
Black with #F0D26D
Text Example
Text Example
White with #F0D26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D26D; }
p { color: rgb(240,210,109); }
H1.HeaderClassName
{
color: #F0D26D;
}
.AnyTagClassName
{
color: #F0D26D;
}
</style>
background-color css
<style>
a { background-color: #F0D26D; }
a { background-color: rgb(240,210,109); }
div.DivClassName
{
background-color: #F0D26D;
}
.BgClassName
{
background-color: #F0D26D;
}
</style>
border-color css
<style>
span { border-color: #F0D26D; }
span { border-color: rgb(240,210,109); }
td.TdClassName
{
border-color: #F0D26D;
}
.TagClassName
{
border-color: #F0D26D;
}
</style>