Shades of Golden Sand #F1D064
Tints of Golden Sand #F1D064
RGB
CMYK
RGB Variations
Color information
#F1D064 (or 0xF1D064) is known color: Golden Sand. HEX triplet: F1, D0 and 64. RGB value is (241,208,100). Sum of RGB (Red+Green+Blue) = 241+208+100=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 100 (39.45% from 255 or 18.21% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D064 is #0E2F9B. Grayscale: #CECECE. Windows color (decimal): -929692 or 6607089. OLE color: 6607089.
HSL color Cylindrical-coordinate representation of color #F1D064: hue angle of 45.96º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1D064 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 100 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.05 |
| HSL | 45.96º | 0.83% | 0.67% | - |
| HSV(B) | 45.96º | 0.59% | 0.95% | - |
| XYZ | 61.13 | 64.73 | 21.33 | - |
| YUV | 205.56 | 68.43 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 100 | 0 | 0.14 | 0.59 | 0.05 | 45.96 | 0.83 | 0.67 |
| Hex | F1 | D0 | 64 | 0 | E | 3B | 5 | 2E | 53 | 43 |
| Octal | 361 | 320 | 144 | 0 | 16 | 73 | 5 | 56 | 123 | 103 |
| Binary | 11110001 | 11010000 | 1100100 | 0 | 1110 | 111011 | 101 | 101110 | 1010011 | 1000011 |
Color Harmonies of #F1D064
Complementary color
Monochromatic Colors of #F1D064
Black with #F1D064
Text Example
Text Example
White with #F1D064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D064; }
p { color: rgb(241,208,100); }
H1.HeaderClassName
{
color: #F1D064;
}
.AnyTagClassName
{
color: #F1D064;
}
</style>
background-color css
<style>
a { background-color: #F1D064; }
a { background-color: rgb(241,208,100); }
div.DivClassName
{
background-color: #F1D064;
}
.BgClassName
{
background-color: #F1D064;
}
</style>
border-color css
<style>
span { border-color: #F1D064; }
span { border-color: rgb(241,208,100); }
td.TdClassName
{
border-color: #F1D064;
}
.TagClassName
{
border-color: #F1D064;
}
</style>