Shades of Golden Sand #F0C571
Tints of Golden Sand #F0C571
RGB
CMYK
RGB Variations
Color information
#F0C571 (or 0xF0C571) is known color: Golden Sand. HEX triplet: F0, C5 and 71. RGB value is (240,197,113). Sum of RGB (Red+Green+Blue) = 240+197+113=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 113 (44.53% from 255 or 20.55% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C571 is #0F3A8E. Grayscale: #C8C8C8. Windows color (decimal): -998031 or 7456240. OLE color: 7456240.
HSL color Cylindrical-coordinate representation of color #F0C571: hue angle of 39.69º 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 #F0C571 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 197 | 113 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.06 |
| HSL | 39.69º | 0.81% | 0.69% | - |
| HSV(B) | 39.69º | 0.53% | 0.94% | - |
| XYZ | 58.88 | 59.65 | 24.03 | - |
| YUV | 200.28 | 78.75 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 197 | 113 | 0 | 0.18 | 0.53 | 0.06 | 39.69 | 0.81 | 0.69 |
| Hex | F0 | C5 | 71 | 0 | 12 | 35 | 6 | 28 | 51 | 45 |
| Octal | 360 | 305 | 161 | 0 | 22 | 65 | 6 | 50 | 121 | 105 |
| Binary | 11110000 | 11000101 | 1110001 | 0 | 10010 | 110101 | 110 | 101000 | 1010001 | 1000101 |
Color Harmonies of #F0C571
Complementary color
Monochromatic Colors of #F0C571
Black with #F0C571
Text Example
Text Example
White with #F0C571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C571; }
p { color: rgb(240,197,113); }
H1.HeaderClassName
{
color: #F0C571;
}
.AnyTagClassName
{
color: #F0C571;
}
</style>
background-color css
<style>
a { background-color: #F0C571; }
a { background-color: rgb(240,197,113); }
div.DivClassName
{
background-color: #F0C571;
}
.BgClassName
{
background-color: #F0C571;
}
</style>
border-color css
<style>
span { border-color: #F0C571; }
span { border-color: rgb(240,197,113); }
td.TdClassName
{
border-color: #F0C571;
}
.TagClassName
{
border-color: #F0C571;
}
</style>