Shades of Golden Sand #F2D764
Tints of Golden Sand #F2D764
RGB
CMYK
RGB Variations
Color information
#F2D764 (or 0xF2D764) is known color: Golden Sand. HEX triplet: F2, D7 and 64. RGB value is (242,215,100). Sum of RGB (Red+Green+Blue) = 242+215+100=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 215 (84.38% from 255 or 38.60% from 557); Blue value is 100 (39.45% from 255 or 17.95% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D764 is #0D289B. Grayscale: #D2D2D2. Windows color (decimal): -862364 or 6608882. OLE color: 6608882.
HSL color Cylindrical-coordinate representation of color #F2D764: hue angle of 48.59º 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 #F2D764 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 100 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.05 |
| HSL | 48.59º | 0.85% | 0.67% | - |
| HSV(B) | 48.59º | 0.59% | 0.95% | - |
| XYZ | 63.22 | 68.4 | 21.93 | - |
| YUV | 209.96 | 65.95 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 100 | 0 | 0.11 | 0.59 | 0.05 | 48.59 | 0.85 | 0.67 |
| Hex | F2 | D7 | 64 | 0 | B | 3B | 5 | 31 | 55 | 43 |
| Octal | 362 | 327 | 144 | 0 | 13 | 73 | 5 | 61 | 125 | 103 |
| Binary | 11110010 | 11010111 | 1100100 | 0 | 1011 | 111011 | 101 | 110001 | 1010101 | 1000011 |
Color Harmonies of #F2D764
Complementary color
Monochromatic Colors of #F2D764
Black with #F2D764
Text Example
Text Example
White with #F2D764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D764; }
p { color: rgb(242,215,100); }
H1.HeaderClassName
{
color: #F2D764;
}
.AnyTagClassName
{
color: #F2D764;
}
</style>
background-color css
<style>
a { background-color: #F2D764; }
a { background-color: rgb(242,215,100); }
div.DivClassName
{
background-color: #F2D764;
}
.BgClassName
{
background-color: #F2D764;
}
</style>
border-color css
<style>
span { border-color: #F2D764; }
span { border-color: rgb(242,215,100); }
td.TdClassName
{
border-color: #F2D764;
}
.TagClassName
{
border-color: #F2D764;
}
</style>