Shades of Golden Sand #F1C565
Tints of Golden Sand #F1C565
RGB
CMYK
RGB Variations
Color information
#F1C565 (or 0xF1C565) is known color: Golden Sand. HEX triplet: F1, C5 and 65. RGB value is (241,197,101). Sum of RGB (Red+Green+Blue) = 241+197+101=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C565 is #0E3A9A. Grayscale: #C7C7C7. Windows color (decimal): -932507 or 6669809. OLE color: 6669809.
HSL color Cylindrical-coordinate representation of color #F1C565: hue angle of 41.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 #F1C565 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 101 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.05 |
| HSL | 41.14º | 0.83% | 0.67% | - |
| HSV(B) | 41.14º | 0.58% | 0.95% | - |
| XYZ | 58.59 | 59.57 | 20.72 | - |
| YUV | 199.21 | 72.58 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 101 | 0 | 0.18 | 0.58 | 0.05 | 41.14 | 0.83 | 0.67 |
| Hex | F1 | C5 | 65 | 0 | 12 | 3A | 5 | 29 | 53 | 43 |
| Octal | 361 | 305 | 145 | 0 | 22 | 72 | 5 | 51 | 123 | 103 |
| Binary | 11110001 | 11000101 | 1100101 | 0 | 10010 | 111010 | 101 | 101001 | 1010011 | 1000011 |
Color Harmonies of #F1C565
Complementary color
Monochromatic Colors of #F1C565
Black with #F1C565
Text Example
Text Example
White with #F1C565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C565; }
p { color: rgb(241,197,101); }
H1.HeaderClassName
{
color: #F1C565;
}
.AnyTagClassName
{
color: #F1C565;
}
</style>
background-color css
<style>
a { background-color: #F1C565; }
a { background-color: rgb(241,197,101); }
div.DivClassName
{
background-color: #F1C565;
}
.BgClassName
{
background-color: #F1C565;
}
</style>
border-color css
<style>
span { border-color: #F1C565; }
span { border-color: rgb(241,197,101); }
td.TdClassName
{
border-color: #F1C565;
}
.TagClassName
{
border-color: #F1C565;
}
</style>