Shades of Golden Sand #F1CF74
Tints of Golden Sand #F1CF74
RGB
CMYK
RGB Variations
Color information
#F1CF74 (or 0xF1CF74) is known color: Golden Sand. HEX triplet: F1, CF and 74. RGB value is (241,207,116). Sum of RGB (Red+Green+Blue) = 241+207+116=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CF74 is #0E308B. Grayscale: #CFCFCF. Windows color (decimal): -929932 or 7655409. OLE color: 7655409.
HSL color Cylindrical-coordinate representation of color #F1CF74: hue angle of 43.68º 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 #F1CF74 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 116 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.05 |
| HSL | 43.68º | 0.82% | 0.7% | - |
| HSV(B) | 43.68º | 0.52% | 0.95% | - |
| XYZ | 61.74 | 64.59 | 25.74 | - |
| YUV | 206.79 | 76.76 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 116 | 0 | 0.14 | 0.52 | 0.05 | 43.68 | 0.82 | 0.7 |
| Hex | F1 | CF | 74 | 0 | E | 34 | 5 | 2C | 52 | 46 |
| Octal | 361 | 317 | 164 | 0 | 16 | 64 | 5 | 54 | 122 | 106 |
| Binary | 11110001 | 11001111 | 1110100 | 0 | 1110 | 110100 | 101 | 101100 | 1010010 | 1000110 |
Color Harmonies of #F1CF74
Complementary color
Monochromatic Colors of #F1CF74
Black with #F1CF74
Text Example
Text Example
White with #F1CF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CF74; }
p { color: rgb(241,207,116); }
H1.HeaderClassName
{
color: #F1CF74;
}
.AnyTagClassName
{
color: #F1CF74;
}
</style>
background-color css
<style>
a { background-color: #F1CF74; }
a { background-color: rgb(241,207,116); }
div.DivClassName
{
background-color: #F1CF74;
}
.BgClassName
{
background-color: #F1CF74;
}
</style>
border-color css
<style>
span { border-color: #F1CF74; }
span { border-color: rgb(241,207,116); }
td.TdClassName
{
border-color: #F1CF74;
}
.TagClassName
{
border-color: #F1CF74;
}
</style>