Shades of Golden Sand #F2D965
Tints of Golden Sand #F2D965
RGB
CMYK
RGB Variations
Color information
#F2D965 (or 0xF2D965) is known color: Golden Sand. HEX triplet: F2, D9 and 65. RGB value is (242,217,101). Sum of RGB (Red+Green+Blue) = 242+217+101=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 101 (39.84% from 255 or 18.04% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D965 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D965 is #0D269A. Grayscale: #D3D3D3. Windows color (decimal): -861851 or 6674930. OLE color: 6674930.
HSL color Cylindrical-coordinate representation of color #F2D965: hue angle of 49.36º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2D965 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 101 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.05 |
| HSL | 49.36º | 0.84% | 0.67% | - |
| HSV(B) | 49.36º | 0.58% | 0.95% | - |
| XYZ | 63.78 | 69.44 | 22.35 | - |
| YUV | 211.25 | 65.78 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 101 | 0 | 0.10 | 0.58 | 0.05 | 49.36 | 0.84 | 0.67 |
| Hex | F2 | D9 | 65 | 0 | A | 3A | 5 | 31 | 54 | 43 |
| Octal | 362 | 331 | 145 | 0 | 12 | 72 | 5 | 61 | 124 | 103 |
| Binary | 11110010 | 11011001 | 1100101 | 0 | 1010 | 111010 | 101 | 110001 | 1010100 | 1000011 |
Color Harmonies of #F2D965
Complementary color
Monochromatic Colors of #F2D965
Black with #F2D965
Text Example
Text Example
White with #F2D965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D965; }
p { color: rgb(242,217,101); }
H1.HeaderClassName
{
color: #F2D965;
}
.AnyTagClassName
{
color: #F2D965;
}
</style>
background-color css
<style>
a { background-color: #F2D965; }
a { background-color: rgb(242,217,101); }
div.DivClassName
{
background-color: #F2D965;
}
.BgClassName
{
background-color: #F2D965;
}
</style>
border-color css
<style>
span { border-color: #F2D965; }
span { border-color: rgb(242,217,101); }
td.TdClassName
{
border-color: #F2D965;
}
.TagClassName
{
border-color: #F2D965;
}
</style>