Shades of Golden Sand #F1C56E
Tints of Golden Sand #F1C56E
RGB
CMYK
RGB Variations
Color information
#F1C56E (or 0xF1C56E) is known color: Golden Sand. HEX triplet: F1, C5 and 6E. RGB value is (241,197,110). Sum of RGB (Red+Green+Blue) = 241+197+110=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 110 (43.36% from 255 or 20.07% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C56E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C56E is #0E3A91. Grayscale: #C8C8C8. Windows color (decimal): -932498 or 7259633. OLE color: 7259633.
HSL color Cylindrical-coordinate representation of color #F1C56E: hue angle of 39.85º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F1C56E is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 110 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.05 |
| HSL | 39.85º | 0.82% | 0.69% | - |
| HSV(B) | 39.85º | 0.54% | 0.95% | - |
| XYZ | 59.06 | 59.76 | 23.17 | - |
| YUV | 200.24 | 77.08 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 110 | 0 | 0.18 | 0.54 | 0.05 | 39.85 | 0.82 | 0.69 |
| Hex | F1 | C5 | 6E | 0 | 12 | 36 | 5 | 28 | 52 | 45 |
| Octal | 361 | 305 | 156 | 0 | 22 | 66 | 5 | 50 | 122 | 105 |
| Binary | 11110001 | 11000101 | 1101110 | 0 | 10010 | 110110 | 101 | 101000 | 1010010 | 1000101 |
Color Harmonies of #F1C56E
Complementary color
Monochromatic Colors of #F1C56E
Black with #F1C56E
Text Example
Text Example
White with #F1C56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C56E; }
p { color: rgb(241,197,110); }
H1.HeaderClassName
{
color: #F1C56E;
}
.AnyTagClassName
{
color: #F1C56E;
}
</style>
background-color css
<style>
a { background-color: #F1C56E; }
a { background-color: rgb(241,197,110); }
div.DivClassName
{
background-color: #F1C56E;
}
.BgClassName
{
background-color: #F1C56E;
}
</style>
border-color css
<style>
span { border-color: #F1C56E; }
span { border-color: rgb(241,197,110); }
td.TdClassName
{
border-color: #F1C56E;
}
.TagClassName
{
border-color: #F1C56E;
}
</style>