Shades of Golden Sand #F6CB66
Tints of Golden Sand #F6CB66
RGB
CMYK
RGB Variations
Color information
#F6CB66 (or 0xF6CB66) is known color: Golden Sand. HEX triplet: F6, CB and 66. RGB value is (246,203,102). Sum of RGB (Red+Green+Blue) = 246+203+102=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 102 (40.23% from 255 or 18.51% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CB66 is #093499. Grayscale: #CCCCCC. Windows color (decimal): -603290 or 6736886. OLE color: 6736886.
HSL color Cylindrical-coordinate representation of color #F6CB66: hue angle of 42.08º 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 #F6CB66 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 203 | 102 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.04 |
| HSL | 42.08º | 0.89% | 0.68% | - |
| HSV(B) | 42.08º | 0.59% | 0.96% | - |
| XYZ | 61.76 | 63.26 | 21.53 | - |
| YUV | 204.34 | 70.25 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 203 | 102 | 0 | 0.17 | 0.59 | 0.04 | 42.08 | 0.89 | 0.68 |
| Hex | F6 | CB | 66 | 0 | 11 | 3B | 4 | 2A | 59 | 44 |
| Octal | 366 | 313 | 146 | 0 | 21 | 73 | 4 | 52 | 131 | 104 |
| Binary | 11110110 | 11001011 | 1100110 | 0 | 10001 | 111011 | 100 | 101010 | 1011001 | 1000100 |
Color Harmonies of #F6CB66
Complementary color
Monochromatic Colors of #F6CB66
Black with #F6CB66
Text Example
Text Example
White with #F6CB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CB66; }
p { color: rgb(246,203,102); }
H1.HeaderClassName
{
color: #F6CB66;
}
.AnyTagClassName
{
color: #F6CB66;
}
</style>
background-color css
<style>
a { background-color: #F6CB66; }
a { background-color: rgb(246,203,102); }
div.DivClassName
{
background-color: #F6CB66;
}
.BgClassName
{
background-color: #F6CB66;
}
</style>
border-color css
<style>
span { border-color: #F6CB66; }
span { border-color: rgb(246,203,102); }
td.TdClassName
{
border-color: #F6CB66;
}
.TagClassName
{
border-color: #F6CB66;
}
</style>