Shades of Golden Sand #F2D76E
Tints of Golden Sand #F2D76E
RGB
CMYK
RGB Variations
Color information
#F2D76E (or 0xF2D76E) is known color: Golden Sand. HEX triplet: F2, D7 and 6E. RGB value is (242,215,110). Sum of RGB (Red+Green+Blue) = 242+215+110=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 110 (43.36% from 255 or 19.40% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D76E is #0D2891. Grayscale: #D3D3D3. Windows color (decimal): -862354 or 7264242. OLE color: 7264242.
HSL color Cylindrical-coordinate representation of color #F2D76E: hue angle of 47.73º 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 #F2D76E is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 110 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.05 |
| HSL | 47.73º | 0.84% | 0.69% | - |
| HSV(B) | 47.73º | 0.55% | 0.95% | - |
| XYZ | 63.73 | 68.6 | 24.63 | - |
| YUV | 211.1 | 70.95 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 110 | 0 | 0.11 | 0.55 | 0.05 | 47.73 | 0.84 | 0.69 |
| Hex | F2 | D7 | 6E | 0 | B | 37 | 5 | 30 | 54 | 45 |
| Octal | 362 | 327 | 156 | 0 | 13 | 67 | 5 | 60 | 124 | 105 |
| Binary | 11110010 | 11010111 | 1101110 | 0 | 1011 | 110111 | 101 | 110000 | 1010100 | 1000101 |
Color Harmonies of #F2D76E
Complementary color
Monochromatic Colors of #F2D76E
Black with #F2D76E
Text Example
Text Example
White with #F2D76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D76E; }
p { color: rgb(242,215,110); }
H1.HeaderClassName
{
color: #F2D76E;
}
.AnyTagClassName
{
color: #F2D76E;
}
</style>
background-color css
<style>
a { background-color: #F2D76E; }
a { background-color: rgb(242,215,110); }
div.DivClassName
{
background-color: #F2D76E;
}
.BgClassName
{
background-color: #F2D76E;
}
</style>
border-color css
<style>
span { border-color: #F2D76E; }
span { border-color: rgb(242,215,110); }
td.TdClassName
{
border-color: #F2D76E;
}
.TagClassName
{
border-color: #F2D76E;
}
</style>