Shades of Golden Sand #F0C562
Tints of Golden Sand #F0C562
RGB
CMYK
RGB Variations
Color information
#F0C562 (or 0xF0C562) is known color: Golden Sand. HEX triplet: F0, C5 and 62. RGB value is (240,197,98). Sum of RGB (Red+Green+Blue) = 240+197+98=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 98 (38.67% from 255 or 18.32% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C562 is #0F3A9D. Grayscale: #C7C7C7. Windows color (decimal): -998046 or 6473200. OLE color: 6473200.
HSL color Cylindrical-coordinate representation of color #F0C562: hue angle of 41.83º 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 #F0C562 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 197 | 98 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.06 |
| HSL | 41.83º | 0.83% | 0.66% | - |
| HSV(B) | 41.83º | 0.59% | 0.94% | - |
| XYZ | 58.11 | 59.34 | 19.95 | - |
| YUV | 198.57 | 71.25 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 197 | 98 | 0 | 0.18 | 0.59 | 0.06 | 41.83 | 0.83 | 0.66 |
| Hex | F0 | C5 | 62 | 0 | 12 | 3B | 6 | 2A | 53 | 42 |
| Octal | 360 | 305 | 142 | 0 | 22 | 73 | 6 | 52 | 123 | 102 |
| Binary | 11110000 | 11000101 | 1100010 | 0 | 10010 | 111011 | 110 | 101010 | 1010011 | 1000010 |
Color Harmonies of #F0C562
Complementary color
Monochromatic Colors of #F0C562
Black with #F0C562
Text Example
Text Example
White with #F0C562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C562; }
p { color: rgb(240,197,98); }
H1.HeaderClassName
{
color: #F0C562;
}
.AnyTagClassName
{
color: #F0C562;
}
</style>
background-color css
<style>
a { background-color: #F0C562; }
a { background-color: rgb(240,197,98); }
div.DivClassName
{
background-color: #F0C562;
}
.BgClassName
{
background-color: #F0C562;
}
</style>
border-color css
<style>
span { border-color: #F0C562; }
span { border-color: rgb(240,197,98); }
td.TdClassName
{
border-color: #F0C562;
}
.TagClassName
{
border-color: #F0C562;
}
</style>