Shades of Golden Sand #F1C863
Tints of Golden Sand #F1C863
RGB
CMYK
RGB Variations
Color information
#F1C863 (or 0xF1C863) is known color: Golden Sand. HEX triplet: F1, C8 and 63. RGB value is (241,200,99). Sum of RGB (Red+Green+Blue) = 241+200+99=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 99 (39.06% from 255 or 18.33% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C863 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C863 is #0E379C. Grayscale: #C9C9C9. Windows color (decimal): -931741 or 6539505. OLE color: 6539505.
HSL color Cylindrical-coordinate representation of color #F1C863: hue angle of 42.68º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1C863 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 200 | 99 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.05 |
| HSL | 42.68º | 0.84% | 0.67% | - |
| HSV(B) | 42.68º | 0.59% | 0.95% | - |
| XYZ | 59.18 | 60.91 | 20.44 | - |
| YUV | 200.75 | 70.58 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 200 | 99 | 0 | 0.17 | 0.59 | 0.05 | 42.68 | 0.84 | 0.67 |
| Hex | F1 | C8 | 63 | 0 | 11 | 3B | 5 | 2B | 54 | 43 |
| Octal | 361 | 310 | 143 | 0 | 21 | 73 | 5 | 53 | 124 | 103 |
| Binary | 11110001 | 11001000 | 1100011 | 0 | 10001 | 111011 | 101 | 101011 | 1010100 | 1000011 |
Color Harmonies of #F1C863
Complementary color
Monochromatic Colors of #F1C863
Black with #F1C863
Text Example
Text Example
White with #F1C863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C863; }
p { color: rgb(241,200,99); }
H1.HeaderClassName
{
color: #F1C863;
}
.AnyTagClassName
{
color: #F1C863;
}
</style>
background-color css
<style>
a { background-color: #F1C863; }
a { background-color: rgb(241,200,99); }
div.DivClassName
{
background-color: #F1C863;
}
.BgClassName
{
background-color: #F1C863;
}
</style>
border-color css
<style>
span { border-color: #F1C863; }
span { border-color: rgb(241,200,99); }
td.TdClassName
{
border-color: #F1C863;
}
.TagClassName
{
border-color: #F1C863;
}
</style>