Shades of Golden Sand #F4C865
Tints of Golden Sand #F4C865
RGB
CMYK
RGB Variations
Color information
#F4C865 (or 0xF4C865) is known color: Golden Sand. HEX triplet: F4, C8 and 65. RGB value is (244,200,101). Sum of RGB (Red+Green+Blue) = 244+200+101=545 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.77% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 101 (39.84% from 255 or 18.53% from 545); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C865 is #0B379A. Grayscale: #CACACA. Windows color (decimal): -735131 or 6670580. OLE color: 6670580.
HSL color Cylindrical-coordinate representation of color #F4C865: hue angle of 41.54º 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 #F4C865 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 200 | 101 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.04 |
| HSL | 41.54º | 0.87% | 0.68% | - |
| HSV(B) | 41.54º | 0.59% | 0.96% | - |
| XYZ | 60.31 | 61.48 | 21 | - |
| YUV | 201.87 | 71.08 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 200 | 101 | 0 | 0.18 | 0.59 | 0.04 | 41.54 | 0.87 | 0.68 |
| Hex | F4 | C8 | 65 | 0 | 12 | 3B | 4 | 2A | 57 | 44 |
| Octal | 364 | 310 | 145 | 0 | 22 | 73 | 4 | 52 | 127 | 104 |
| Binary | 11110100 | 11001000 | 1100101 | 0 | 10010 | 111011 | 100 | 101010 | 1010111 | 1000100 |
Color Harmonies of #F4C865
Complementary color
Monochromatic Colors of #F4C865
Black with #F4C865
Text Example
Text Example
White with #F4C865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C865; }
p { color: rgb(244,200,101); }
H1.HeaderClassName
{
color: #F4C865;
}
.AnyTagClassName
{
color: #F4C865;
}
</style>
background-color css
<style>
a { background-color: #F4C865; }
a { background-color: rgb(244,200,101); }
div.DivClassName
{
background-color: #F4C865;
}
.BgClassName
{
background-color: #F4C865;
}
</style>
border-color css
<style>
span { border-color: #F4C865; }
span { border-color: rgb(244,200,101); }
td.TdClassName
{
border-color: #F4C865;
}
.TagClassName
{
border-color: #F4C865;
}
</style>