Shades of Golden Sand #F6CB65
Tints of Golden Sand #F6CB65
RGB
CMYK
RGB Variations
Color information
#F6CB65 (or 0xF6CB65) is known color: Golden Sand. HEX triplet: F6, CB and 65. RGB value is (246,203,101). Sum of RGB (Red+Green+Blue) = 246+203+101=550 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.73% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 101 (39.84% from 255 or 18.36% from 550); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CB65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CB65 is #09349A. Grayscale: #CCCCCC. Windows color (decimal): -603291 or 6671350. OLE color: 6671350.
HSL color Cylindrical-coordinate representation of color #F6CB65: hue angle of 42.21º 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 #F6CB65 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 203 | 101 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.04 |
| HSL | 42.21º | 0.89% | 0.68% | - |
| HSV(B) | 42.21º | 0.59% | 0.96% | - |
| XYZ | 61.71 | 63.24 | 21.27 | - |
| YUV | 204.23 | 69.75 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 203 | 101 | 0 | 0.17 | 0.59 | 0.04 | 42.21 | 0.89 | 0.68 |
| Hex | F6 | CB | 65 | 0 | 11 | 3B | 4 | 2A | 59 | 44 |
| Octal | 366 | 313 | 145 | 0 | 21 | 73 | 4 | 52 | 131 | 104 |
| Binary | 11110110 | 11001011 | 1100101 | 0 | 10001 | 111011 | 100 | 101010 | 1011001 | 1000100 |
Color Harmonies of #F6CB65
Complementary color
Monochromatic Colors of #F6CB65
Black with #F6CB65
Text Example
Text Example
White with #F6CB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CB65; }
p { color: rgb(246,203,101); }
H1.HeaderClassName
{
color: #F6CB65;
}
.AnyTagClassName
{
color: #F6CB65;
}
</style>
background-color css
<style>
a { background-color: #F6CB65; }
a { background-color: rgb(246,203,101); }
div.DivClassName
{
background-color: #F6CB65;
}
.BgClassName
{
background-color: #F6CB65;
}
</style>
border-color css
<style>
span { border-color: #F6CB65; }
span { border-color: rgb(246,203,101); }
td.TdClassName
{
border-color: #F6CB65;
}
.TagClassName
{
border-color: #F6CB65;
}
</style>