Shades of Golden Sand #F0D870
Tints of Golden Sand #F0D870
RGB
CMYK
RGB Variations
Color information
#F0D870 (or 0xF0D870) is known color: Golden Sand. HEX triplet: F0, D8 and 70. RGB value is (240,216,112). Sum of RGB (Red+Green+Blue) = 240+216+112=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 112 (44.14% from 255 or 19.72% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D870 is #0F278F. Grayscale: #D3D3D3. Windows color (decimal): -993168 or 7395568. OLE color: 7395568.
HSL color Cylindrical-coordinate representation of color #F0D870: hue angle of 48.75º 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 #F0D870 is Cyan = 0, Magento = 0.1, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 112 | - |
| CMYK | 0 | 0.1 | 0.53 | 0.06 |
| HSL | 48.75º | 0.81% | 0.69% | - |
| HSV(B) | 48.75º | 0.53% | 0.94% | - |
| XYZ | 63.42 | 68.81 | 25.27 | - |
| YUV | 211.32 | 71.95 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 112 | 0 | 0.1 | 0.53 | 0.06 | 48.75 | 0.81 | 0.69 |
| Hex | F0 | D8 | 70 | 0 | A | 35 | 6 | 31 | 51 | 45 |
| Octal | 360 | 330 | 160 | 0 | 12 | 65 | 6 | 61 | 121 | 105 |
| Binary | 11110000 | 11011000 | 1110000 | 0 | 1010 | 110101 | 110 | 110001 | 1010001 | 1000101 |
Color Harmonies of #F0D870
Complementary color
Monochromatic Colors of #F0D870
Black with #F0D870
Text Example
Text Example
White with #F0D870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D870; }
p { color: rgb(240,216,112); }
H1.HeaderClassName
{
color: #F0D870;
}
.AnyTagClassName
{
color: #F0D870;
}
</style>
background-color css
<style>
a { background-color: #F0D870; }
a { background-color: rgb(240,216,112); }
div.DivClassName
{
background-color: #F0D870;
}
.BgClassName
{
background-color: #F0D870;
}
</style>
border-color css
<style>
span { border-color: #F0D870; }
span { border-color: rgb(240,216,112); }
td.TdClassName
{
border-color: #F0D870;
}
.TagClassName
{
border-color: #F0D870;
}
</style>