Shades of Golden Sand #F7CB65
Tints of Golden Sand #F7CB65
RGB
CMYK
RGB Variations
Color information
#F7CB65 (or 0xF7CB65) is known color: Golden Sand. HEX triplet: F7, CB and 65. RGB value is (247,203,101). Sum of RGB (Red+Green+Blue) = 247+203+101=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 101 (39.84% from 255 or 18.33% from 551); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CB65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CB65 is #08349A. Grayscale: #CCCCCC. Windows color (decimal): -537755 or 6671351. OLE color: 6671351.
HSL color Cylindrical-coordinate representation of color #F7CB65: hue angle of 41.92º 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 #F7CB65 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 203 | 101 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.03 |
| HSL | 41.92º | 0.9% | 0.68% | - |
| HSV(B) | 41.92º | 0.59% | 0.97% | - |
| XYZ | 62.06 | 63.43 | 21.28 | - |
| YUV | 204.53 | 69.58 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 203 | 101 | 0 | 0.18 | 0.59 | 0.03 | 41.92 | 0.9 | 0.68 |
| Hex | F7 | CB | 65 | 0 | 12 | 3B | 3 | 2A | 5A | 44 |
| Octal | 367 | 313 | 145 | 0 | 22 | 73 | 3 | 52 | 132 | 104 |
| Binary | 11110111 | 11001011 | 1100101 | 0 | 10010 | 111011 | 11 | 101010 | 1011010 | 1000100 |
Color Harmonies of #F7CB65
Complementary color
Monochromatic Colors of #F7CB65
Black with #F7CB65
Text Example
Text Example
White with #F7CB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CB65; }
p { color: rgb(247,203,101); }
H1.HeaderClassName
{
color: #F7CB65;
}
.AnyTagClassName
{
color: #F7CB65;
}
</style>
background-color css
<style>
a { background-color: #F7CB65; }
a { background-color: rgb(247,203,101); }
div.DivClassName
{
background-color: #F7CB65;
}
.BgClassName
{
background-color: #F7CB65;
}
</style>
border-color css
<style>
span { border-color: #F7CB65; }
span { border-color: rgb(247,203,101); }
td.TdClassName
{
border-color: #F7CB65;
}
.TagClassName
{
border-color: #F7CB65;
}
</style>