Shades of Golden Sand #F0CE68
Tints of Golden Sand #F0CE68
RGB
CMYK
RGB Variations
Color information
#F0CE68 (or 0xF0CE68) is known color: Golden Sand. HEX triplet: F0, CE and 68. RGB value is (240,206,104). Sum of RGB (Red+Green+Blue) = 240+206+104=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 104 (41.02% from 255 or 18.91% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CE68 is #0F3197. Grayscale: #CCCCCC. Windows color (decimal): -995736 or 6868720. OLE color: 6868720.
HSL color Cylindrical-coordinate representation of color #F0CE68: hue angle of 45º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0CE68 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 104 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.06 |
| HSL | 45º | 0.82% | 0.67% | - |
| HSV(B) | 45º | 0.57% | 0.94% | - |
| XYZ | 60.51 | 63.67 | 22.2 | - |
| YUV | 204.54 | 71.26 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 104 | 0 | 0.14 | 0.57 | 0.06 | 45 | 0.82 | 0.67 |
| Hex | F0 | CE | 68 | 0 | E | 39 | 6 | 2D | 52 | 43 |
| Octal | 360 | 316 | 150 | 0 | 16 | 71 | 6 | 55 | 122 | 103 |
| Binary | 11110000 | 11001110 | 1101000 | 0 | 1110 | 111001 | 110 | 101101 | 1010010 | 1000011 |
Color Harmonies of #F0CE68
Complementary color
Monochromatic Colors of #F0CE68
Black with #F0CE68
Text Example
Text Example
White with #F0CE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CE68; }
p { color: rgb(240,206,104); }
H1.HeaderClassName
{
color: #F0CE68;
}
.AnyTagClassName
{
color: #F0CE68;
}
</style>
background-color css
<style>
a { background-color: #F0CE68; }
a { background-color: rgb(240,206,104); }
div.DivClassName
{
background-color: #F0CE68;
}
.BgClassName
{
background-color: #F0CE68;
}
</style>
border-color css
<style>
span { border-color: #F0CE68; }
span { border-color: rgb(240,206,104); }
td.TdClassName
{
border-color: #F0CE68;
}
.TagClassName
{
border-color: #F0CE68;
}
</style>