Shades of Golden Sand #F0D672
Tints of Golden Sand #F0D672
RGB
CMYK
RGB Variations
Color information
#F0D672 (or 0xF0D672) is known color: Golden Sand. HEX triplet: F0, D6 and 72. RGB value is (240,214,114). Sum of RGB (Red+Green+Blue) = 240+214+114=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 114 (44.92% from 255 or 20.07% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D672 is #0F298D. Grayscale: #D2D2D2. Windows color (decimal): -993678 or 7526128. OLE color: 7526128.
HSL color Cylindrical-coordinate representation of color #F0D672: hue angle of 47.62º 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 #F0D672 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 114 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.06 |
| HSL | 47.62º | 0.81% | 0.69% | - |
| HSV(B) | 47.62º | 0.53% | 0.94% | - |
| XYZ | 63.02 | 67.83 | 25.69 | - |
| YUV | 210.37 | 73.61 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 114 | 0 | 0.11 | 0.52 | 0.06 | 47.62 | 0.81 | 0.69 |
| Hex | F0 | D6 | 72 | 0 | B | 34 | 6 | 30 | 51 | 45 |
| Octal | 360 | 326 | 162 | 0 | 13 | 64 | 6 | 60 | 121 | 105 |
| Binary | 11110000 | 11010110 | 1110010 | 0 | 1011 | 110100 | 110 | 110000 | 1010001 | 1000101 |
Color Harmonies of #F0D672
Complementary color
Monochromatic Colors of #F0D672
Black with #F0D672
Text Example
Text Example
White with #F0D672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D672; }
p { color: rgb(240,214,114); }
H1.HeaderClassName
{
color: #F0D672;
}
.AnyTagClassName
{
color: #F0D672;
}
</style>
background-color css
<style>
a { background-color: #F0D672; }
a { background-color: rgb(240,214,114); }
div.DivClassName
{
background-color: #F0D672;
}
.BgClassName
{
background-color: #F0D672;
}
</style>
border-color css
<style>
span { border-color: #F0D672; }
span { border-color: rgb(240,214,114); }
td.TdClassName
{
border-color: #F0D672;
}
.TagClassName
{
border-color: #F0D672;
}
</style>