Shades of Golden Sand #F6CE65
Tints of Golden Sand #F6CE65
RGB
CMYK
RGB Variations
Color information
#F6CE65 (or 0xF6CE65) is known color: Golden Sand. HEX triplet: F6, CE and 65. RGB value is (246,206,101). Sum of RGB (Red+Green+Blue) = 246+206+101=553 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.48% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 101 (39.84% from 255 or 18.26% from 553); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CE65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CE65 is #09319A. Grayscale: #CECECE. Windows color (decimal): -602523 or 6672118. OLE color: 6672118.
HSL color Cylindrical-coordinate representation of color #F6CE65: hue angle of 43.45º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F6CE65 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 206 | 101 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.04 |
| HSL | 43.45º | 0.89% | 0.68% | - |
| HSV(B) | 43.45º | 0.59% | 0.96% | - |
| XYZ | 62.43 | 64.68 | 21.51 | - |
| YUV | 205.99 | 68.75 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 206 | 101 | 0 | 0.16 | 0.59 | 0.04 | 43.45 | 0.89 | 0.68 |
| Hex | F6 | CE | 65 | 0 | 10 | 3B | 4 | 2B | 59 | 44 |
| Octal | 366 | 316 | 145 | 0 | 20 | 73 | 4 | 53 | 131 | 104 |
| Binary | 11110110 | 11001110 | 1100101 | 0 | 10000 | 111011 | 100 | 101011 | 1011001 | 1000100 |
Color Harmonies of #F6CE65
Complementary color
Monochromatic Colors of #F6CE65
Black with #F6CE65
Text Example
Text Example
White with #F6CE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CE65; }
p { color: rgb(246,206,101); }
H1.HeaderClassName
{
color: #F6CE65;
}
.AnyTagClassName
{
color: #F6CE65;
}
</style>
background-color css
<style>
a { background-color: #F6CE65; }
a { background-color: rgb(246,206,101); }
div.DivClassName
{
background-color: #F6CE65;
}
.BgClassName
{
background-color: #F6CE65;
}
</style>
border-color css
<style>
span { border-color: #F6CE65; }
span { border-color: rgb(246,206,101); }
td.TdClassName
{
border-color: #F6CE65;
}
.TagClassName
{
border-color: #F6CE65;
}
</style>