Shades of Golden Sand #F2D36C
Tints of Golden Sand #F2D36C
RGB
CMYK
RGB Variations
Color information
#F2D36C (or 0xF2D36C) is known color: Golden Sand. HEX triplet: F2, D3 and 6C. RGB value is (242,211,108). Sum of RGB (Red+Green+Blue) = 242+211+108=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 108 (42.58% from 255 or 19.25% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D36C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D36C is #0D2C93. Grayscale: #D0D0D0. Windows color (decimal): -863380 or 7132146. OLE color: 7132146.
HSL color Cylindrical-coordinate representation of color #F2D36C: hue angle of 46.12º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2D36C is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 211 | 108 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.05 |
| HSL | 46.12º | 0.84% | 0.69% | - |
| HSV(B) | 46.12º | 0.55% | 0.95% | - |
| XYZ | 62.62 | 66.55 | 23.73 | - |
| YUV | 208.53 | 71.27 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 211 | 108 | 0 | 0.13 | 0.55 | 0.05 | 46.12 | 0.84 | 0.69 |
| Hex | F2 | D3 | 6C | 0 | D | 37 | 5 | 2E | 54 | 45 |
| Octal | 362 | 323 | 154 | 0 | 15 | 67 | 5 | 56 | 124 | 105 |
| Binary | 11110010 | 11010011 | 1101100 | 0 | 1101 | 110111 | 101 | 101110 | 1010100 | 1000101 |
Color Harmonies of #F2D36C
Complementary color
Monochromatic Colors of #F2D36C
Black with #F2D36C
Text Example
Text Example
White with #F2D36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D36C; }
p { color: rgb(242,211,108); }
H1.HeaderClassName
{
color: #F2D36C;
}
.AnyTagClassName
{
color: #F2D36C;
}
</style>
background-color css
<style>
a { background-color: #F2D36C; }
a { background-color: rgb(242,211,108); }
div.DivClassName
{
background-color: #F2D36C;
}
.BgClassName
{
background-color: #F2D36C;
}
</style>
border-color css
<style>
span { border-color: #F2D36C; }
span { border-color: rgb(242,211,108); }
td.TdClassName
{
border-color: #F2D36C;
}
.TagClassName
{
border-color: #F2D36C;
}
</style>