Shades of Golden Sand #F0C665
Tints of Golden Sand #F0C665
RGB
CMYK
RGB Variations
Color information
#F0C665 (or 0xF0C665) is known color: Golden Sand. HEX triplet: F0, C6 and 65. RGB value is (240,198,101). Sum of RGB (Red+Green+Blue) = 240+198+101=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C665 is #0F399A. Grayscale: #C7C7C7. Windows color (decimal): -997787 or 6670064. OLE color: 6670064.
HSL color Cylindrical-coordinate representation of color #F0C665: hue angle of 41.87º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F0C665 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 198 | 101 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.06 |
| HSL | 41.87º | 0.82% | 0.67% | - |
| HSV(B) | 41.87º | 0.58% | 0.94% | - |
| XYZ | 58.48 | 59.85 | 20.78 | - |
| YUV | 199.5 | 72.41 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 198 | 101 | 0 | 0.18 | 0.58 | 0.06 | 41.87 | 0.82 | 0.67 |
| Hex | F0 | C6 | 65 | 0 | 12 | 3A | 6 | 2A | 52 | 43 |
| Octal | 360 | 306 | 145 | 0 | 22 | 72 | 6 | 52 | 122 | 103 |
| Binary | 11110000 | 11000110 | 1100101 | 0 | 10010 | 111010 | 110 | 101010 | 1010010 | 1000011 |
Color Harmonies of #F0C665
Complementary color
Monochromatic Colors of #F0C665
Black with #F0C665
Text Example
Text Example
White with #F0C665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C665; }
p { color: rgb(240,198,101); }
H1.HeaderClassName
{
color: #F0C665;
}
.AnyTagClassName
{
color: #F0C665;
}
</style>
background-color css
<style>
a { background-color: #F0C665; }
a { background-color: rgb(240,198,101); }
div.DivClassName
{
background-color: #F0C665;
}
.BgClassName
{
background-color: #F0C665;
}
</style>
border-color css
<style>
span { border-color: #F0C665; }
span { border-color: rgb(240,198,101); }
td.TdClassName
{
border-color: #F0C665;
}
.TagClassName
{
border-color: #F0C665;
}
</style>