Shades of Golden Sand #F0C972
Tints of Golden Sand #F0C972
RGB
CMYK
RGB Variations
Color information
#F0C972 (or 0xF0C972) is known color: Golden Sand. HEX triplet: F0, C9 and 72. RGB value is (240,201,114). Sum of RGB (Red+Green+Blue) = 240+201+114=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 114 (44.92% from 255 or 20.54% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C972 is #0F368D. Grayscale: #CBCBCB. Windows color (decimal): -997006 or 7522800. OLE color: 7522800.
HSL color Cylindrical-coordinate representation of color #F0C972: hue angle of 41.43º 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 #F0C972 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 114 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.06 |
| HSL | 41.43º | 0.81% | 0.69% | - |
| HSV(B) | 41.43º | 0.53% | 0.94% | - |
| XYZ | 59.86 | 61.51 | 24.64 | - |
| YUV | 202.74 | 77.92 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 114 | 0 | 0.16 | 0.52 | 0.06 | 41.43 | 0.81 | 0.69 |
| Hex | F0 | C9 | 72 | 0 | 10 | 34 | 6 | 29 | 51 | 45 |
| Octal | 360 | 311 | 162 | 0 | 20 | 64 | 6 | 51 | 121 | 105 |
| Binary | 11110000 | 11001001 | 1110010 | 0 | 10000 | 110100 | 110 | 101001 | 1010001 | 1000101 |
Color Harmonies of #F0C972
Complementary color
Monochromatic Colors of #F0C972
Black with #F0C972
Text Example
Text Example
White with #F0C972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C972; }
p { color: rgb(240,201,114); }
H1.HeaderClassName
{
color: #F0C972;
}
.AnyTagClassName
{
color: #F0C972;
}
</style>
background-color css
<style>
a { background-color: #F0C972; }
a { background-color: rgb(240,201,114); }
div.DivClassName
{
background-color: #F0C972;
}
.BgClassName
{
background-color: #F0C972;
}
</style>
border-color css
<style>
span { border-color: #F0C972; }
span { border-color: rgb(240,201,114); }
td.TdClassName
{
border-color: #F0C972;
}
.TagClassName
{
border-color: #F0C972;
}
</style>