Shades of Golden Sand #F0CE72
Tints of Golden Sand #F0CE72
RGB
CMYK
RGB Variations
Color information
#F0CE72 (or 0xF0CE72) is known color: Golden Sand. HEX triplet: F0, CE and 72. RGB value is (240,206,114). Sum of RGB (Red+Green+Blue) = 240+206+114=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 114 (44.92% from 255 or 20.36% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CE72 is #0F318D. Grayscale: #CECECE. Windows color (decimal): -995726 or 7524080. OLE color: 7524080.
HSL color Cylindrical-coordinate representation of color #F0CE72: hue angle of 43.81º 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 #F0CE72 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 114 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.06 |
| HSL | 43.81º | 0.81% | 0.69% | - |
| HSV(B) | 43.81º | 0.53% | 0.94% | - |
| XYZ | 61.04 | 63.88 | 25.03 | - |
| YUV | 205.68 | 76.26 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 114 | 0 | 0.14 | 0.52 | 0.06 | 43.81 | 0.81 | 0.69 |
| Hex | F0 | CE | 72 | 0 | E | 34 | 6 | 2C | 51 | 45 |
| Octal | 360 | 316 | 162 | 0 | 16 | 64 | 6 | 54 | 121 | 105 |
| Binary | 11110000 | 11001110 | 1110010 | 0 | 1110 | 110100 | 110 | 101100 | 1010001 | 1000101 |
Color Harmonies of #F0CE72
Complementary color
Monochromatic Colors of #F0CE72
Black with #F0CE72
Text Example
Text Example
White with #F0CE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CE72; }
p { color: rgb(240,206,114); }
H1.HeaderClassName
{
color: #F0CE72;
}
.AnyTagClassName
{
color: #F0CE72;
}
</style>
background-color css
<style>
a { background-color: #F0CE72; }
a { background-color: rgb(240,206,114); }
div.DivClassName
{
background-color: #F0CE72;
}
.BgClassName
{
background-color: #F0CE72;
}
</style>
border-color css
<style>
span { border-color: #F0CE72; }
span { border-color: rgb(240,206,114); }
td.TdClassName
{
border-color: #F0CE72;
}
.TagClassName
{
border-color: #F0CE72;
}
</style>