Shades of Golden Sand #F1D764
Tints of Golden Sand #F1D764
RGB
CMYK
RGB Variations
Color information
#F1D764 (or 0xF1D764) is known color: Golden Sand. HEX triplet: F1, D7 and 64. RGB value is (241,215,100). Sum of RGB (Red+Green+Blue) = 241+215+100=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 100 (39.45% from 255 or 17.99% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D764 is #0E289B. Grayscale: #D2D2D2. Windows color (decimal): -927900 or 6608881. OLE color: 6608881.
HSL color Cylindrical-coordinate representation of color #F1D764: hue angle of 48.94º 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 #F1D764 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 215 | 100 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.05 |
| HSL | 48.94º | 0.83% | 0.67% | - |
| HSV(B) | 48.94º | 0.59% | 0.95% | - |
| XYZ | 62.88 | 68.22 | 21.91 | - |
| YUV | 209.66 | 66.11 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 215 | 100 | 0 | 0.11 | 0.59 | 0.05 | 48.94 | 0.83 | 0.67 |
| Hex | F1 | D7 | 64 | 0 | B | 3B | 5 | 31 | 53 | 43 |
| Octal | 361 | 327 | 144 | 0 | 13 | 73 | 5 | 61 | 123 | 103 |
| Binary | 11110001 | 11010111 | 1100100 | 0 | 1011 | 111011 | 101 | 110001 | 1010011 | 1000011 |
Color Harmonies of #F1D764
Complementary color
Monochromatic Colors of #F1D764
Black with #F1D764
Text Example
Text Example
White with #F1D764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D764; }
p { color: rgb(241,215,100); }
H1.HeaderClassName
{
color: #F1D764;
}
.AnyTagClassName
{
color: #F1D764;
}
</style>
background-color css
<style>
a { background-color: #F1D764; }
a { background-color: rgb(241,215,100); }
div.DivClassName
{
background-color: #F1D764;
}
.BgClassName
{
background-color: #F1D764;
}
</style>
border-color css
<style>
span { border-color: #F1D764; }
span { border-color: rgb(241,215,100); }
td.TdClassName
{
border-color: #F1D764;
}
.TagClassName
{
border-color: #F1D764;
}
</style>