Shades of Golden Sand #F1CF73
Tints of Golden Sand #F1CF73
RGB
CMYK
RGB Variations
Color information
#F1CF73 (or 0xF1CF73) is known color: Golden Sand. HEX triplet: F1, CF and 73. RGB value is (241,207,115). Sum of RGB (Red+Green+Blue) = 241+207+115=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 115 (45.31% from 255 or 20.43% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CF73 is #0E308C. Grayscale: #CFCFCF. Windows color (decimal): -929933 or 7589873. OLE color: 7589873.
HSL color Cylindrical-coordinate representation of color #F1CF73: hue angle of 43.81º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F1CF73 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 115 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.05 |
| HSL | 43.81º | 0.82% | 0.7% | - |
| HSV(B) | 43.81º | 0.52% | 0.95% | - |
| XYZ | 61.68 | 64.56 | 25.43 | - |
| YUV | 206.68 | 76.26 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 115 | 0 | 0.14 | 0.52 | 0.05 | 43.81 | 0.82 | 0.7 |
| Hex | F1 | CF | 73 | 0 | E | 34 | 5 | 2C | 52 | 46 |
| Octal | 361 | 317 | 163 | 0 | 16 | 64 | 5 | 54 | 122 | 106 |
| Binary | 11110001 | 11001111 | 1110011 | 0 | 1110 | 110100 | 101 | 101100 | 1010010 | 1000110 |
Color Harmonies of #F1CF73
Complementary color
Monochromatic Colors of #F1CF73
Black with #F1CF73
Text Example
Text Example
White with #F1CF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CF73; }
p { color: rgb(241,207,115); }
H1.HeaderClassName
{
color: #F1CF73;
}
.AnyTagClassName
{
color: #F1CF73;
}
</style>
background-color css
<style>
a { background-color: #F1CF73; }
a { background-color: rgb(241,207,115); }
div.DivClassName
{
background-color: #F1CF73;
}
.BgClassName
{
background-color: #F1CF73;
}
</style>
border-color css
<style>
span { border-color: #F1CF73; }
span { border-color: rgb(241,207,115); }
td.TdClassName
{
border-color: #F1CF73;
}
.TagClassName
{
border-color: #F1CF73;
}
</style>