Shades of Golden Sand #F6C864
Tints of Golden Sand #F6C864
RGB
CMYK
RGB Variations
Color information
#F6C864 (or 0xF6C864) is known color: Golden Sand. HEX triplet: F6, C8 and 64. RGB value is (246,200,100). Sum of RGB (Red+Green+Blue) = 246+200+100=546 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.05% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 100 (39.45% from 255 or 18.32% from 546); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C864 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C864 is #09379B. Grayscale: #CACACA. Windows color (decimal): -604060 or 6605046. OLE color: 6605046.
HSL color Cylindrical-coordinate representation of color #F6C864: hue angle of 41.1º 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 #F6C864 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 200 | 100 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.04 |
| HSL | 41.1º | 0.89% | 0.68% | - |
| HSV(B) | 41.1º | 0.59% | 0.96% | - |
| XYZ | 60.96 | 61.82 | 20.78 | - |
| YUV | 202.35 | 70.24 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 200 | 100 | 0 | 0.19 | 0.59 | 0.04 | 41.1 | 0.89 | 0.68 |
| Hex | F6 | C8 | 64 | 0 | 13 | 3B | 4 | 29 | 59 | 44 |
| Octal | 366 | 310 | 144 | 0 | 23 | 73 | 4 | 51 | 131 | 104 |
| Binary | 11110110 | 11001000 | 1100100 | 0 | 10011 | 111011 | 100 | 101001 | 1011001 | 1000100 |
Color Harmonies of #F6C864
Complementary color
Monochromatic Colors of #F6C864
Black with #F6C864
Text Example
Text Example
White with #F6C864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C864; }
p { color: rgb(246,200,100); }
H1.HeaderClassName
{
color: #F6C864;
}
.AnyTagClassName
{
color: #F6C864;
}
</style>
background-color css
<style>
a { background-color: #F6C864; }
a { background-color: rgb(246,200,100); }
div.DivClassName
{
background-color: #F6C864;
}
.BgClassName
{
background-color: #F6C864;
}
</style>
border-color css
<style>
span { border-color: #F6C864; }
span { border-color: rgb(246,200,100); }
td.TdClassName
{
border-color: #F6C864;
}
.TagClassName
{
border-color: #F6C864;
}
</style>