Shades of Golden Sand #F1C970
Tints of Golden Sand #F1C970
RGB
CMYK
RGB Variations
Color information
#F1C970 (or 0xF1C970) is known color: Golden Sand. HEX triplet: F1, C9 and 70. RGB value is (241,201,112). Sum of RGB (Red+Green+Blue) = 241+201+112=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 112 (44.14% from 255 or 20.22% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C970 is #0E368F. Grayscale: #CBCBCB. Windows color (decimal): -931472 or 7391729. OLE color: 7391729.
HSL color Cylindrical-coordinate representation of color #F1C970: hue angle of 41.4º 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 #F1C970 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 201 | 112 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.05 |
| HSL | 41.4º | 0.82% | 0.69% | - |
| HSV(B) | 41.4º | 0.54% | 0.95% | - |
| XYZ | 60.09 | 61.64 | 24.06 | - |
| YUV | 202.81 | 76.75 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 201 | 112 | 0 | 0.17 | 0.54 | 0.05 | 41.4 | 0.82 | 0.69 |
| Hex | F1 | C9 | 70 | 0 | 11 | 36 | 5 | 29 | 52 | 45 |
| Octal | 361 | 311 | 160 | 0 | 21 | 66 | 5 | 51 | 122 | 105 |
| Binary | 11110001 | 11001001 | 1110000 | 0 | 10001 | 110110 | 101 | 101001 | 1010010 | 1000101 |
Color Harmonies of #F1C970
Complementary color
Monochromatic Colors of #F1C970
Black with #F1C970
Text Example
Text Example
White with #F1C970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C970; }
p { color: rgb(241,201,112); }
H1.HeaderClassName
{
color: #F1C970;
}
.AnyTagClassName
{
color: #F1C970;
}
</style>
background-color css
<style>
a { background-color: #F1C970; }
a { background-color: rgb(241,201,112); }
div.DivClassName
{
background-color: #F1C970;
}
.BgClassName
{
background-color: #F1C970;
}
</style>
border-color css
<style>
span { border-color: #F1C970; }
span { border-color: rgb(241,201,112); }
td.TdClassName
{
border-color: #F1C970;
}
.TagClassName
{
border-color: #F1C970;
}
</style>