Shades of Golden Sand #F0D068
Tints of Golden Sand #F0D068
RGB
CMYK
RGB Variations
Color information
#F0D068 (or 0xF0D068) is known color: Golden Sand. HEX triplet: F0, D0 and 68. RGB value is (240,208,104). Sum of RGB (Red+Green+Blue) = 240+208+104=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 104 (41.02% from 255 or 18.84% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D068 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D068 is #0F2F97. Grayscale: #CECECE. Windows color (decimal): -995224 or 6869232. OLE color: 6869232.
HSL color Cylindrical-coordinate representation of color #F0D068: hue angle of 45.88º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0D068 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 104 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.06 |
| HSL | 45.88º | 0.82% | 0.67% | - |
| HSV(B) | 45.88º | 0.57% | 0.94% | - |
| XYZ | 60.99 | 64.64 | 22.36 | - |
| YUV | 205.71 | 70.6 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 104 | 0 | 0.13 | 0.57 | 0.06 | 45.88 | 0.82 | 0.67 |
| Hex | F0 | D0 | 68 | 0 | D | 39 | 6 | 2E | 52 | 43 |
| Octal | 360 | 320 | 150 | 0 | 15 | 71 | 6 | 56 | 122 | 103 |
| Binary | 11110000 | 11010000 | 1101000 | 0 | 1101 | 111001 | 110 | 101110 | 1010010 | 1000011 |
Color Harmonies of #F0D068
Complementary color
Monochromatic Colors of #F0D068
Black with #F0D068
Text Example
Text Example
White with #F0D068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D068; }
p { color: rgb(240,208,104); }
H1.HeaderClassName
{
color: #F0D068;
}
.AnyTagClassName
{
color: #F0D068;
}
</style>
background-color css
<style>
a { background-color: #F0D068; }
a { background-color: rgb(240,208,104); }
div.DivClassName
{
background-color: #F0D068;
}
.BgClassName
{
background-color: #F0D068;
}
</style>
border-color css
<style>
span { border-color: #F0D068; }
span { border-color: rgb(240,208,104); }
td.TdClassName
{
border-color: #F0D068;
}
.TagClassName
{
border-color: #F0D068;
}
</style>