Shades of Golden Sand #F0D072
Tints of Golden Sand #F0D072
RGB
CMYK
RGB Variations
Color information
#F0D072 (or 0xF0D072) is known color: Golden Sand. HEX triplet: F0, D0 and 72. RGB value is (240,208,114). Sum of RGB (Red+Green+Blue) = 240+208+114=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 114 (44.92% from 255 or 20.28% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D072 is #0F2F8D. Grayscale: #CFCFCF. Windows color (decimal): -995214 or 7524592. OLE color: 7524592.
HSL color Cylindrical-coordinate representation of color #F0D072: hue angle of 44.76º 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 #F0D072 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 114 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.06 |
| HSL | 44.76º | 0.81% | 0.69% | - |
| HSV(B) | 44.76º | 0.53% | 0.94% | - |
| XYZ | 61.53 | 64.85 | 25.19 | - |
| YUV | 206.85 | 75.6 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 114 | 0 | 0.13 | 0.52 | 0.06 | 44.76 | 0.81 | 0.69 |
| Hex | F0 | D0 | 72 | 0 | D | 34 | 6 | 2D | 51 | 45 |
| Octal | 360 | 320 | 162 | 0 | 15 | 64 | 6 | 55 | 121 | 105 |
| Binary | 11110000 | 11010000 | 1110010 | 0 | 1101 | 110100 | 110 | 101101 | 1010001 | 1000101 |
Color Harmonies of #F0D072
Complementary color
Monochromatic Colors of #F0D072
Black with #F0D072
Text Example
Text Example
White with #F0D072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D072; }
p { color: rgb(240,208,114); }
H1.HeaderClassName
{
color: #F0D072;
}
.AnyTagClassName
{
color: #F0D072;
}
</style>
background-color css
<style>
a { background-color: #F0D072; }
a { background-color: rgb(240,208,114); }
div.DivClassName
{
background-color: #F0D072;
}
.BgClassName
{
background-color: #F0D072;
}
</style>
border-color css
<style>
span { border-color: #F0D072; }
span { border-color: rgb(240,208,114); }
td.TdClassName
{
border-color: #F0D072;
}
.TagClassName
{
border-color: #F0D072;
}
</style>