Shades of Golden Sand #F1C861
Tints of Golden Sand #F1C861
RGB
CMYK
RGB Variations
Color information
#F1C861 (or 0xF1C861) is known color: Golden Sand. HEX triplet: F1, C8 and 61. RGB value is (241,200,97). Sum of RGB (Red+Green+Blue) = 241+200+97=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 97 (38.28% from 255 or 18.03% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C861 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C861 is #0E379E. Grayscale: #C8C8C8. Windows color (decimal): -931743 or 6408433. OLE color: 6408433.
HSL color Cylindrical-coordinate representation of color #F1C861: hue angle of 42.92º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1C861 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 200 | 97 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.05 |
| HSL | 42.92º | 0.84% | 0.66% | - |
| HSV(B) | 42.92º | 0.6% | 0.95% | - |
| XYZ | 59.09 | 60.87 | 19.94 | - |
| YUV | 200.52 | 69.58 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 200 | 97 | 0 | 0.17 | 0.60 | 0.05 | 42.92 | 0.84 | 0.66 |
| Hex | F1 | C8 | 61 | 0 | 11 | 3C | 5 | 2B | 54 | 42 |
| Octal | 361 | 310 | 141 | 0 | 21 | 74 | 5 | 53 | 124 | 102 |
| Binary | 11110001 | 11001000 | 1100001 | 0 | 10001 | 111100 | 101 | 101011 | 1010100 | 1000010 |
Color Harmonies of #F1C861
Complementary color
Monochromatic Colors of #F1C861
Black with #F1C861
Text Example
Text Example
White with #F1C861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C861; }
p { color: rgb(241,200,97); }
H1.HeaderClassName
{
color: #F1C861;
}
.AnyTagClassName
{
color: #F1C861;
}
</style>
background-color css
<style>
a { background-color: #F1C861; }
a { background-color: rgb(241,200,97); }
div.DivClassName
{
background-color: #F1C861;
}
.BgClassName
{
background-color: #F1C861;
}
</style>
border-color css
<style>
span { border-color: #F1C861; }
span { border-color: rgb(241,200,97); }
td.TdClassName
{
border-color: #F1C861;
}
.TagClassName
{
border-color: #F1C861;
}
</style>