Shades of Golden Sand #F2D76A
Tints of Golden Sand #F2D76A
RGB
CMYK
RGB Variations
Color information
#F2D76A (or 0xF2D76A) is known color: Golden Sand. HEX triplet: F2, D7 and 6A. RGB value is (242,215,106). Sum of RGB (Red+Green+Blue) = 242+215+106=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 106 (41.80% from 255 or 18.83% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D76A is #0D2895. Grayscale: #D3D3D3. Windows color (decimal): -862358 or 7002098. OLE color: 7002098.
HSL color Cylindrical-coordinate representation of color #F2D76A: hue angle of 48.09º 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 #F2D76A is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 106 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.05 |
| HSL | 48.09º | 0.84% | 0.68% | - |
| HSV(B) | 48.09º | 0.56% | 0.95% | - |
| XYZ | 63.52 | 68.52 | 23.51 | - |
| YUV | 210.65 | 68.95 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 106 | 0 | 0.11 | 0.56 | 0.05 | 48.09 | 0.84 | 0.68 |
| Hex | F2 | D7 | 6A | 0 | B | 38 | 5 | 30 | 54 | 44 |
| Octal | 362 | 327 | 152 | 0 | 13 | 70 | 5 | 60 | 124 | 104 |
| Binary | 11110010 | 11010111 | 1101010 | 0 | 1011 | 111000 | 101 | 110000 | 1010100 | 1000100 |
Color Harmonies of #F2D76A
Complementary color
Monochromatic Colors of #F2D76A
Black with #F2D76A
Text Example
Text Example
White with #F2D76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D76A; }
p { color: rgb(242,215,106); }
H1.HeaderClassName
{
color: #F2D76A;
}
.AnyTagClassName
{
color: #F2D76A;
}
</style>
background-color css
<style>
a { background-color: #F2D76A; }
a { background-color: rgb(242,215,106); }
div.DivClassName
{
background-color: #F2D76A;
}
.BgClassName
{
background-color: #F2D76A;
}
</style>
border-color css
<style>
span { border-color: #F2D76A; }
span { border-color: rgb(242,215,106); }
td.TdClassName
{
border-color: #F2D76A;
}
.TagClassName
{
border-color: #F2D76A;
}
</style>