Shades of Golden Sand #F4C564
Tints of Golden Sand #F4C564
RGB
CMYK
RGB Variations
Color information
#F4C564 (or 0xF4C564) is known color: Golden Sand. HEX triplet: F4, C5 and 64. RGB value is (244,197,100). Sum of RGB (Red+Green+Blue) = 244+197+100=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 100 (39.45% from 255 or 18.48% from 541); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C564 is #0B3A9B. Grayscale: #C8C8C8. Windows color (decimal): -735900 or 6604276. OLE color: 6604276.
HSL color Cylindrical-coordinate representation of color #F4C564: hue angle of 40.42º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F4C564 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 197 | 100 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.04 |
| HSL | 40.42º | 0.87% | 0.67% | - |
| HSV(B) | 40.42º | 0.59% | 0.96% | - |
| XYZ | 59.57 | 60.09 | 20.51 | - |
| YUV | 200 | 71.57 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 197 | 100 | 0 | 0.19 | 0.59 | 0.04 | 40.42 | 0.87 | 0.67 |
| Hex | F4 | C5 | 64 | 0 | 13 | 3B | 4 | 28 | 57 | 43 |
| Octal | 364 | 305 | 144 | 0 | 23 | 73 | 4 | 50 | 127 | 103 |
| Binary | 11110100 | 11000101 | 1100100 | 0 | 10011 | 111011 | 100 | 101000 | 1010111 | 1000011 |
Color Harmonies of #F4C564
Complementary color
Monochromatic Colors of #F4C564
Black with #F4C564
Text Example
Text Example
White with #F4C564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C564; }
p { color: rgb(244,197,100); }
H1.HeaderClassName
{
color: #F4C564;
}
.AnyTagClassName
{
color: #F4C564;
}
</style>
background-color css
<style>
a { background-color: #F4C564; }
a { background-color: rgb(244,197,100); }
div.DivClassName
{
background-color: #F4C564;
}
.BgClassName
{
background-color: #F4C564;
}
</style>
border-color css
<style>
span { border-color: #F4C564; }
span { border-color: rgb(244,197,100); }
td.TdClassName
{
border-color: #F4C564;
}
.TagClassName
{
border-color: #F4C564;
}
</style>