Shades of Golden Sand #F2D765
Tints of Golden Sand #F2D765
RGB
CMYK
RGB Variations
Color information
#F2D765 (or 0xF2D765) is known color: Golden Sand. HEX triplet: F2, D7 and 65. RGB value is (242,215,101). Sum of RGB (Red+Green+Blue) = 242+215+101=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 101 (39.84% from 255 or 18.10% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D765 is #0D289A. Grayscale: #D2D2D2. Windows color (decimal): -862363 or 6674418. OLE color: 6674418.
HSL color Cylindrical-coordinate representation of color #F2D765: hue angle of 48.51º 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 #F2D765 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 101 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.05 |
| HSL | 48.51º | 0.84% | 0.67% | - |
| HSV(B) | 48.51º | 0.58% | 0.95% | - |
| XYZ | 63.27 | 68.42 | 22.18 | - |
| YUV | 210.08 | 66.45 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 101 | 0 | 0.11 | 0.58 | 0.05 | 48.51 | 0.84 | 0.67 |
| Hex | F2 | D7 | 65 | 0 | B | 3A | 5 | 31 | 54 | 43 |
| Octal | 362 | 327 | 145 | 0 | 13 | 72 | 5 | 61 | 124 | 103 |
| Binary | 11110010 | 11010111 | 1100101 | 0 | 1011 | 111010 | 101 | 110001 | 1010100 | 1000011 |
Color Harmonies of #F2D765
Complementary color
Monochromatic Colors of #F2D765
Black with #F2D765
Text Example
Text Example
White with #F2D765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D765; }
p { color: rgb(242,215,101); }
H1.HeaderClassName
{
color: #F2D765;
}
.AnyTagClassName
{
color: #F2D765;
}
</style>
background-color css
<style>
a { background-color: #F2D765; }
a { background-color: rgb(242,215,101); }
div.DivClassName
{
background-color: #F2D765;
}
.BgClassName
{
background-color: #F2D765;
}
</style>
border-color css
<style>
span { border-color: #F2D765; }
span { border-color: rgb(242,215,101); }
td.TdClassName
{
border-color: #F2D765;
}
.TagClassName
{
border-color: #F2D765;
}
</style>