Shades of Golden Sand #F0CF6C
Tints of Golden Sand #F0CF6C
RGB
CMYK
RGB Variations
Color information
#F0CF6C (or 0xF0CF6C) is known color: Golden Sand. HEX triplet: F0, CF and 6C. RGB value is (240,207,108). Sum of RGB (Red+Green+Blue) = 240+207+108=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 108 (42.58% from 255 or 19.46% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CF6C is #0F3093. Grayscale: #CECECE. Windows color (decimal): -995476 or 7131120. OLE color: 7131120.
HSL color Cylindrical-coordinate representation of color #F0CF6C: hue angle of 45º 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 #F0CF6C is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 108 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.06 |
| HSL | 45º | 0.81% | 0.68% | - |
| HSV(B) | 45º | 0.55% | 0.94% | - |
| XYZ | 60.95 | 64.23 | 23.37 | - |
| YUV | 205.58 | 72.93 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 108 | 0 | 0.14 | 0.55 | 0.06 | 45 | 0.81 | 0.68 |
| Hex | F0 | CF | 6C | 0 | E | 37 | 6 | 2D | 51 | 44 |
| Octal | 360 | 317 | 154 | 0 | 16 | 67 | 6 | 55 | 121 | 104 |
| Binary | 11110000 | 11001111 | 1101100 | 0 | 1110 | 110111 | 110 | 101101 | 1010001 | 1000100 |
Color Harmonies of #F0CF6C
Complementary color
Monochromatic Colors of #F0CF6C
Black with #F0CF6C
Text Example
Text Example
White with #F0CF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CF6C; }
p { color: rgb(240,207,108); }
H1.HeaderClassName
{
color: #F0CF6C;
}
.AnyTagClassName
{
color: #F0CF6C;
}
</style>
background-color css
<style>
a { background-color: #F0CF6C; }
a { background-color: rgb(240,207,108); }
div.DivClassName
{
background-color: #F0CF6C;
}
.BgClassName
{
background-color: #F0CF6C;
}
</style>
border-color css
<style>
span { border-color: #F0CF6C; }
span { border-color: rgb(240,207,108); }
td.TdClassName
{
border-color: #F0CF6C;
}
.TagClassName
{
border-color: #F0CF6C;
}
</style>