Shades of Golden Sand #F6C665
Tints of Golden Sand #F6C665
RGB
CMYK
RGB Variations
Color information
#F6C665 (or 0xF6C665) is known color: Golden Sand. HEX triplet: F6, C6 and 65. RGB value is (246,198,101). Sum of RGB (Red+Green+Blue) = 246+198+101=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 101 (39.84% from 255 or 18.53% from 545); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C665 is #09399A. Grayscale: #C9C9C9. Windows color (decimal): -604571 or 6670070. OLE color: 6670070.
HSL color Cylindrical-coordinate representation of color #F6C665: hue angle of 40.14º 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 #F6C665 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 198 | 101 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.04 |
| HSL | 40.14º | 0.89% | 0.68% | - |
| HSV(B) | 40.14º | 0.59% | 0.96% | - |
| XYZ | 60.55 | 60.92 | 20.88 | - |
| YUV | 201.29 | 71.4 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 198 | 101 | 0 | 0.20 | 0.59 | 0.04 | 40.14 | 0.89 | 0.68 |
| Hex | F6 | C6 | 65 | 0 | 14 | 3B | 4 | 28 | 59 | 44 |
| Octal | 366 | 306 | 145 | 0 | 24 | 73 | 4 | 50 | 131 | 104 |
| Binary | 11110110 | 11000110 | 1100101 | 0 | 10100 | 111011 | 100 | 101000 | 1011001 | 1000100 |
Color Harmonies of #F6C665
Complementary color
Monochromatic Colors of #F6C665
Black with #F6C665
Text Example
Text Example
White with #F6C665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C665; }
p { color: rgb(246,198,101); }
H1.HeaderClassName
{
color: #F6C665;
}
.AnyTagClassName
{
color: #F6C665;
}
</style>
background-color css
<style>
a { background-color: #F6C665; }
a { background-color: rgb(246,198,101); }
div.DivClassName
{
background-color: #F6C665;
}
.BgClassName
{
background-color: #F6C665;
}
</style>
border-color css
<style>
span { border-color: #F6C665; }
span { border-color: rgb(246,198,101); }
td.TdClassName
{
border-color: #F6C665;
}
.TagClassName
{
border-color: #F6C665;
}
</style>