Shades of Golden Sand #F1DA65
Tints of Golden Sand #F1DA65
RGB
CMYK
RGB Variations
Color information
#F1DA65 (or 0xF1DA65) is known color: Golden Sand. HEX triplet: F1, DA and 65. RGB value is (241,218,101). Sum of RGB (Red+Green+Blue) = 241+218+101=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 101 (39.84% from 255 or 18.04% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DA65 is #0E259A. Grayscale: #D4D4D4. Windows color (decimal): -927131 or 6675185. OLE color: 6675185.
HSL color Cylindrical-coordinate representation of color #F1DA65: hue angle of 50.14º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F1DA65 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 218 | 101 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.05 |
| HSL | 50.14º | 0.83% | 0.67% | - |
| HSV(B) | 50.14º | 0.58% | 0.95% | - |
| XYZ | 63.7 | 69.78 | 22.42 | - |
| YUV | 211.54 | 65.62 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 218 | 101 | 0 | 0.10 | 0.58 | 0.05 | 50.14 | 0.83 | 0.67 |
| Hex | F1 | DA | 65 | 0 | A | 3A | 5 | 32 | 53 | 43 |
| Octal | 361 | 332 | 145 | 0 | 12 | 72 | 5 | 62 | 123 | 103 |
| Binary | 11110001 | 11011010 | 1100101 | 0 | 1010 | 111010 | 101 | 110010 | 1010011 | 1000011 |
Color Harmonies of #F1DA65
Complementary color
Monochromatic Colors of #F1DA65
Black with #F1DA65
Text Example
Text Example
White with #F1DA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DA65; }
p { color: rgb(241,218,101); }
H1.HeaderClassName
{
color: #F1DA65;
}
.AnyTagClassName
{
color: #F1DA65;
}
</style>
background-color css
<style>
a { background-color: #F1DA65; }
a { background-color: rgb(241,218,101); }
div.DivClassName
{
background-color: #F1DA65;
}
.BgClassName
{
background-color: #F1DA65;
}
</style>
border-color css
<style>
span { border-color: #F1DA65; }
span { border-color: rgb(241,218,101); }
td.TdClassName
{
border-color: #F1DA65;
}
.TagClassName
{
border-color: #F1DA65;
}
</style>