Shades of Golden Sand #F0D571
Tints of Golden Sand #F0D571
RGB
CMYK
RGB Variations
Color information
#F0D571 (or 0xF0D571) is known color: Golden Sand. HEX triplet: F0, D5 and 71. RGB value is (240,213,113). Sum of RGB (Red+Green+Blue) = 240+213+113=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 113 (44.53% from 255 or 19.96% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D571 is #0F2A8E. Grayscale: #D2D2D2. Windows color (decimal): -993935 or 7460336. OLE color: 7460336.
HSL color Cylindrical-coordinate representation of color #F0D571: hue angle of 47.24º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0D571 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 113 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.06 |
| HSL | 47.24º | 0.81% | 0.69% | - |
| HSV(B) | 47.24º | 0.53% | 0.94% | - |
| XYZ | 62.71 | 67.31 | 25.31 | - |
| YUV | 209.67 | 73.45 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 113 | 0 | 0.11 | 0.53 | 0.06 | 47.24 | 0.81 | 0.69 |
| Hex | F0 | D5 | 71 | 0 | B | 35 | 6 | 2F | 51 | 45 |
| Octal | 360 | 325 | 161 | 0 | 13 | 65 | 6 | 57 | 121 | 105 |
| Binary | 11110000 | 11010101 | 1110001 | 0 | 1011 | 110101 | 110 | 101111 | 1010001 | 1000101 |
Color Harmonies of #F0D571
Complementary color
Monochromatic Colors of #F0D571
Black with #F0D571
Text Example
Text Example
White with #F0D571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D571; }
p { color: rgb(240,213,113); }
H1.HeaderClassName
{
color: #F0D571;
}
.AnyTagClassName
{
color: #F0D571;
}
</style>
background-color css
<style>
a { background-color: #F0D571; }
a { background-color: rgb(240,213,113); }
div.DivClassName
{
background-color: #F0D571;
}
.BgClassName
{
background-color: #F0D571;
}
</style>
border-color css
<style>
span { border-color: #F0D571; }
span { border-color: rgb(240,213,113); }
td.TdClassName
{
border-color: #F0D571;
}
.TagClassName
{
border-color: #F0D571;
}
</style>