Shades of Golden Sand #F1C566
Tints of Golden Sand #F1C566
RGB
CMYK
RGB Variations
Color information
#F1C566 (or 0xF1C566) is known color: Golden Sand. HEX triplet: F1, C5 and 66. RGB value is (241,197,102). Sum of RGB (Red+Green+Blue) = 241+197+102=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 102 (40.23% from 255 or 18.89% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C566 is #0E3A99. Grayscale: #C7C7C7. Windows color (decimal): -932506 or 6735345. OLE color: 6735345.
HSL color Cylindrical-coordinate representation of color #F1C566: hue angle of 41.01º 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 #F1C566 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 102 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.05 |
| HSL | 41.01º | 0.83% | 0.67% | - |
| HSV(B) | 41.01º | 0.58% | 0.95% | - |
| XYZ | 58.64 | 59.59 | 20.98 | - |
| YUV | 199.33 | 73.08 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 102 | 0 | 0.18 | 0.58 | 0.05 | 41.01 | 0.83 | 0.67 |
| Hex | F1 | C5 | 66 | 0 | 12 | 3A | 5 | 29 | 53 | 43 |
| Octal | 361 | 305 | 146 | 0 | 22 | 72 | 5 | 51 | 123 | 103 |
| Binary | 11110001 | 11000101 | 1100110 | 0 | 10010 | 111010 | 101 | 101001 | 1010011 | 1000011 |
Color Harmonies of #F1C566
Complementary color
Monochromatic Colors of #F1C566
Black with #F1C566
Text Example
Text Example
White with #F1C566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C566; }
p { color: rgb(241,197,102); }
H1.HeaderClassName
{
color: #F1C566;
}
.AnyTagClassName
{
color: #F1C566;
}
</style>
background-color css
<style>
a { background-color: #F1C566; }
a { background-color: rgb(241,197,102); }
div.DivClassName
{
background-color: #F1C566;
}
.BgClassName
{
background-color: #F1C566;
}
</style>
border-color css
<style>
span { border-color: #F1C566; }
span { border-color: rgb(241,197,102); }
td.TdClassName
{
border-color: #F1C566;
}
.TagClassName
{
border-color: #F1C566;
}
</style>