Shades of Golden Sand #F2D664
Tints of Golden Sand #F2D664
RGB
CMYK
RGB Variations
Color information
#F2D664 (or 0xF2D664) is known color: Golden Sand. HEX triplet: F2, D6 and 64. RGB value is (242,214,100). Sum of RGB (Red+Green+Blue) = 242+214+100=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 100 (39.45% from 255 or 17.99% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D664 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D664 is #0D299B. Grayscale: #D1D1D1. Windows color (decimal): -862620 or 6608626. OLE color: 6608626.
HSL color Cylindrical-coordinate representation of color #F2D664: hue angle of 48.17º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2D664 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 214 | 100 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.05 |
| HSL | 48.17º | 0.85% | 0.67% | - |
| HSV(B) | 48.17º | 0.59% | 0.95% | - |
| XYZ | 62.96 | 67.89 | 21.84 | - |
| YUV | 209.38 | 66.28 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 214 | 100 | 0 | 0.12 | 0.59 | 0.05 | 48.17 | 0.85 | 0.67 |
| Hex | F2 | D6 | 64 | 0 | C | 3B | 5 | 30 | 55 | 43 |
| Octal | 362 | 326 | 144 | 0 | 14 | 73 | 5 | 60 | 125 | 103 |
| Binary | 11110010 | 11010110 | 1100100 | 0 | 1100 | 111011 | 101 | 110000 | 1010101 | 1000011 |
Color Harmonies of #F2D664
Complementary color
Monochromatic Colors of #F2D664
Black with #F2D664
Text Example
Text Example
White with #F2D664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D664; }
p { color: rgb(242,214,100); }
H1.HeaderClassName
{
color: #F2D664;
}
.AnyTagClassName
{
color: #F2D664;
}
</style>
background-color css
<style>
a { background-color: #F2D664; }
a { background-color: rgb(242,214,100); }
div.DivClassName
{
background-color: #F2D664;
}
.BgClassName
{
background-color: #F2D664;
}
</style>
border-color css
<style>
span { border-color: #F2D664; }
span { border-color: rgb(242,214,100); }
td.TdClassName
{
border-color: #F2D664;
}
.TagClassName
{
border-color: #F2D664;
}
</style>