Shades of Golden Sand #F4D16F
Tints of Golden Sand #F4D16F
RGB
CMYK
RGB Variations
Color information
#F4D16F (or 0xF4D16F) is known color: Golden Sand. HEX triplet: F4, D1 and 6F. RGB value is (244,209,111). Sum of RGB (Red+Green+Blue) = 244+209+111=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 209 (82.03% from 255 or 37.06% from 564); Blue value is 111 (43.75% from 255 or 19.68% from 564); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D16F is #0B2E90. Grayscale: #D0D0D0. Windows color (decimal): -732817 or 7328244. OLE color: 7328244.
HSL color Cylindrical-coordinate representation of color #F4D16F: hue angle of 44.21º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4D16F is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 209 | 111 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.04 |
| HSL | 44.21º | 0.86% | 0.7% | - |
| HSV(B) | 44.21º | 0.55% | 0.96% | - |
| XYZ | 62.98 | 65.98 | 24.46 | - |
| YUV | 208.29 | 73.1 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 209 | 111 | 0 | 0.14 | 0.55 | 0.04 | 44.21 | 0.86 | 0.7 |
| Hex | F4 | D1 | 6F | 0 | E | 37 | 4 | 2C | 56 | 46 |
| Octal | 364 | 321 | 157 | 0 | 16 | 67 | 4 | 54 | 126 | 106 |
| Binary | 11110100 | 11010001 | 1101111 | 0 | 1110 | 110111 | 100 | 101100 | 1010110 | 1000110 |
Color Harmonies of #F4D16F
Complementary color
Monochromatic Colors of #F4D16F
Black with #F4D16F
Text Example
Text Example
White with #F4D16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D16F; }
p { color: rgb(244,209,111); }
H1.HeaderClassName
{
color: #F4D16F;
}
.AnyTagClassName
{
color: #F4D16F;
}
</style>
background-color css
<style>
a { background-color: #F4D16F; }
a { background-color: rgb(244,209,111); }
div.DivClassName
{
background-color: #F4D16F;
}
.BgClassName
{
background-color: #F4D16F;
}
</style>
border-color css
<style>
span { border-color: #F4D16F; }
span { border-color: rgb(244,209,111); }
td.TdClassName
{
border-color: #F4D16F;
}
.TagClassName
{
border-color: #F4D16F;
}
</style>