Shades of Golden Sand #F6CB63
Tints of Golden Sand #F6CB63
RGB
CMYK
RGB Variations
Color information
#F6CB63 (or 0xF6CB63) is known color: Golden Sand. HEX triplet: F6, CB and 63. RGB value is (246,203,99). Sum of RGB (Red+Green+Blue) = 246+203+99=548 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.89% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 99 (39.06% from 255 or 18.07% from 548); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CB63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CB63 is #09349C. Grayscale: #CCCCCC. Windows color (decimal): -603293 or 6540278. OLE color: 6540278.
HSL color Cylindrical-coordinate representation of color #F6CB63: hue angle of 42.45º 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 #F6CB63 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 203 | 99 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.04 |
| HSL | 42.45º | 0.89% | 0.68% | - |
| HSV(B) | 42.45º | 0.6% | 0.96% | - |
| XYZ | 61.61 | 63.21 | 20.76 | - |
| YUV | 204 | 68.75 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 203 | 99 | 0 | 0.17 | 0.60 | 0.04 | 42.45 | 0.89 | 0.68 |
| Hex | F6 | CB | 63 | 0 | 11 | 3C | 4 | 2A | 59 | 44 |
| Octal | 366 | 313 | 143 | 0 | 21 | 74 | 4 | 52 | 131 | 104 |
| Binary | 11110110 | 11001011 | 1100011 | 0 | 10001 | 111100 | 100 | 101010 | 1011001 | 1000100 |
Color Harmonies of #F6CB63
Complementary color
Monochromatic Colors of #F6CB63
Black with #F6CB63
Text Example
Text Example
White with #F6CB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CB63; }
p { color: rgb(246,203,99); }
H1.HeaderClassName
{
color: #F6CB63;
}
.AnyTagClassName
{
color: #F6CB63;
}
</style>
background-color css
<style>
a { background-color: #F6CB63; }
a { background-color: rgb(246,203,99); }
div.DivClassName
{
background-color: #F6CB63;
}
.BgClassName
{
background-color: #F6CB63;
}
</style>
border-color css
<style>
span { border-color: #F6CB63; }
span { border-color: rgb(246,203,99); }
td.TdClassName
{
border-color: #F6CB63;
}
.TagClassName
{
border-color: #F6CB63;
}
</style>