Shades of Golden Sand #F0CE62
Tints of Golden Sand #F0CE62
RGB
CMYK
RGB Variations
Color information
#F0CE62 (or 0xF0CE62) is known color: Golden Sand. HEX triplet: F0, CE and 62. RGB value is (240,206,98). Sum of RGB (Red+Green+Blue) = 240+206+98=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 98 (38.67% from 255 or 18.01% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CE62 is #0F319D. Grayscale: #CCCCCC. Windows color (decimal): -995742 or 6475504. OLE color: 6475504.
HSL color Cylindrical-coordinate representation of color #F0CE62: hue angle of 45.63º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0CE62 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 98 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.06 |
| HSL | 45.63º | 0.83% | 0.66% | - |
| HSV(B) | 45.63º | 0.59% | 0.94% | - |
| XYZ | 60.21 | 63.55 | 20.65 | - |
| YUV | 203.85 | 68.26 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 98 | 0 | 0.14 | 0.59 | 0.06 | 45.63 | 0.83 | 0.66 |
| Hex | F0 | CE | 62 | 0 | E | 3B | 6 | 2E | 53 | 42 |
| Octal | 360 | 316 | 142 | 0 | 16 | 73 | 6 | 56 | 123 | 102 |
| Binary | 11110000 | 11001110 | 1100010 | 0 | 1110 | 111011 | 110 | 101110 | 1010011 | 1000010 |
Color Harmonies of #F0CE62
Complementary color
Monochromatic Colors of #F0CE62
Black with #F0CE62
Text Example
Text Example
White with #F0CE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CE62; }
p { color: rgb(240,206,98); }
H1.HeaderClassName
{
color: #F0CE62;
}
.AnyTagClassName
{
color: #F0CE62;
}
</style>
background-color css
<style>
a { background-color: #F0CE62; }
a { background-color: rgb(240,206,98); }
div.DivClassName
{
background-color: #F0CE62;
}
.BgClassName
{
background-color: #F0CE62;
}
</style>
border-color css
<style>
span { border-color: #F0CE62; }
span { border-color: rgb(240,206,98); }
td.TdClassName
{
border-color: #F0CE62;
}
.TagClassName
{
border-color: #F0CE62;
}
</style>