Shades of Golden Sand #F0CC6C
Tints of Golden Sand #F0CC6C
RGB
CMYK
RGB Variations
Color information
#F0CC6C (or 0xF0CC6C) is known color: Golden Sand. HEX triplet: F0, CC and 6C. RGB value is (240,204,108). Sum of RGB (Red+Green+Blue) = 240+204+108=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 108 (42.58% from 255 or 19.57% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CC6C is #0F3393. Grayscale: #CCCCCC. Windows color (decimal): -996244 or 7130352. OLE color: 7130352.
HSL color Cylindrical-coordinate representation of color #F0CC6C: hue angle of 43.64º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0CC6C is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 108 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.06 |
| HSL | 43.64º | 0.81% | 0.68% | - |
| HSV(B) | 43.64º | 0.55% | 0.94% | - |
| XYZ | 60.23 | 62.79 | 23.13 | - |
| YUV | 203.82 | 73.93 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 108 | 0 | 0.15 | 0.55 | 0.06 | 43.64 | 0.81 | 0.68 |
| Hex | F0 | CC | 6C | 0 | F | 37 | 6 | 2C | 51 | 44 |
| Octal | 360 | 314 | 154 | 0 | 17 | 67 | 6 | 54 | 121 | 104 |
| Binary | 11110000 | 11001100 | 1101100 | 0 | 1111 | 110111 | 110 | 101100 | 1010001 | 1000100 |
Color Harmonies of #F0CC6C
Complementary color
Monochromatic Colors of #F0CC6C
Black with #F0CC6C
Text Example
Text Example
White with #F0CC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CC6C; }
p { color: rgb(240,204,108); }
H1.HeaderClassName
{
color: #F0CC6C;
}
.AnyTagClassName
{
color: #F0CC6C;
}
</style>
background-color css
<style>
a { background-color: #F0CC6C; }
a { background-color: rgb(240,204,108); }
div.DivClassName
{
background-color: #F0CC6C;
}
.BgClassName
{
background-color: #F0CC6C;
}
</style>
border-color css
<style>
span { border-color: #F0CC6C; }
span { border-color: rgb(240,204,108); }
td.TdClassName
{
border-color: #F0CC6C;
}
.TagClassName
{
border-color: #F0CC6C;
}
</style>