Shades of Golden Sand #F2D36B
Tints of Golden Sand #F2D36B
RGB
CMYK
RGB Variations
Color information
#F2D36B (or 0xF2D36B) is known color: Golden Sand. HEX triplet: F2, D3 and 6B. RGB value is (242,211,107). Sum of RGB (Red+Green+Blue) = 242+211+107=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 107 (42.19% from 255 or 19.11% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D36B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D36B is #0D2C94. Grayscale: #D0D0D0. Windows color (decimal): -863381 or 7066610. OLE color: 7066610.
HSL color Cylindrical-coordinate representation of color #F2D36B: hue angle of 46.22º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2D36B is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 211 | 107 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.05 |
| HSL | 46.22º | 0.84% | 0.68% | - |
| HSV(B) | 46.22º | 0.56% | 0.95% | - |
| XYZ | 62.57 | 66.53 | 23.45 | - |
| YUV | 208.41 | 70.77 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 211 | 107 | 0 | 0.13 | 0.56 | 0.05 | 46.22 | 0.84 | 0.68 |
| Hex | F2 | D3 | 6B | 0 | D | 38 | 5 | 2E | 54 | 44 |
| Octal | 362 | 323 | 153 | 0 | 15 | 70 | 5 | 56 | 124 | 104 |
| Binary | 11110010 | 11010011 | 1101011 | 0 | 1101 | 111000 | 101 | 101110 | 1010100 | 1000100 |
Color Harmonies of #F2D36B
Complementary color
Monochromatic Colors of #F2D36B
Black with #F2D36B
Text Example
Text Example
White with #F2D36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D36B; }
p { color: rgb(242,211,107); }
H1.HeaderClassName
{
color: #F2D36B;
}
.AnyTagClassName
{
color: #F2D36B;
}
</style>
background-color css
<style>
a { background-color: #F2D36B; }
a { background-color: rgb(242,211,107); }
div.DivClassName
{
background-color: #F2D36B;
}
.BgClassName
{
background-color: #F2D36B;
}
</style>
border-color css
<style>
span { border-color: #F2D36B; }
span { border-color: rgb(242,211,107); }
td.TdClassName
{
border-color: #F2D36B;
}
.TagClassName
{
border-color: #F2D36B;
}
</style>