Shades of Golden Sand #F2D56F
Tints of Golden Sand #F2D56F
RGB
CMYK
RGB Variations
Color information
#F2D56F (or 0xF2D56F) is known color: Golden Sand. HEX triplet: F2, D5 and 6F. RGB value is (242,213,111). Sum of RGB (Red+Green+Blue) = 242+213+111=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 111 (43.75% from 255 or 19.61% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D56F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D56F is #0D2A90. Grayscale: #D2D2D2. Windows color (decimal): -862865 or 7329266. OLE color: 7329266.
HSL color Cylindrical-coordinate representation of color #F2D56F: hue angle of 46.72º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2D56F is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 111 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.05 |
| HSL | 46.72º | 0.83% | 0.69% | - |
| HSV(B) | 46.72º | 0.54% | 0.95% | - |
| XYZ | 63.28 | 67.61 | 24.75 | - |
| YUV | 210.04 | 72.11 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 111 | 0 | 0.12 | 0.54 | 0.05 | 46.72 | 0.83 | 0.69 |
| Hex | F2 | D5 | 6F | 0 | C | 36 | 5 | 2F | 53 | 45 |
| Octal | 362 | 325 | 157 | 0 | 14 | 66 | 5 | 57 | 123 | 105 |
| Binary | 11110010 | 11010101 | 1101111 | 0 | 1100 | 110110 | 101 | 101111 | 1010011 | 1000101 |
Color Harmonies of #F2D56F
Complementary color
Monochromatic Colors of #F2D56F
Black with #F2D56F
Text Example
Text Example
White with #F2D56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D56F; }
p { color: rgb(242,213,111); }
H1.HeaderClassName
{
color: #F2D56F;
}
.AnyTagClassName
{
color: #F2D56F;
}
</style>
background-color css
<style>
a { background-color: #F2D56F; }
a { background-color: rgb(242,213,111); }
div.DivClassName
{
background-color: #F2D56F;
}
.BgClassName
{
background-color: #F2D56F;
}
</style>
border-color css
<style>
span { border-color: #F2D56F; }
span { border-color: rgb(242,213,111); }
td.TdClassName
{
border-color: #F2D56F;
}
.TagClassName
{
border-color: #F2D56F;
}
</style>