Shades of Golden Sand #F0C872
Tints of Golden Sand #F0C872
RGB
CMYK
RGB Variations
Color information
#F0C872 (or 0xF0C872) is known color: Golden Sand. HEX triplet: F0, C8 and 72. RGB value is (240,200,114). Sum of RGB (Red+Green+Blue) = 240+200+114=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 114 (44.92% from 255 or 20.58% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C872 is #0F378D. Grayscale: #CACACA. Windows color (decimal): -997262 or 7522544. OLE color: 7522544.
HSL color Cylindrical-coordinate representation of color #F0C872: hue angle of 40.95º 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 #F0C872 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 200 | 114 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.06 |
| HSL | 40.95º | 0.81% | 0.69% | - |
| HSV(B) | 40.95º | 0.53% | 0.94% | - |
| XYZ | 59.63 | 61.05 | 24.56 | - |
| YUV | 202.16 | 78.25 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 114 | 0 | 0.17 | 0.52 | 0.06 | 40.95 | 0.81 | 0.69 |
| Hex | F0 | C8 | 72 | 0 | 11 | 34 | 6 | 29 | 51 | 45 |
| Octal | 360 | 310 | 162 | 0 | 21 | 64 | 6 | 51 | 121 | 105 |
| Binary | 11110000 | 11001000 | 1110010 | 0 | 10001 | 110100 | 110 | 101001 | 1010001 | 1000101 |
Color Harmonies of #F0C872
Complementary color
Monochromatic Colors of #F0C872
Black with #F0C872
Text Example
Text Example
White with #F0C872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C872; }
p { color: rgb(240,200,114); }
H1.HeaderClassName
{
color: #F0C872;
}
.AnyTagClassName
{
color: #F0C872;
}
</style>
background-color css
<style>
a { background-color: #F0C872; }
a { background-color: rgb(240,200,114); }
div.DivClassName
{
background-color: #F0C872;
}
.BgClassName
{
background-color: #F0C872;
}
</style>
border-color css
<style>
span { border-color: #F0C872; }
span { border-color: rgb(240,200,114); }
td.TdClassName
{
border-color: #F0C872;
}
.TagClassName
{
border-color: #F0C872;
}
</style>