Shades of Golden Sand #F0CE65
Tints of Golden Sand #F0CE65
RGB
CMYK
RGB Variations
Color information
#F0CE65 (or 0xF0CE65) is known color: Golden Sand. HEX triplet: F0, CE and 65. RGB value is (240,206,101). Sum of RGB (Red+Green+Blue) = 240+206+101=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CE65 is #0F319A. Grayscale: #CCCCCC. Windows color (decimal): -995739 or 6672112. OLE color: 6672112.
HSL color Cylindrical-coordinate representation of color #F0CE65: hue angle of 45.32º 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 #F0CE65 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 101 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.06 |
| HSL | 45.32º | 0.82% | 0.67% | - |
| HSV(B) | 45.32º | 0.58% | 0.94% | - |
| XYZ | 60.36 | 63.61 | 21.41 | - |
| YUV | 204.2 | 69.76 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 101 | 0 | 0.14 | 0.58 | 0.06 | 45.32 | 0.82 | 0.67 |
| Hex | F0 | CE | 65 | 0 | E | 3A | 6 | 2D | 52 | 43 |
| Octal | 360 | 316 | 145 | 0 | 16 | 72 | 6 | 55 | 122 | 103 |
| Binary | 11110000 | 11001110 | 1100101 | 0 | 1110 | 111010 | 110 | 101101 | 1010010 | 1000011 |
Color Harmonies of #F0CE65
Complementary color
Monochromatic Colors of #F0CE65
Black with #F0CE65
Text Example
Text Example
White with #F0CE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CE65; }
p { color: rgb(240,206,101); }
H1.HeaderClassName
{
color: #F0CE65;
}
.AnyTagClassName
{
color: #F0CE65;
}
</style>
background-color css
<style>
a { background-color: #F0CE65; }
a { background-color: rgb(240,206,101); }
div.DivClassName
{
background-color: #F0CE65;
}
.BgClassName
{
background-color: #F0CE65;
}
</style>
border-color css
<style>
span { border-color: #F0CE65; }
span { border-color: rgb(240,206,101); }
td.TdClassName
{
border-color: #F0CE65;
}
.TagClassName
{
border-color: #F0CE65;
}
</style>