Shades of Golden Sand #F6CE68
Tints of Golden Sand #F6CE68
RGB
CMYK
RGB Variations
Color information
#F6CE68 (or 0xF6CE68) is known color: Golden Sand. HEX triplet: F6, CE and 68. RGB value is (246,206,104). Sum of RGB (Red+Green+Blue) = 246+206+104=556 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.24% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 104 (41.02% from 255 or 18.71% from 556); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CE68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CE68 is #093197. Grayscale: #CECECE. Windows color (decimal): -602520 or 6868726. OLE color: 6868726.
HSL color Cylindrical-coordinate representation of color #F6CE68: hue angle of 43.1º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F6CE68 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 206 | 104 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.04 |
| HSL | 43.1º | 0.89% | 0.69% | - |
| HSV(B) | 43.1º | 0.58% | 0.96% | - |
| XYZ | 62.58 | 64.73 | 22.29 | - |
| YUV | 206.33 | 70.25 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 206 | 104 | 0 | 0.16 | 0.58 | 0.04 | 43.1 | 0.89 | 0.69 |
| Hex | F6 | CE | 68 | 0 | 10 | 3A | 4 | 2B | 59 | 45 |
| Octal | 366 | 316 | 150 | 0 | 20 | 72 | 4 | 53 | 131 | 105 |
| Binary | 11110110 | 11001110 | 1101000 | 0 | 10000 | 111010 | 100 | 101011 | 1011001 | 1000101 |
Color Harmonies of #F6CE68
Complementary color
Monochromatic Colors of #F6CE68
Black with #F6CE68
Text Example
Text Example
White with #F6CE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CE68; }
p { color: rgb(246,206,104); }
H1.HeaderClassName
{
color: #F6CE68;
}
.AnyTagClassName
{
color: #F6CE68;
}
</style>
background-color css
<style>
a { background-color: #F6CE68; }
a { background-color: rgb(246,206,104); }
div.DivClassName
{
background-color: #F6CE68;
}
.BgClassName
{
background-color: #F6CE68;
}
</style>
border-color css
<style>
span { border-color: #F6CE68; }
span { border-color: rgb(246,206,104); }
td.TdClassName
{
border-color: #F6CE68;
}
.TagClassName
{
border-color: #F6CE68;
}
</style>