Shades of Golden Sand #F1D261
Tints of Golden Sand #F1D261
RGB
CMYK
RGB Variations
Color information
#F1D261 (or 0xF1D261) is known color: Golden Sand. HEX triplet: F1, D2 and 61. RGB value is (241,210,97). Sum of RGB (Red+Green+Blue) = 241+210+97=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 97 (38.28% from 255 or 17.70% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D261 is #0E2D9E. Grayscale: #CECECE. Windows color (decimal): -929183 or 6410993. OLE color: 6410993.
HSL color Cylindrical-coordinate representation of color #F1D261: hue angle of 47.08º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1D261 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 210 | 97 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.05 |
| HSL | 47.08º | 0.84% | 0.66% | - |
| HSV(B) | 47.08º | 0.6% | 0.95% | - |
| XYZ | 61.48 | 65.66 | 20.74 | - |
| YUV | 206.39 | 66.27 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 210 | 97 | 0 | 0.13 | 0.60 | 0.05 | 47.08 | 0.84 | 0.66 |
| Hex | F1 | D2 | 61 | 0 | D | 3C | 5 | 2F | 54 | 42 |
| Octal | 361 | 322 | 141 | 0 | 15 | 74 | 5 | 57 | 124 | 102 |
| Binary | 11110001 | 11010010 | 1100001 | 0 | 1101 | 111100 | 101 | 101111 | 1010100 | 1000010 |
Color Harmonies of #F1D261
Complementary color
Monochromatic Colors of #F1D261
Black with #F1D261
Text Example
Text Example
White with #F1D261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D261; }
p { color: rgb(241,210,97); }
H1.HeaderClassName
{
color: #F1D261;
}
.AnyTagClassName
{
color: #F1D261;
}
</style>
background-color css
<style>
a { background-color: #F1D261; }
a { background-color: rgb(241,210,97); }
div.DivClassName
{
background-color: #F1D261;
}
.BgClassName
{
background-color: #F1D261;
}
</style>
border-color css
<style>
span { border-color: #F1D261; }
span { border-color: rgb(241,210,97); }
td.TdClassName
{
border-color: #F1D261;
}
.TagClassName
{
border-color: #F1D261;
}
</style>