Shades of Golden Sand #F5D069
Tints of Golden Sand #F5D069
RGB
CMYK
RGB Variations
Color information
#F5D069 (or 0xF5D069) is known color: Golden Sand. HEX triplet: F5, D0 and 69. RGB value is (245,208,105). Sum of RGB (Red+Green+Blue) = 245+208+105=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 105 (41.41% from 255 or 18.82% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D069 is #0A2F96. Grayscale: #CFCFCF. Windows color (decimal): -667543 or 6934773. OLE color: 6934773.
HSL color Cylindrical-coordinate representation of color #F5D069: hue angle of 44.14º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F5D069 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 208 | 105 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.04 |
| HSL | 44.14º | 0.88% | 0.69% | - |
| HSV(B) | 44.14º | 0.57% | 0.96% | - |
| XYZ | 62.76 | 65.54 | 22.71 | - |
| YUV | 207.32 | 70.26 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 208 | 105 | 0 | 0.15 | 0.57 | 0.04 | 44.14 | 0.88 | 0.69 |
| Hex | F5 | D0 | 69 | 0 | F | 39 | 4 | 2C | 58 | 45 |
| Octal | 365 | 320 | 151 | 0 | 17 | 71 | 4 | 54 | 130 | 105 |
| Binary | 11110101 | 11010000 | 1101001 | 0 | 1111 | 111001 | 100 | 101100 | 1011000 | 1000101 |
Color Harmonies of #F5D069
Complementary color
Monochromatic Colors of #F5D069
Black with #F5D069
Text Example
Text Example
White with #F5D069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D069; }
p { color: rgb(245,208,105); }
H1.HeaderClassName
{
color: #F5D069;
}
.AnyTagClassName
{
color: #F5D069;
}
</style>
background-color css
<style>
a { background-color: #F5D069; }
a { background-color: rgb(245,208,105); }
div.DivClassName
{
background-color: #F5D069;
}
.BgClassName
{
background-color: #F5D069;
}
</style>
border-color css
<style>
span { border-color: #F5D069; }
span { border-color: rgb(245,208,105); }
td.TdClassName
{
border-color: #F5D069;
}
.TagClassName
{
border-color: #F5D069;
}
</style>