Shades of Golden Sand #F4D16B
Tints of Golden Sand #F4D16B
RGB
CMYK
RGB Variations
Color information
#F4D16B (or 0xF4D16B) is known color: Golden Sand. HEX triplet: F4, D1 and 6B. RGB value is (244,209,107). Sum of RGB (Red+Green+Blue) = 244+209+107=560 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.57% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 107 (42.19% from 255 or 19.11% from 560); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D16B is #0B2E94. Grayscale: #D0D0D0. Windows color (decimal): -732821 or 7066100. OLE color: 7066100.
HSL color Cylindrical-coordinate representation of color #F4D16B: hue angle of 44.67º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F4D16B is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 209 | 107 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.04 |
| HSL | 44.67º | 0.86% | 0.69% | - |
| HSV(B) | 44.67º | 0.56% | 0.96% | - |
| XYZ | 62.76 | 65.9 | 23.32 | - |
| YUV | 207.84 | 71.1 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 209 | 107 | 0 | 0.14 | 0.56 | 0.04 | 44.67 | 0.86 | 0.69 |
| Hex | F4 | D1 | 6B | 0 | E | 38 | 4 | 2D | 56 | 45 |
| Octal | 364 | 321 | 153 | 0 | 16 | 70 | 4 | 55 | 126 | 105 |
| Binary | 11110100 | 11010001 | 1101011 | 0 | 1110 | 111000 | 100 | 101101 | 1010110 | 1000101 |
Color Harmonies of #F4D16B
Complementary color
Monochromatic Colors of #F4D16B
Black with #F4D16B
Text Example
Text Example
White with #F4D16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D16B; }
p { color: rgb(244,209,107); }
H1.HeaderClassName
{
color: #F4D16B;
}
.AnyTagClassName
{
color: #F4D16B;
}
</style>
background-color css
<style>
a { background-color: #F4D16B; }
a { background-color: rgb(244,209,107); }
div.DivClassName
{
background-color: #F4D16B;
}
.BgClassName
{
background-color: #F4D16B;
}
</style>
border-color css
<style>
span { border-color: #F4D16B; }
span { border-color: rgb(244,209,107); }
td.TdClassName
{
border-color: #F4D16B;
}
.TagClassName
{
border-color: #F4D16B;
}
</style>