Shades of Golden Sand #F5D06D
Tints of Golden Sand #F5D06D
RGB
CMYK
RGB Variations
Color information
#F5D06D (or 0xF5D06D) is known color: Golden Sand. HEX triplet: F5, D0 and 6D. RGB value is (245,208,109). Sum of RGB (Red+Green+Blue) = 245+208+109=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 109 (42.97% from 255 or 19.40% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D06D is #0A2F92. Grayscale: #D0D0D0. Windows color (decimal): -667539 or 7196917. OLE color: 7196917.
HSL color Cylindrical-coordinate representation of color #F5D06D: hue angle of 43.68º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5D06D is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 208 | 109 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.04 |
| HSL | 43.68º | 0.87% | 0.69% | - |
| HSV(B) | 43.68º | 0.56% | 0.96% | - |
| XYZ | 62.97 | 65.63 | 23.82 | - |
| YUV | 207.78 | 72.26 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 208 | 109 | 0 | 0.15 | 0.56 | 0.04 | 43.68 | 0.87 | 0.69 |
| Hex | F5 | D0 | 6D | 0 | F | 38 | 4 | 2C | 57 | 45 |
| Octal | 365 | 320 | 155 | 0 | 17 | 70 | 4 | 54 | 127 | 105 |
| Binary | 11110101 | 11010000 | 1101101 | 0 | 1111 | 111000 | 100 | 101100 | 1010111 | 1000101 |
Color Harmonies of #F5D06D
Complementary color
Monochromatic Colors of #F5D06D
Black with #F5D06D
Text Example
Text Example
White with #F5D06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D06D; }
p { color: rgb(245,208,109); }
H1.HeaderClassName
{
color: #F5D06D;
}
.AnyTagClassName
{
color: #F5D06D;
}
</style>
background-color css
<style>
a { background-color: #F5D06D; }
a { background-color: rgb(245,208,109); }
div.DivClassName
{
background-color: #F5D06D;
}
.BgClassName
{
background-color: #F5D06D;
}
</style>
border-color css
<style>
span { border-color: #F5D06D; }
span { border-color: rgb(245,208,109); }
td.TdClassName
{
border-color: #F5D06D;
}
.TagClassName
{
border-color: #F5D06D;
}
</style>