Shades of Golden Sand #F1C667
Tints of Golden Sand #F1C667
RGB
CMYK
RGB Variations
Color information
#F1C667 (or 0xF1C667) is known color: Golden Sand. HEX triplet: F1, C6 and 67. RGB value is (241,198,103). Sum of RGB (Red+Green+Blue) = 241+198+103=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 103 (40.62% from 255 or 19.00% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C667 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C667 is #0E3998. Grayscale: #C8C8C8. Windows color (decimal): -932249 or 6801137. OLE color: 6801137.
HSL color Cylindrical-coordinate representation of color #F1C667: hue angle of 41.3º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F1C667 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 198 | 103 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.05 |
| HSL | 41.3º | 0.83% | 0.67% | - |
| HSV(B) | 41.3º | 0.57% | 0.95% | - |
| XYZ | 58.92 | 60.07 | 21.32 | - |
| YUV | 200.03 | 73.25 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 198 | 103 | 0 | 0.18 | 0.57 | 0.05 | 41.3 | 0.83 | 0.67 |
| Hex | F1 | C6 | 67 | 0 | 12 | 39 | 5 | 29 | 53 | 43 |
| Octal | 361 | 306 | 147 | 0 | 22 | 71 | 5 | 51 | 123 | 103 |
| Binary | 11110001 | 11000110 | 1100111 | 0 | 10010 | 111001 | 101 | 101001 | 1010011 | 1000011 |
Color Harmonies of #F1C667
Complementary color
Monochromatic Colors of #F1C667
Black with #F1C667
Text Example
Text Example
White with #F1C667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C667; }
p { color: rgb(241,198,103); }
H1.HeaderClassName
{
color: #F1C667;
}
.AnyTagClassName
{
color: #F1C667;
}
</style>
background-color css
<style>
a { background-color: #F1C667; }
a { background-color: rgb(241,198,103); }
div.DivClassName
{
background-color: #F1C667;
}
.BgClassName
{
background-color: #F1C667;
}
</style>
border-color css
<style>
span { border-color: #F1C667; }
span { border-color: rgb(241,198,103); }
td.TdClassName
{
border-color: #F1C667;
}
.TagClassName
{
border-color: #F1C667;
}
</style>