Shades of Golden Sand #F0C662
Tints of Golden Sand #F0C662
RGB
CMYK
RGB Variations
Color information
#F0C662 (or 0xF0C662) is known color: Golden Sand. HEX triplet: F0, C6 and 62. RGB value is (240,198,98). Sum of RGB (Red+Green+Blue) = 240+198+98=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 98 (38.67% from 255 or 18.28% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C662 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C662 is #0F399D. Grayscale: #C7C7C7. Windows color (decimal): -997790 or 6473456. OLE color: 6473456.
HSL color Cylindrical-coordinate representation of color #F0C662: hue angle of 42.25º 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 #F0C662 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 198 | 98 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.06 |
| HSL | 42.25º | 0.83% | 0.66% | - |
| HSV(B) | 42.25º | 0.59% | 0.94% | - |
| XYZ | 58.33 | 59.8 | 20.02 | - |
| YUV | 199.16 | 70.91 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 198 | 98 | 0 | 0.18 | 0.59 | 0.06 | 42.25 | 0.83 | 0.66 |
| Hex | F0 | C6 | 62 | 0 | 12 | 3B | 6 | 2A | 53 | 42 |
| Octal | 360 | 306 | 142 | 0 | 22 | 73 | 6 | 52 | 123 | 102 |
| Binary | 11110000 | 11000110 | 1100010 | 0 | 10010 | 111011 | 110 | 101010 | 1010011 | 1000010 |
Color Harmonies of #F0C662
Complementary color
Monochromatic Colors of #F0C662
Black with #F0C662
Text Example
Text Example
White with #F0C662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C662; }
p { color: rgb(240,198,98); }
H1.HeaderClassName
{
color: #F0C662;
}
.AnyTagClassName
{
color: #F0C662;
}
</style>
background-color css
<style>
a { background-color: #F0C662; }
a { background-color: rgb(240,198,98); }
div.DivClassName
{
background-color: #F0C662;
}
.BgClassName
{
background-color: #F0C662;
}
</style>
border-color css
<style>
span { border-color: #F0C662; }
span { border-color: rgb(240,198,98); }
td.TdClassName
{
border-color: #F0C662;
}
.TagClassName
{
border-color: #F0C662;
}
</style>