Shades of Golden Sand #F4D066
Tints of Golden Sand #F4D066
RGB
CMYK
RGB Variations
Color information
#F4D066 (or 0xF4D066) is known color: Golden Sand. HEX triplet: F4, D0 and 66. RGB value is (244,208,102). Sum of RGB (Red+Green+Blue) = 244+208+102=554 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.04% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 102 (40.23% from 255 or 18.41% from 554); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D066 is #0B2F99. Grayscale: #CFCFCF. Windows color (decimal): -733082 or 6738164. OLE color: 6738164.
HSL color Cylindrical-coordinate representation of color #F4D066: hue angle of 44.79º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F4D066 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 208 | 102 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.04 |
| HSL | 44.79º | 0.87% | 0.68% | - |
| HSV(B) | 44.79º | 0.58% | 0.96% | - |
| XYZ | 62.26 | 65.3 | 21.89 | - |
| YUV | 206.68 | 68.93 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 208 | 102 | 0 | 0.15 | 0.58 | 0.04 | 44.79 | 0.87 | 0.68 |
| Hex | F4 | D0 | 66 | 0 | F | 3A | 4 | 2D | 57 | 44 |
| Octal | 364 | 320 | 146 | 0 | 17 | 72 | 4 | 55 | 127 | 104 |
| Binary | 11110100 | 11010000 | 1100110 | 0 | 1111 | 111010 | 100 | 101101 | 1010111 | 1000100 |
Color Harmonies of #F4D066
Complementary color
Monochromatic Colors of #F4D066
Black with #F4D066
Text Example
Text Example
White with #F4D066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D066; }
p { color: rgb(244,208,102); }
H1.HeaderClassName
{
color: #F4D066;
}
.AnyTagClassName
{
color: #F4D066;
}
</style>
background-color css
<style>
a { background-color: #F4D066; }
a { background-color: rgb(244,208,102); }
div.DivClassName
{
background-color: #F4D066;
}
.BgClassName
{
background-color: #F4D066;
}
</style>
border-color css
<style>
span { border-color: #F4D066; }
span { border-color: rgb(244,208,102); }
td.TdClassName
{
border-color: #F4D066;
}
.TagClassName
{
border-color: #F4D066;
}
</style>