Shades of Golden Sand #F1D865
Tints of Golden Sand #F1D865
RGB
CMYK
RGB Variations
Color information
#F1D865 (or 0xF1D865) is known color: Golden Sand. HEX triplet: F1, D8 and 65. RGB value is (241,216,101). Sum of RGB (Red+Green+Blue) = 241+216+101=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 101 (39.84% from 255 or 18.10% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D865 is #0E279A. Grayscale: #D2D2D2. Windows color (decimal): -927643 or 6674673. OLE color: 6674673.
HSL color Cylindrical-coordinate representation of color #F1D865: hue angle of 49.29º 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 #F1D865 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 216 | 101 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.05 |
| HSL | 49.29º | 0.83% | 0.67% | - |
| HSV(B) | 49.29º | 0.58% | 0.95% | - |
| XYZ | 63.18 | 68.75 | 22.25 | - |
| YUV | 210.37 | 66.28 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 216 | 101 | 0 | 0.10 | 0.58 | 0.05 | 49.29 | 0.83 | 0.67 |
| Hex | F1 | D8 | 65 | 0 | A | 3A | 5 | 31 | 53 | 43 |
| Octal | 361 | 330 | 145 | 0 | 12 | 72 | 5 | 61 | 123 | 103 |
| Binary | 11110001 | 11011000 | 1100101 | 0 | 1010 | 111010 | 101 | 110001 | 1010011 | 1000011 |
Color Harmonies of #F1D865
Complementary color
Monochromatic Colors of #F1D865
Black with #F1D865
Text Example
Text Example
White with #F1D865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D865; }
p { color: rgb(241,216,101); }
H1.HeaderClassName
{
color: #F1D865;
}
.AnyTagClassName
{
color: #F1D865;
}
</style>
background-color css
<style>
a { background-color: #F1D865; }
a { background-color: rgb(241,216,101); }
div.DivClassName
{
background-color: #F1D865;
}
.BgClassName
{
background-color: #F1D865;
}
</style>
border-color css
<style>
span { border-color: #F1D865; }
span { border-color: rgb(241,216,101); }
td.TdClassName
{
border-color: #F1D865;
}
.TagClassName
{
border-color: #F1D865;
}
</style>