Shades of Golden Sand #F2D96B
Tints of Golden Sand #F2D96B
RGB
CMYK
RGB Variations
Color information
#F2D96B (or 0xF2D96B) is known color: Golden Sand. HEX triplet: F2, D9 and 6B. RGB value is (242,217,107). Sum of RGB (Red+Green+Blue) = 242+217+107=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 107 (42.19% from 255 or 18.90% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D96B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D96B is #0D2694. Grayscale: #D4D4D4. Windows color (decimal): -861845 or 7068146. OLE color: 7068146.
HSL color Cylindrical-coordinate representation of color #F2D96B: hue angle of 48.89º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2D96B is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 107 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.05 |
| HSL | 48.89º | 0.84% | 0.68% | - |
| HSV(B) | 48.89º | 0.56% | 0.95% | - |
| XYZ | 64.08 | 69.56 | 23.96 | - |
| YUV | 211.94 | 68.78 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 107 | 0 | 0.10 | 0.56 | 0.05 | 48.89 | 0.84 | 0.68 |
| Hex | F2 | D9 | 6B | 0 | A | 38 | 5 | 31 | 54 | 44 |
| Octal | 362 | 331 | 153 | 0 | 12 | 70 | 5 | 61 | 124 | 104 |
| Binary | 11110010 | 11011001 | 1101011 | 0 | 1010 | 111000 | 101 | 110001 | 1010100 | 1000100 |
Color Harmonies of #F2D96B
Complementary color
Monochromatic Colors of #F2D96B
Black with #F2D96B
Text Example
Text Example
White with #F2D96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D96B; }
p { color: rgb(242,217,107); }
H1.HeaderClassName
{
color: #F2D96B;
}
.AnyTagClassName
{
color: #F2D96B;
}
</style>
background-color css
<style>
a { background-color: #F2D96B; }
a { background-color: rgb(242,217,107); }
div.DivClassName
{
background-color: #F2D96B;
}
.BgClassName
{
background-color: #F2D96B;
}
</style>
border-color css
<style>
span { border-color: #F2D96B; }
span { border-color: rgb(242,217,107); }
td.TdClassName
{
border-color: #F2D96B;
}
.TagClassName
{
border-color: #F2D96B;
}
</style>