Shades of Golden Sand #F0C772
Tints of Golden Sand #F0C772
RGB
CMYK
RGB Variations
Color information
#F0C772 (or 0xF0C772) is known color: Golden Sand. HEX triplet: F0, C7 and 72. RGB value is (240,199,114). Sum of RGB (Red+Green+Blue) = 240+199+114=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 199 (78.12% from 255 or 35.99% from 553); Blue value is 114 (44.92% from 255 or 20.61% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C772 is #0F388D. Grayscale: #C9C9C9. Windows color (decimal): -997518 or 7522288. OLE color: 7522288.
HSL color Cylindrical-coordinate representation of color #F0C772: hue angle of 40.48º 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 #F0C772 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 199 | 114 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.06 |
| HSL | 40.48º | 0.81% | 0.69% | - |
| HSV(B) | 40.48º | 0.53% | 0.94% | - |
| XYZ | 59.4 | 60.59 | 24.48 | - |
| YUV | 201.57 | 78.58 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 199 | 114 | 0 | 0.17 | 0.52 | 0.06 | 40.48 | 0.81 | 0.69 |
| Hex | F0 | C7 | 72 | 0 | 11 | 34 | 6 | 28 | 51 | 45 |
| Octal | 360 | 307 | 162 | 0 | 21 | 64 | 6 | 50 | 121 | 105 |
| Binary | 11110000 | 11000111 | 1110010 | 0 | 10001 | 110100 | 110 | 101000 | 1010001 | 1000101 |
Color Harmonies of #F0C772
Complementary color
Monochromatic Colors of #F0C772
Black with #F0C772
Text Example
Text Example
White with #F0C772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C772; }
p { color: rgb(240,199,114); }
H1.HeaderClassName
{
color: #F0C772;
}
.AnyTagClassName
{
color: #F0C772;
}
</style>
background-color css
<style>
a { background-color: #F0C772; }
a { background-color: rgb(240,199,114); }
div.DivClassName
{
background-color: #F0C772;
}
.BgClassName
{
background-color: #F0C772;
}
</style>
border-color css
<style>
span { border-color: #F0C772; }
span { border-color: rgb(240,199,114); }
td.TdClassName
{
border-color: #F0C772;
}
.TagClassName
{
border-color: #F0C772;
}
</style>