Shades of Golden Sand #F0D562
Tints of Golden Sand #F0D562
RGB
CMYK
RGB Variations
Color information
#F0D562 (or 0xF0D562) is known color: Golden Sand. HEX triplet: F0, D5 and 62. RGB value is (240,213,98). Sum of RGB (Red+Green+Blue) = 240+213+98=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 98 (38.67% from 255 or 17.79% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D562 is #0F2A9D. Grayscale: #D0D0D0. Windows color (decimal): -993950 or 6477296. OLE color: 6477296.
HSL color Cylindrical-coordinate representation of color #F0D562: hue angle of 48.59º 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 #F0D562 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 98 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.06 |
| HSL | 48.59º | 0.83% | 0.66% | - |
| HSV(B) | 48.59º | 0.59% | 0.94% | - |
| XYZ | 61.93 | 67 | 21.22 | - |
| YUV | 207.96 | 65.95 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 98 | 0 | 0.11 | 0.59 | 0.06 | 48.59 | 0.83 | 0.66 |
| Hex | F0 | D5 | 62 | 0 | B | 3B | 6 | 31 | 53 | 42 |
| Octal | 360 | 325 | 142 | 0 | 13 | 73 | 6 | 61 | 123 | 102 |
| Binary | 11110000 | 11010101 | 1100010 | 0 | 1011 | 111011 | 110 | 110001 | 1010011 | 1000010 |
Color Harmonies of #F0D562
Complementary color
Monochromatic Colors of #F0D562
Black with #F0D562
Text Example
Text Example
White with #F0D562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D562; }
p { color: rgb(240,213,98); }
H1.HeaderClassName
{
color: #F0D562;
}
.AnyTagClassName
{
color: #F0D562;
}
</style>
background-color css
<style>
a { background-color: #F0D562; }
a { background-color: rgb(240,213,98); }
div.DivClassName
{
background-color: #F0D562;
}
.BgClassName
{
background-color: #F0D562;
}
</style>
border-color css
<style>
span { border-color: #F0D562; }
span { border-color: rgb(240,213,98); }
td.TdClassName
{
border-color: #F0D562;
}
.TagClassName
{
border-color: #F0D562;
}
</style>