Shades of Golden Sand #F2D16D
Tints of Golden Sand #F2D16D
RGB
CMYK
RGB Variations
Color information
#F2D16D (or 0xF2D16D) is known color: Golden Sand. HEX triplet: F2, D1 and 6D. RGB value is (242,209,109). Sum of RGB (Red+Green+Blue) = 242+209+109=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 109 (42.97% from 255 or 19.46% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D16D is #0D2E92. Grayscale: #CFCFCF. Windows color (decimal): -863891 or 7197170. OLE color: 7197170.
HSL color Cylindrical-coordinate representation of color #F2D16D: hue angle of 45.11º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2D16D is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 109 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.05 |
| HSL | 45.11º | 0.84% | 0.69% | - |
| HSV(B) | 45.11º | 0.55% | 0.95% | - |
| XYZ | 62.18 | 65.58 | 23.85 | - |
| YUV | 207.47 | 72.43 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 109 | 0 | 0.14 | 0.55 | 0.05 | 45.11 | 0.84 | 0.69 |
| Hex | F2 | D1 | 6D | 0 | E | 37 | 5 | 2D | 54 | 45 |
| Octal | 362 | 321 | 155 | 0 | 16 | 67 | 5 | 55 | 124 | 105 |
| Binary | 11110010 | 11010001 | 1101101 | 0 | 1110 | 110111 | 101 | 101101 | 1010100 | 1000101 |
Color Harmonies of #F2D16D
Complementary color
Monochromatic Colors of #F2D16D
Black with #F2D16D
Text Example
Text Example
White with #F2D16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D16D; }
p { color: rgb(242,209,109); }
H1.HeaderClassName
{
color: #F2D16D;
}
.AnyTagClassName
{
color: #F2D16D;
}
</style>
background-color css
<style>
a { background-color: #F2D16D; }
a { background-color: rgb(242,209,109); }
div.DivClassName
{
background-color: #F2D16D;
}
.BgClassName
{
background-color: #F2D16D;
}
</style>
border-color css
<style>
span { border-color: #F2D16D; }
span { border-color: rgb(242,209,109); }
td.TdClassName
{
border-color: #F2D16D;
}
.TagClassName
{
border-color: #F2D16D;
}
</style>