Shades of Golden Sand #F0D473
Tints of Golden Sand #F0D473
RGB
CMYK
RGB Variations
Color information
#F0D473 (or 0xF0D473) is known color: Golden Sand. HEX triplet: F0, D4 and 73. RGB value is (240,212,115). Sum of RGB (Red+Green+Blue) = 240+212+115=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 115 (45.31% from 255 or 20.28% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D473 is #0F2B8C. Grayscale: #D1D1D1. Windows color (decimal): -994189 or 7591152. OLE color: 7591152.
HSL color Cylindrical-coordinate representation of color #F0D473: hue angle of 46.56º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0D473 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 115 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.06 |
| HSL | 46.56º | 0.81% | 0.7% | - |
| HSV(B) | 46.56º | 0.52% | 0.94% | - |
| XYZ | 62.57 | 66.85 | 25.83 | - |
| YUV | 209.31 | 74.78 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 115 | 0 | 0.12 | 0.52 | 0.06 | 46.56 | 0.81 | 0.7 |
| Hex | F0 | D4 | 73 | 0 | C | 34 | 6 | 2F | 51 | 46 |
| Octal | 360 | 324 | 163 | 0 | 14 | 64 | 6 | 57 | 121 | 106 |
| Binary | 11110000 | 11010100 | 1110011 | 0 | 1100 | 110100 | 110 | 101111 | 1010001 | 1000110 |
Color Harmonies of #F0D473
Complementary color
Monochromatic Colors of #F0D473
Black with #F0D473
Text Example
Text Example
White with #F0D473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D473; }
p { color: rgb(240,212,115); }
H1.HeaderClassName
{
color: #F0D473;
}
.AnyTagClassName
{
color: #F0D473;
}
</style>
background-color css
<style>
a { background-color: #F0D473; }
a { background-color: rgb(240,212,115); }
div.DivClassName
{
background-color: #F0D473;
}
.BgClassName
{
background-color: #F0D473;
}
</style>
border-color css
<style>
span { border-color: #F0D473; }
span { border-color: rgb(240,212,115); }
td.TdClassName
{
border-color: #F0D473;
}
.TagClassName
{
border-color: #F0D473;
}
</style>