Shades of Golden Sand #F1C670
Tints of Golden Sand #F1C670
RGB
CMYK
RGB Variations
Color information
#F1C670 (or 0xF1C670) is known color: Golden Sand. HEX triplet: F1, C6 and 70. RGB value is (241,198,112). Sum of RGB (Red+Green+Blue) = 241+198+112=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 112 (44.14% from 255 or 20.33% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C670 is #0E398F. Grayscale: #C9C9C9. Windows color (decimal): -932240 or 7390961. OLE color: 7390961.
HSL color Cylindrical-coordinate representation of color #F1C670: hue angle of 40º 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 #F1C670 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 198 | 112 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.05 |
| HSL | 40º | 0.82% | 0.69% | - |
| HSV(B) | 40º | 0.54% | 0.95% | - |
| XYZ | 59.39 | 60.26 | 23.83 | - |
| YUV | 201.05 | 77.75 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 198 | 112 | 0 | 0.18 | 0.54 | 0.05 | 40 | 0.82 | 0.69 |
| Hex | F1 | C6 | 70 | 0 | 12 | 36 | 5 | 28 | 52 | 45 |
| Octal | 361 | 306 | 160 | 0 | 22 | 66 | 5 | 50 | 122 | 105 |
| Binary | 11110001 | 11000110 | 1110000 | 0 | 10010 | 110110 | 101 | 101000 | 1010010 | 1000101 |
Color Harmonies of #F1C670
Complementary color
Monochromatic Colors of #F1C670
Black with #F1C670
Text Example
Text Example
White with #F1C670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C670; }
p { color: rgb(241,198,112); }
H1.HeaderClassName
{
color: #F1C670;
}
.AnyTagClassName
{
color: #F1C670;
}
</style>
background-color css
<style>
a { background-color: #F1C670; }
a { background-color: rgb(241,198,112); }
div.DivClassName
{
background-color: #F1C670;
}
.BgClassName
{
background-color: #F1C670;
}
</style>
border-color css
<style>
span { border-color: #F1C670; }
span { border-color: rgb(241,198,112); }
td.TdClassName
{
border-color: #F1C670;
}
.TagClassName
{
border-color: #F1C670;
}
</style>