Shades of Golden Sand #F6CC68
Tints of Golden Sand #F6CC68
RGB
CMYK
RGB Variations
Color information
#F6CC68 (or 0xF6CC68) is known color: Golden Sand. HEX triplet: F6, CC and 68. RGB value is (246,204,104). Sum of RGB (Red+Green+Blue) = 246+204+104=554 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.40% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 104 (41.02% from 255 or 18.77% from 554); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CC68 is #093397. Grayscale: #CDCDCD. Windows color (decimal): -603032 or 6868214. OLE color: 6868214.
HSL color Cylindrical-coordinate representation of color #F6CC68: hue angle of 42.25º 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 #F6CC68 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 204 | 104 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.04 |
| HSL | 42.25º | 0.89% | 0.69% | - |
| HSV(B) | 42.25º | 0.58% | 0.96% | - |
| XYZ | 62.1 | 63.78 | 22.13 | - |
| YUV | 205.16 | 70.91 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 204 | 104 | 0 | 0.17 | 0.58 | 0.04 | 42.25 | 0.89 | 0.69 |
| Hex | F6 | CC | 68 | 0 | 11 | 3A | 4 | 2A | 59 | 45 |
| Octal | 366 | 314 | 150 | 0 | 21 | 72 | 4 | 52 | 131 | 105 |
| Binary | 11110110 | 11001100 | 1101000 | 0 | 10001 | 111010 | 100 | 101010 | 1011001 | 1000101 |
Color Harmonies of #F6CC68
Complementary color
Monochromatic Colors of #F6CC68
Black with #F6CC68
Text Example
Text Example
White with #F6CC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CC68; }
p { color: rgb(246,204,104); }
H1.HeaderClassName
{
color: #F6CC68;
}
.AnyTagClassName
{
color: #F6CC68;
}
</style>
background-color css
<style>
a { background-color: #F6CC68; }
a { background-color: rgb(246,204,104); }
div.DivClassName
{
background-color: #F6CC68;
}
.BgClassName
{
background-color: #F6CC68;
}
</style>
border-color css
<style>
span { border-color: #F6CC68; }
span { border-color: rgb(246,204,104); }
td.TdClassName
{
border-color: #F6CC68;
}
.TagClassName
{
border-color: #F6CC68;
}
</style>