Shades of Golden Sand #F0D772
Tints of Golden Sand #F0D772
RGB
CMYK
RGB Variations
Color information
#F0D772 (or 0xF0D772) is known color: Golden Sand. HEX triplet: F0, D7 and 72. RGB value is (240,215,114). Sum of RGB (Red+Green+Blue) = 240+215+114=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 215 (84.38% from 255 or 37.79% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D772 is #0F288D. Grayscale: #D3D3D3. Windows color (decimal): -993422 or 7526384. OLE color: 7526384.
HSL color Cylindrical-coordinate representation of color #F0D772: hue angle of 48.1º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0D772 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 215 | 114 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.06 |
| HSL | 48.1º | 0.81% | 0.69% | - |
| HSV(B) | 48.1º | 0.53% | 0.94% | - |
| XYZ | 63.27 | 68.34 | 25.78 | - |
| YUV | 210.96 | 73.28 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 215 | 114 | 0 | 0.10 | 0.52 | 0.06 | 48.1 | 0.81 | 0.69 |
| Hex | F0 | D7 | 72 | 0 | A | 34 | 6 | 30 | 51 | 45 |
| Octal | 360 | 327 | 162 | 0 | 12 | 64 | 6 | 60 | 121 | 105 |
| Binary | 11110000 | 11010111 | 1110010 | 0 | 1010 | 110100 | 110 | 110000 | 1010001 | 1000101 |
Color Harmonies of #F0D772
Complementary color
Monochromatic Colors of #F0D772
Black with #F0D772
Text Example
Text Example
White with #F0D772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D772; }
p { color: rgb(240,215,114); }
H1.HeaderClassName
{
color: #F0D772;
}
.AnyTagClassName
{
color: #F0D772;
}
</style>
background-color css
<style>
a { background-color: #F0D772; }
a { background-color: rgb(240,215,114); }
div.DivClassName
{
background-color: #F0D772;
}
.BgClassName
{
background-color: #F0D772;
}
</style>
border-color css
<style>
span { border-color: #F0D772; }
span { border-color: rgb(240,215,114); }
td.TdClassName
{
border-color: #F0D772;
}
.TagClassName
{
border-color: #F0D772;
}
</style>