Shades of Golden Sand #F0D569
Tints of Golden Sand #F0D569
RGB
CMYK
RGB Variations
Color information
#F0D569 (or 0xF0D569) is known color: Golden Sand. HEX triplet: F0, D5 and 69. RGB value is (240,213,105). Sum of RGB (Red+Green+Blue) = 240+213+105=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 105 (41.41% from 255 or 18.82% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D569 is #0F2A96. Grayscale: #D1D1D1. Windows color (decimal): -993943 or 6936048. OLE color: 6936048.
HSL color Cylindrical-coordinate representation of color #F0D569: hue angle of 48º 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 #F0D569 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 105 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.06 |
| HSL | 48º | 0.82% | 0.68% | - |
| HSV(B) | 48º | 0.56% | 0.94% | - |
| XYZ | 62.28 | 67.13 | 23.04 | - |
| YUV | 208.76 | 69.45 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 105 | 0 | 0.11 | 0.56 | 0.06 | 48 | 0.82 | 0.68 |
| Hex | F0 | D5 | 69 | 0 | B | 38 | 6 | 30 | 52 | 44 |
| Octal | 360 | 325 | 151 | 0 | 13 | 70 | 6 | 60 | 122 | 104 |
| Binary | 11110000 | 11010101 | 1101001 | 0 | 1011 | 111000 | 110 | 110000 | 1010010 | 1000100 |
Color Harmonies of #F0D569
Complementary color
Monochromatic Colors of #F0D569
Black with #F0D569
Text Example
Text Example
White with #F0D569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D569; }
p { color: rgb(240,213,105); }
H1.HeaderClassName
{
color: #F0D569;
}
.AnyTagClassName
{
color: #F0D569;
}
</style>
background-color css
<style>
a { background-color: #F0D569; }
a { background-color: rgb(240,213,105); }
div.DivClassName
{
background-color: #F0D569;
}
.BgClassName
{
background-color: #F0D569;
}
</style>
border-color css
<style>
span { border-color: #F0D569; }
span { border-color: rgb(240,213,105); }
td.TdClassName
{
border-color: #F0D569;
}
.TagClassName
{
border-color: #F0D569;
}
</style>