Shades of Golden Sand #F0CC5E
Tints of Golden Sand #F0CC5E
RGB
CMYK
RGB Variations
Color information
#F0CC5E (or 0xF0CC5E) is known color: Golden Sand. HEX triplet: F0, CC and 5E. RGB value is (240,204,94). Sum of RGB (Red+Green+Blue) = 240+204+94=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 94 (37.11% from 255 or 17.47% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CC5E is #0F33A1. Grayscale: #CACACA. Windows color (decimal): -996258 or 6212848. OLE color: 6212848.
HSL color Cylindrical-coordinate representation of color #F0CC5E: hue angle of 45.21º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0CC5E is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 94 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.06 |
| HSL | 45.21º | 0.83% | 0.65% | - |
| HSV(B) | 45.21º | 0.61% | 0.94% | - |
| XYZ | 59.55 | 62.52 | 19.52 | - |
| YUV | 202.22 | 66.93 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 94 | 0 | 0.15 | 0.61 | 0.06 | 45.21 | 0.83 | 0.65 |
| Hex | F0 | CC | 5E | 0 | F | 3D | 6 | 2D | 53 | 41 |
| Octal | 360 | 314 | 136 | 0 | 17 | 75 | 6 | 55 | 123 | 101 |
| Binary | 11110000 | 11001100 | 1011110 | 0 | 1111 | 111101 | 110 | 101101 | 1010011 | 1000001 |
Color Harmonies of #F0CC5E
Complementary color
Monochromatic Colors of #F0CC5E
Black with #F0CC5E
Text Example
Text Example
White with #F0CC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CC5E; }
p { color: rgb(240,204,94); }
H1.HeaderClassName
{
color: #F0CC5E;
}
.AnyTagClassName
{
color: #F0CC5E;
}
</style>
background-color css
<style>
a { background-color: #F0CC5E; }
a { background-color: rgb(240,204,94); }
div.DivClassName
{
background-color: #F0CC5E;
}
.BgClassName
{
background-color: #F0CC5E;
}
</style>
border-color css
<style>
span { border-color: #F0CC5E; }
span { border-color: rgb(240,204,94); }
td.TdClassName
{
border-color: #F0CC5E;
}
.TagClassName
{
border-color: #F0CC5E;
}
</style>