Shades of Golden Sand #F0D270
Tints of Golden Sand #F0D270
RGB
CMYK
RGB Variations
Color information
#F0D270 (or 0xF0D270) is known color: Golden Sand. HEX triplet: F0, D2 and 70. RGB value is (240,210,112). Sum of RGB (Red+Green+Blue) = 240+210+112=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 112 (44.14% from 255 or 19.93% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D270 is #0F2D8F. Grayscale: #D0D0D0. Windows color (decimal): -994704 or 7394032. OLE color: 7394032.
HSL color Cylindrical-coordinate representation of color #F0D270: hue angle of 45.94º 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 #F0D270 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 112 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.06 |
| HSL | 45.94º | 0.81% | 0.69% | - |
| HSV(B) | 45.94º | 0.53% | 0.94% | - |
| XYZ | 61.91 | 65.79 | 24.76 | - |
| YUV | 207.8 | 73.94 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 112 | 0 | 0.12 | 0.53 | 0.06 | 45.94 | 0.81 | 0.69 |
| Hex | F0 | D2 | 70 | 0 | C | 35 | 6 | 2E | 51 | 45 |
| Octal | 360 | 322 | 160 | 0 | 14 | 65 | 6 | 56 | 121 | 105 |
| Binary | 11110000 | 11010010 | 1110000 | 0 | 1100 | 110101 | 110 | 101110 | 1010001 | 1000101 |
Color Harmonies of #F0D270
Complementary color
Monochromatic Colors of #F0D270
Black with #F0D270
Text Example
Text Example
White with #F0D270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D270; }
p { color: rgb(240,210,112); }
H1.HeaderClassName
{
color: #F0D270;
}
.AnyTagClassName
{
color: #F0D270;
}
</style>
background-color css
<style>
a { background-color: #F0D270; }
a { background-color: rgb(240,210,112); }
div.DivClassName
{
background-color: #F0D270;
}
.BgClassName
{
background-color: #F0D270;
}
</style>
border-color css
<style>
span { border-color: #F0D270; }
span { border-color: rgb(240,210,112); }
td.TdClassName
{
border-color: #F0D270;
}
.TagClassName
{
border-color: #F0D270;
}
</style>