Shades of Golden Sand #F1D266
Tints of Golden Sand #F1D266
RGB
CMYK
RGB Variations
Color information
#F1D266 (or 0xF1D266) is known color: Golden Sand. HEX triplet: F1, D2 and 66. RGB value is (241,210,102). Sum of RGB (Red+Green+Blue) = 241+210+102=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 102 (40.23% from 255 or 18.44% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D266 is #0E2D99. Grayscale: #CFCFCF. Windows color (decimal): -929178 or 6738673. OLE color: 6738673.
HSL color Cylindrical-coordinate representation of color #F1D266: hue angle of 46.62º 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 #F1D266 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 210 | 102 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.05 |
| HSL | 46.62º | 0.83% | 0.67% | - |
| HSV(B) | 46.62º | 0.58% | 0.95% | - |
| XYZ | 61.72 | 65.75 | 22.01 | - |
| YUV | 206.96 | 68.77 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 210 | 102 | 0 | 0.13 | 0.58 | 0.05 | 46.62 | 0.83 | 0.67 |
| Hex | F1 | D2 | 66 | 0 | D | 3A | 5 | 2F | 53 | 43 |
| Octal | 361 | 322 | 146 | 0 | 15 | 72 | 5 | 57 | 123 | 103 |
| Binary | 11110001 | 11010010 | 1100110 | 0 | 1101 | 111010 | 101 | 101111 | 1010011 | 1000011 |
Color Harmonies of #F1D266
Complementary color
Monochromatic Colors of #F1D266
Black with #F1D266
Text Example
Text Example
White with #F1D266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D266; }
p { color: rgb(241,210,102); }
H1.HeaderClassName
{
color: #F1D266;
}
.AnyTagClassName
{
color: #F1D266;
}
</style>
background-color css
<style>
a { background-color: #F1D266; }
a { background-color: rgb(241,210,102); }
div.DivClassName
{
background-color: #F1D266;
}
.BgClassName
{
background-color: #F1D266;
}
</style>
border-color css
<style>
span { border-color: #F1D266; }
span { border-color: rgb(241,210,102); }
td.TdClassName
{
border-color: #F1D266;
}
.TagClassName
{
border-color: #F1D266;
}
</style>