Shades of Golden Sand #F4D86A
Tints of Golden Sand #F4D86A
RGB
CMYK
RGB Variations
Color information
#F4D86A (or 0xF4D86A) is known color: Golden Sand. HEX triplet: F4, D8 and 6A. RGB value is (244,216,106). Sum of RGB (Red+Green+Blue) = 244+216+106=566 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.11% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 106 (41.80% from 255 or 18.73% from 566); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D86A is #0B2795. Grayscale: #D4D4D4. Windows color (decimal): -731030 or 7002356. OLE color: 7002356.
HSL color Cylindrical-coordinate representation of color #F4D86A: hue angle of 47.83º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F4D86A is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 216 | 106 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.04 |
| HSL | 47.83º | 0.86% | 0.69% | - |
| HSV(B) | 47.83º | 0.57% | 0.96% | - |
| XYZ | 64.47 | 69.39 | 23.63 | - |
| YUV | 211.83 | 68.28 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 216 | 106 | 0 | 0.11 | 0.57 | 0.04 | 47.83 | 0.86 | 0.69 |
| Hex | F4 | D8 | 6A | 0 | B | 39 | 4 | 30 | 56 | 45 |
| Octal | 364 | 330 | 152 | 0 | 13 | 71 | 4 | 60 | 126 | 105 |
| Binary | 11110100 | 11011000 | 1101010 | 0 | 1011 | 111001 | 100 | 110000 | 1010110 | 1000101 |
Color Harmonies of #F4D86A
Complementary color
Monochromatic Colors of #F4D86A
Black with #F4D86A
Text Example
Text Example
White with #F4D86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D86A; }
p { color: rgb(244,216,106); }
H1.HeaderClassName
{
color: #F4D86A;
}
.AnyTagClassName
{
color: #F4D86A;
}
</style>
background-color css
<style>
a { background-color: #F4D86A; }
a { background-color: rgb(244,216,106); }
div.DivClassName
{
background-color: #F4D86A;
}
.BgClassName
{
background-color: #F4D86A;
}
</style>
border-color css
<style>
span { border-color: #F4D86A; }
span { border-color: rgb(244,216,106); }
td.TdClassName
{
border-color: #F4D86A;
}
.TagClassName
{
border-color: #F4D86A;
}
</style>