Shades of Golden Sand #F7CB66
Tints of Golden Sand #F7CB66
RGB
CMYK
RGB Variations
Color information
#F7CB66 (or 0xF7CB66) is known color: Golden Sand. HEX triplet: F7, CB and 66. RGB value is (247,203,102). Sum of RGB (Red+Green+Blue) = 247+203+102=552 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.75% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 102 (40.23% from 255 or 18.48% from 552); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CB66 is #083499. Grayscale: #CDCDCD. Windows color (decimal): -537754 or 6736887. OLE color: 6736887.
HSL color Cylindrical-coordinate representation of color #F7CB66: hue angle of 41.79º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F7CB66 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 203 | 102 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.03 |
| HSL | 41.79º | 0.9% | 0.68% | - |
| HSV(B) | 41.79º | 0.59% | 0.97% | - |
| XYZ | 62.11 | 63.45 | 21.54 | - |
| YUV | 204.64 | 70.08 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 203 | 102 | 0 | 0.18 | 0.59 | 0.03 | 41.79 | 0.9 | 0.68 |
| Hex | F7 | CB | 66 | 0 | 12 | 3B | 3 | 2A | 5A | 44 |
| Octal | 367 | 313 | 146 | 0 | 22 | 73 | 3 | 52 | 132 | 104 |
| Binary | 11110111 | 11001011 | 1100110 | 0 | 10010 | 111011 | 11 | 101010 | 1011010 | 1000100 |
Color Harmonies of #F7CB66
Complementary color
Monochromatic Colors of #F7CB66
Black with #F7CB66
Text Example
Text Example
White with #F7CB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CB66; }
p { color: rgb(247,203,102); }
H1.HeaderClassName
{
color: #F7CB66;
}
.AnyTagClassName
{
color: #F7CB66;
}
</style>
background-color css
<style>
a { background-color: #F7CB66; }
a { background-color: rgb(247,203,102); }
div.DivClassName
{
background-color: #F7CB66;
}
.BgClassName
{
background-color: #F7CB66;
}
</style>
border-color css
<style>
span { border-color: #F7CB66; }
span { border-color: rgb(247,203,102); }
td.TdClassName
{
border-color: #F7CB66;
}
.TagClassName
{
border-color: #F7CB66;
}
</style>