Shades of Golden Sand #F6CC63
Tints of Golden Sand #F6CC63
RGB
CMYK
RGB Variations
Color information
#F6CC63 (or 0xF6CC63) is known color: Golden Sand. HEX triplet: F6, CC and 63. RGB value is (246,204,99). Sum of RGB (Red+Green+Blue) = 246+204+99=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 99 (39.06% from 255 or 18.03% from 549); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CC63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CC63 is #09339C. Grayscale: #CDCDCD. Windows color (decimal): -603037 or 6540534. OLE color: 6540534.
HSL color Cylindrical-coordinate representation of color #F6CC63: hue angle of 42.86º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F6CC63 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 204 | 99 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.04 |
| HSL | 42.86º | 0.89% | 0.68% | - |
| HSV(B) | 42.86º | 0.6% | 0.96% | - |
| XYZ | 61.85 | 63.68 | 20.84 | - |
| YUV | 204.59 | 68.41 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 204 | 99 | 0 | 0.17 | 0.60 | 0.04 | 42.86 | 0.89 | 0.68 |
| Hex | F6 | CC | 63 | 0 | 11 | 3C | 4 | 2B | 59 | 44 |
| Octal | 366 | 314 | 143 | 0 | 21 | 74 | 4 | 53 | 131 | 104 |
| Binary | 11110110 | 11001100 | 1100011 | 0 | 10001 | 111100 | 100 | 101011 | 1011001 | 1000100 |
Color Harmonies of #F6CC63
Complementary color
Monochromatic Colors of #F6CC63
Black with #F6CC63
Text Example
Text Example
White with #F6CC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CC63; }
p { color: rgb(246,204,99); }
H1.HeaderClassName
{
color: #F6CC63;
}
.AnyTagClassName
{
color: #F6CC63;
}
</style>
background-color css
<style>
a { background-color: #F6CC63; }
a { background-color: rgb(246,204,99); }
div.DivClassName
{
background-color: #F6CC63;
}
.BgClassName
{
background-color: #F6CC63;
}
</style>
border-color css
<style>
span { border-color: #F6CC63; }
span { border-color: rgb(246,204,99); }
td.TdClassName
{
border-color: #F6CC63;
}
.TagClassName
{
border-color: #F6CC63;
}
</style>