Shades of Golden Sand #F4CF65
Tints of Golden Sand #F4CF65
RGB
CMYK
RGB Variations
Color information
#F4CF65 (or 0xF4CF65) is known color: Golden Sand. HEX triplet: F4, CF and 65. RGB value is (244,207,101). Sum of RGB (Red+Green+Blue) = 244+207+101=552 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.20% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 101 (39.84% from 255 or 18.30% from 552); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4CF65 is #0B309A. Grayscale: #CECECE. Windows color (decimal): -733339 or 6672372. OLE color: 6672372.
HSL color Cylindrical-coordinate representation of color #F4CF65: hue angle of 44.48º degrees, saturation: 0.87, 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 #F4CF65 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 101 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.04 |
| HSL | 44.48º | 0.87% | 0.68% | - |
| HSV(B) | 44.48º | 0.59% | 0.96% | - |
| XYZ | 61.97 | 64.8 | 21.55 | - |
| YUV | 205.98 | 68.76 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 101 | 0 | 0.15 | 0.59 | 0.04 | 44.48 | 0.87 | 0.68 |
| Hex | F4 | CF | 65 | 0 | F | 3B | 4 | 2C | 57 | 44 |
| Octal | 364 | 317 | 145 | 0 | 17 | 73 | 4 | 54 | 127 | 104 |
| Binary | 11110100 | 11001111 | 1100101 | 0 | 1111 | 111011 | 100 | 101100 | 1010111 | 1000100 |
Color Harmonies of #F4CF65
Complementary color
Monochromatic Colors of #F4CF65
Black with #F4CF65
Text Example
Text Example
White with #F4CF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CF65; }
p { color: rgb(244,207,101); }
H1.HeaderClassName
{
color: #F4CF65;
}
.AnyTagClassName
{
color: #F4CF65;
}
</style>
background-color css
<style>
a { background-color: #F4CF65; }
a { background-color: rgb(244,207,101); }
div.DivClassName
{
background-color: #F4CF65;
}
.BgClassName
{
background-color: #F4CF65;
}
</style>
border-color css
<style>
span { border-color: #F4CF65; }
span { border-color: rgb(244,207,101); }
td.TdClassName
{
border-color: #F4CF65;
}
.TagClassName
{
border-color: #F4CF65;
}
</style>