Shades of Golden Sand #F2D76C
Tints of Golden Sand #F2D76C
RGB
CMYK
RGB Variations
Color information
#F2D76C (or 0xF2D76C) is known color: Golden Sand. HEX triplet: F2, D7 and 6C. RGB value is (242,215,108). Sum of RGB (Red+Green+Blue) = 242+215+108=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 108 (42.58% from 255 or 19.12% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D76C is #0D2893. Grayscale: #D3D3D3. Windows color (decimal): -862356 or 7133170. OLE color: 7133170.
HSL color Cylindrical-coordinate representation of color #F2D76C: hue angle of 47.91º 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 #F2D76C is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 108 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.05 |
| HSL | 47.91º | 0.84% | 0.69% | - |
| HSV(B) | 47.91º | 0.55% | 0.95% | - |
| XYZ | 63.63 | 68.56 | 24.07 | - |
| YUV | 210.88 | 69.95 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 108 | 0 | 0.11 | 0.55 | 0.05 | 47.91 | 0.84 | 0.69 |
| Hex | F2 | D7 | 6C | 0 | B | 37 | 5 | 30 | 54 | 45 |
| Octal | 362 | 327 | 154 | 0 | 13 | 67 | 5 | 60 | 124 | 105 |
| Binary | 11110010 | 11010111 | 1101100 | 0 | 1011 | 110111 | 101 | 110000 | 1010100 | 1000101 |
Color Harmonies of #F2D76C
Complementary color
Monochromatic Colors of #F2D76C
Black with #F2D76C
Text Example
Text Example
White with #F2D76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D76C; }
p { color: rgb(242,215,108); }
H1.HeaderClassName
{
color: #F2D76C;
}
.AnyTagClassName
{
color: #F2D76C;
}
</style>
background-color css
<style>
a { background-color: #F2D76C; }
a { background-color: rgb(242,215,108); }
div.DivClassName
{
background-color: #F2D76C;
}
.BgClassName
{
background-color: #F2D76C;
}
</style>
border-color css
<style>
span { border-color: #F2D76C; }
span { border-color: rgb(242,215,108); }
td.TdClassName
{
border-color: #F2D76C;
}
.TagClassName
{
border-color: #F2D76C;
}
</style>