Shades of Golden Sand #F2D366
Tints of Golden Sand #F2D366
RGB
CMYK
RGB Variations
Color information
#F2D366 (or 0xF2D366) is known color: Golden Sand. HEX triplet: F2, D3 and 66. RGB value is (242,211,102). Sum of RGB (Red+Green+Blue) = 242+211+102=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 102 (40.23% from 255 or 18.38% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D366 is #0D2C99. Grayscale: #D0D0D0. Windows color (decimal): -863386 or 6738930. OLE color: 6738930.
HSL color Cylindrical-coordinate representation of color #F2D366: hue angle of 46.71º 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 #F2D366 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 211 | 102 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.05 |
| HSL | 46.71º | 0.84% | 0.67% | - |
| HSV(B) | 46.71º | 0.58% | 0.95% | - |
| XYZ | 62.31 | 66.43 | 22.11 | - |
| YUV | 207.84 | 68.27 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 211 | 102 | 0 | 0.13 | 0.58 | 0.05 | 46.71 | 0.84 | 0.67 |
| Hex | F2 | D3 | 66 | 0 | D | 3A | 5 | 2F | 54 | 43 |
| Octal | 362 | 323 | 146 | 0 | 15 | 72 | 5 | 57 | 124 | 103 |
| Binary | 11110010 | 11010011 | 1100110 | 0 | 1101 | 111010 | 101 | 101111 | 1010100 | 1000011 |
Color Harmonies of #F2D366
Complementary color
Monochromatic Colors of #F2D366
Black with #F2D366
Text Example
Text Example
White with #F2D366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D366; }
p { color: rgb(242,211,102); }
H1.HeaderClassName
{
color: #F2D366;
}
.AnyTagClassName
{
color: #F2D366;
}
</style>
background-color css
<style>
a { background-color: #F2D366; }
a { background-color: rgb(242,211,102); }
div.DivClassName
{
background-color: #F2D366;
}
.BgClassName
{
background-color: #F2D366;
}
</style>
border-color css
<style>
span { border-color: #F2D366; }
span { border-color: rgb(242,211,102); }
td.TdClassName
{
border-color: #F2D366;
}
.TagClassName
{
border-color: #F2D366;
}
</style>