Shades of Golden Sand #F0D869
Tints of Golden Sand #F0D869
RGB
CMYK
RGB Variations
Color information
#F0D869 (or 0xF0D869) is known color: Golden Sand. HEX triplet: F0, D8 and 69. RGB value is (240,216,105). Sum of RGB (Red+Green+Blue) = 240+216+105=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 105 (41.41% from 255 or 18.72% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D869 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D869 is #0F2796. Grayscale: #D2D2D2. Windows color (decimal): -993175 or 6936816. OLE color: 6936816.
HSL color Cylindrical-coordinate representation of color #F0D869: hue angle of 49.33º 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 #F0D869 is Cyan = 0, Magento = 0.1, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 105 | - |
| CMYK | 0 | 0.1 | 0.56 | 0.06 |
| HSL | 49.33º | 0.82% | 0.68% | - |
| HSV(B) | 49.33º | 0.56% | 0.94% | - |
| XYZ | 63.04 | 68.66 | 23.29 | - |
| YUV | 210.52 | 68.45 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 105 | 0 | 0.1 | 0.56 | 0.06 | 49.33 | 0.82 | 0.68 |
| Hex | F0 | D8 | 69 | 0 | A | 38 | 6 | 31 | 52 | 44 |
| Octal | 360 | 330 | 151 | 0 | 12 | 70 | 6 | 61 | 122 | 104 |
| Binary | 11110000 | 11011000 | 1101001 | 0 | 1010 | 111000 | 110 | 110001 | 1010010 | 1000100 |
Color Harmonies of #F0D869
Complementary color
Monochromatic Colors of #F0D869
Black with #F0D869
Text Example
Text Example
White with #F0D869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D869; }
p { color: rgb(240,216,105); }
H1.HeaderClassName
{
color: #F0D869;
}
.AnyTagClassName
{
color: #F0D869;
}
</style>
background-color css
<style>
a { background-color: #F0D869; }
a { background-color: rgb(240,216,105); }
div.DivClassName
{
background-color: #F0D869;
}
.BgClassName
{
background-color: #F0D869;
}
</style>
border-color css
<style>
span { border-color: #F0D869; }
span { border-color: rgb(240,216,105); }
td.TdClassName
{
border-color: #F0D869;
}
.TagClassName
{
border-color: #F0D869;
}
</style>