Shades of Golden Sand #F2C564
Tints of Golden Sand #F2C564
RGB
CMYK
RGB Variations
Color information
#F2C564 (or 0xF2C564) is known color: Golden Sand. HEX triplet: F2, C5 and 64. RGB value is (242,197,100). Sum of RGB (Red+Green+Blue) = 242+197+100=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 100 (39.45% from 255 or 18.55% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C564 is #0D3A9B. Grayscale: #C7C7C7. Windows color (decimal): -866972 or 6604274. OLE color: 6604274.
HSL color Cylindrical-coordinate representation of color #F2C564: hue angle of 40.99º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2C564 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 100 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.05 |
| HSL | 40.99º | 0.85% | 0.67% | - |
| HSV(B) | 40.99º | 0.59% | 0.95% | - |
| XYZ | 58.88 | 59.73 | 20.48 | - |
| YUV | 199.4 | 71.91 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 100 | 0 | 0.19 | 0.59 | 0.05 | 40.99 | 0.85 | 0.67 |
| Hex | F2 | C5 | 64 | 0 | 13 | 3B | 5 | 29 | 55 | 43 |
| Octal | 362 | 305 | 144 | 0 | 23 | 73 | 5 | 51 | 125 | 103 |
| Binary | 11110010 | 11000101 | 1100100 | 0 | 10011 | 111011 | 101 | 101001 | 1010101 | 1000011 |
Color Harmonies of #F2C564
Complementary color
Monochromatic Colors of #F2C564
Black with #F2C564
Text Example
Text Example
White with #F2C564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C564; }
p { color: rgb(242,197,100); }
H1.HeaderClassName
{
color: #F2C564;
}
.AnyTagClassName
{
color: #F2C564;
}
</style>
background-color css
<style>
a { background-color: #F2C564; }
a { background-color: rgb(242,197,100); }
div.DivClassName
{
background-color: #F2C564;
}
.BgClassName
{
background-color: #F2C564;
}
</style>
border-color css
<style>
span { border-color: #F2C564; }
span { border-color: rgb(242,197,100); }
td.TdClassName
{
border-color: #F2C564;
}
.TagClassName
{
border-color: #F2C564;
}
</style>