Shades of Golden Sand #F4CC64
Tints of Golden Sand #F4CC64
RGB
CMYK
RGB Variations
Color information
#F4CC64 (or 0xF4CC64) is known color: Golden Sand. HEX triplet: F4, CC and 64. RGB value is (244,204,100). Sum of RGB (Red+Green+Blue) = 244+204+100=548 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.53% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 100 (39.45% from 255 or 18.25% from 548); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4CC64 is #0B339B. Grayscale: #CCCCCC. Windows color (decimal): -734108 or 6606068. OLE color: 6606068.
HSL color Cylindrical-coordinate representation of color #F4CC64: hue angle of 43.33º 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 #F4CC64 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 204 | 100 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.04 |
| HSL | 43.33º | 0.87% | 0.67% | - |
| HSV(B) | 43.33º | 0.59% | 0.96% | - |
| XYZ | 61.2 | 63.34 | 21.06 | - |
| YUV | 204.1 | 69.25 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 204 | 100 | 0 | 0.16 | 0.59 | 0.04 | 43.33 | 0.87 | 0.67 |
| Hex | F4 | CC | 64 | 0 | 10 | 3B | 4 | 2B | 57 | 43 |
| Octal | 364 | 314 | 144 | 0 | 20 | 73 | 4 | 53 | 127 | 103 |
| Binary | 11110100 | 11001100 | 1100100 | 0 | 10000 | 111011 | 100 | 101011 | 1010111 | 1000011 |
Color Harmonies of #F4CC64
Complementary color
Monochromatic Colors of #F4CC64
Black with #F4CC64
Text Example
Text Example
White with #F4CC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CC64; }
p { color: rgb(244,204,100); }
H1.HeaderClassName
{
color: #F4CC64;
}
.AnyTagClassName
{
color: #F4CC64;
}
</style>
background-color css
<style>
a { background-color: #F4CC64; }
a { background-color: rgb(244,204,100); }
div.DivClassName
{
background-color: #F4CC64;
}
.BgClassName
{
background-color: #F4CC64;
}
</style>
border-color css
<style>
span { border-color: #F4CC64; }
span { border-color: rgb(244,204,100); }
td.TdClassName
{
border-color: #F4CC64;
}
.TagClassName
{
border-color: #F4CC64;
}
</style>