Shades of Golden Sand #F5C964
Tints of Golden Sand #F5C964
RGB
CMYK
RGB Variations
Color information
#F5C964 (or 0xF5C964) is known color: Golden Sand. HEX triplet: F5, C9 and 64. RGB value is (245,201,100). Sum of RGB (Red+Green+Blue) = 245+201+100=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 100 (39.45% from 255 or 18.32% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C964 is #0A369B. Grayscale: #CBCBCB. Windows color (decimal): -669340 or 6605301. OLE color: 6605301.
HSL color Cylindrical-coordinate representation of color #F5C964: hue angle of 41.79º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5C964 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 201 | 100 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.04 |
| HSL | 41.79º | 0.88% | 0.68% | - |
| HSV(B) | 41.79º | 0.59% | 0.96% | - |
| XYZ | 60.84 | 62.11 | 20.84 | - |
| YUV | 202.64 | 70.08 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 201 | 100 | 0 | 0.18 | 0.59 | 0.04 | 41.79 | 0.88 | 0.68 |
| Hex | F5 | C9 | 64 | 0 | 12 | 3B | 4 | 2A | 58 | 44 |
| Octal | 365 | 311 | 144 | 0 | 22 | 73 | 4 | 52 | 130 | 104 |
| Binary | 11110101 | 11001001 | 1100100 | 0 | 10010 | 111011 | 100 | 101010 | 1011000 | 1000100 |
Color Harmonies of #F5C964
Complementary color
Monochromatic Colors of #F5C964
Black with #F5C964
Text Example
Text Example
White with #F5C964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C964; }
p { color: rgb(245,201,100); }
H1.HeaderClassName
{
color: #F5C964;
}
.AnyTagClassName
{
color: #F5C964;
}
</style>
background-color css
<style>
a { background-color: #F5C964; }
a { background-color: rgb(245,201,100); }
div.DivClassName
{
background-color: #F5C964;
}
.BgClassName
{
background-color: #F5C964;
}
</style>
border-color css
<style>
span { border-color: #F5C964; }
span { border-color: rgb(245,201,100); }
td.TdClassName
{
border-color: #F5C964;
}
.TagClassName
{
border-color: #F5C964;
}
</style>