Shades of Golden Sand #F7CC65
Tints of Golden Sand #F7CC65
RGB
CMYK
RGB Variations
Color information
#F7CC65 (or 0xF7CC65) is known color: Golden Sand. HEX triplet: F7, CC and 65. RGB value is (247,204,101). Sum of RGB (Red+Green+Blue) = 247+204+101=552 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.75% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 101 (39.84% from 255 or 18.30% from 552); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CC65 is #08339A. Grayscale: #CDCDCD. Windows color (decimal): -537499 or 6671607. OLE color: 6671607.
HSL color Cylindrical-coordinate representation of color #F7CC65: hue angle of 42.33º 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 #F7CC65 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 204 | 101 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.03 |
| HSL | 42.33º | 0.9% | 0.68% | - |
| HSV(B) | 42.33º | 0.59% | 0.97% | - |
| XYZ | 62.3 | 63.9 | 21.36 | - |
| YUV | 205.12 | 69.25 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 204 | 101 | 0 | 0.17 | 0.59 | 0.03 | 42.33 | 0.9 | 0.68 |
| Hex | F7 | CC | 65 | 0 | 11 | 3B | 3 | 2A | 5A | 44 |
| Octal | 367 | 314 | 145 | 0 | 21 | 73 | 3 | 52 | 132 | 104 |
| Binary | 11110111 | 11001100 | 1100101 | 0 | 10001 | 111011 | 11 | 101010 | 1011010 | 1000100 |
Color Harmonies of #F7CC65
Complementary color
Monochromatic Colors of #F7CC65
Black with #F7CC65
Text Example
Text Example
White with #F7CC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CC65; }
p { color: rgb(247,204,101); }
H1.HeaderClassName
{
color: #F7CC65;
}
.AnyTagClassName
{
color: #F7CC65;
}
</style>
background-color css
<style>
a { background-color: #F7CC65; }
a { background-color: rgb(247,204,101); }
div.DivClassName
{
background-color: #F7CC65;
}
.BgClassName
{
background-color: #F7CC65;
}
</style>
border-color css
<style>
span { border-color: #F7CC65; }
span { border-color: rgb(247,204,101); }
td.TdClassName
{
border-color: #F7CC65;
}
.TagClassName
{
border-color: #F7CC65;
}
</style>