Shades of Golden Sand #F0D062
Tints of Golden Sand #F0D062
RGB
CMYK
RGB Variations
Color information
#F0D062 (or 0xF0D062) is known color: Golden Sand. HEX triplet: F0, D0 and 62. RGB value is (240,208,98). Sum of RGB (Red+Green+Blue) = 240+208+98=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 98 (38.67% from 255 or 17.95% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D062 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D062 is #0F2F9D. Grayscale: #CDCDCD. Windows color (decimal): -995230 or 6476016. OLE color: 6476016.
HSL color Cylindrical-coordinate representation of color #F0D062: hue angle of 46.48º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0D062 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 98 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.06 |
| HSL | 46.48º | 0.83% | 0.66% | - |
| HSV(B) | 46.48º | 0.59% | 0.94% | - |
| XYZ | 60.7 | 64.52 | 20.81 | - |
| YUV | 205.03 | 67.6 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 98 | 0 | 0.13 | 0.59 | 0.06 | 46.48 | 0.83 | 0.66 |
| Hex | F0 | D0 | 62 | 0 | D | 3B | 6 | 2E | 53 | 42 |
| Octal | 360 | 320 | 142 | 0 | 15 | 73 | 6 | 56 | 123 | 102 |
| Binary | 11110000 | 11010000 | 1100010 | 0 | 1101 | 111011 | 110 | 101110 | 1010011 | 1000010 |
Color Harmonies of #F0D062
Complementary color
Monochromatic Colors of #F0D062
Black with #F0D062
Text Example
Text Example
White with #F0D062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D062; }
p { color: rgb(240,208,98); }
H1.HeaderClassName
{
color: #F0D062;
}
.AnyTagClassName
{
color: #F0D062;
}
</style>
background-color css
<style>
a { background-color: #F0D062; }
a { background-color: rgb(240,208,98); }
div.DivClassName
{
background-color: #F0D062;
}
.BgClassName
{
background-color: #F0D062;
}
</style>
border-color css
<style>
span { border-color: #F0D062; }
span { border-color: rgb(240,208,98); }
td.TdClassName
{
border-color: #F0D062;
}
.TagClassName
{
border-color: #F0D062;
}
</style>