Shades of Golden Sand #F0CE6E
Tints of Golden Sand #F0CE6E
RGB
CMYK
RGB Variations
Color information
#F0CE6E (or 0xF0CE6E) is known color: Golden Sand. HEX triplet: F0, CE and 6E. RGB value is (240,206,110). Sum of RGB (Red+Green+Blue) = 240+206+110=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 110 (43.36% from 255 or 19.78% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CE6E is #0F3191. Grayscale: #CDCDCD. Windows color (decimal): -995730 or 7261936. OLE color: 7261936.
HSL color Cylindrical-coordinate representation of color #F0CE6E: hue angle of 44.31º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0CE6E is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 110 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.06 |
| HSL | 44.31º | 0.81% | 0.69% | - |
| HSV(B) | 44.31º | 0.54% | 0.94% | - |
| XYZ | 60.82 | 63.79 | 23.86 | - |
| YUV | 205.22 | 74.26 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 110 | 0 | 0.14 | 0.54 | 0.06 | 44.31 | 0.81 | 0.69 |
| Hex | F0 | CE | 6E | 0 | E | 36 | 6 | 2C | 51 | 45 |
| Octal | 360 | 316 | 156 | 0 | 16 | 66 | 6 | 54 | 121 | 105 |
| Binary | 11110000 | 11001110 | 1101110 | 0 | 1110 | 110110 | 110 | 101100 | 1010001 | 1000101 |
Color Harmonies of #F0CE6E
Complementary color
Monochromatic Colors of #F0CE6E
Black with #F0CE6E
Text Example
Text Example
White with #F0CE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CE6E; }
p { color: rgb(240,206,110); }
H1.HeaderClassName
{
color: #F0CE6E;
}
.AnyTagClassName
{
color: #F0CE6E;
}
</style>
background-color css
<style>
a { background-color: #F0CE6E; }
a { background-color: rgb(240,206,110); }
div.DivClassName
{
background-color: #F0CE6E;
}
.BgClassName
{
background-color: #F0CE6E;
}
</style>
border-color css
<style>
span { border-color: #F0CE6E; }
span { border-color: rgb(240,206,110); }
td.TdClassName
{
border-color: #F0CE6E;
}
.TagClassName
{
border-color: #F0CE6E;
}
</style>