Shades of Golden Sand #F0D069
Tints of Golden Sand #F0D069
RGB
CMYK
RGB Variations
Color information
#F0D069 (or 0xF0D069) is known color: Golden Sand. HEX triplet: F0, D0 and 69. RGB value is (240,208,105). Sum of RGB (Red+Green+Blue) = 240+208+105=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 105 (41.41% from 255 or 18.99% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D069 is #0F2F96. Grayscale: #CECECE. Windows color (decimal): -995223 or 6934768. OLE color: 6934768.
HSL color Cylindrical-coordinate representation of color #F0D069: hue angle of 45.78º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0D069 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 105 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.06 |
| HSL | 45.78º | 0.82% | 0.68% | - |
| HSV(B) | 45.78º | 0.56% | 0.94% | - |
| XYZ | 61.04 | 64.66 | 22.63 | - |
| YUV | 205.83 | 71.1 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 105 | 0 | 0.13 | 0.56 | 0.06 | 45.78 | 0.82 | 0.68 |
| Hex | F0 | D0 | 69 | 0 | D | 38 | 6 | 2E | 52 | 44 |
| Octal | 360 | 320 | 151 | 0 | 15 | 70 | 6 | 56 | 122 | 104 |
| Binary | 11110000 | 11010000 | 1101001 | 0 | 1101 | 111000 | 110 | 101110 | 1010010 | 1000100 |
Color Harmonies of #F0D069
Complementary color
Monochromatic Colors of #F0D069
Black with #F0D069
Text Example
Text Example
White with #F0D069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D069; }
p { color: rgb(240,208,105); }
H1.HeaderClassName
{
color: #F0D069;
}
.AnyTagClassName
{
color: #F0D069;
}
</style>
background-color css
<style>
a { background-color: #F0D069; }
a { background-color: rgb(240,208,105); }
div.DivClassName
{
background-color: #F0D069;
}
.BgClassName
{
background-color: #F0D069;
}
</style>
border-color css
<style>
span { border-color: #F0D069; }
span { border-color: rgb(240,208,105); }
td.TdClassName
{
border-color: #F0D069;
}
.TagClassName
{
border-color: #F0D069;
}
</style>