Shades of Golden Sand #F2D56B
Tints of Golden Sand #F2D56B
RGB
CMYK
RGB Variations
Color information
#F2D56B (or 0xF2D56B) is known color: Golden Sand. HEX triplet: F2, D5 and 6B. RGB value is (242,213,107). Sum of RGB (Red+Green+Blue) = 242+213+107=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 107 (42.19% from 255 or 19.04% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D56B is #0D2A94. Grayscale: #D2D2D2. Windows color (decimal): -862869 or 7067122. OLE color: 7067122.
HSL color Cylindrical-coordinate representation of color #F2D56B: hue angle of 47.11º 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 #F2D56B is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 107 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.05 |
| HSL | 47.11º | 0.84% | 0.68% | - |
| HSV(B) | 47.11º | 0.56% | 0.95% | - |
| XYZ | 63.07 | 67.53 | 23.62 | - |
| YUV | 209.59 | 70.11 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 107 | 0 | 0.12 | 0.56 | 0.05 | 47.11 | 0.84 | 0.68 |
| Hex | F2 | D5 | 6B | 0 | C | 38 | 5 | 2F | 54 | 44 |
| Octal | 362 | 325 | 153 | 0 | 14 | 70 | 5 | 57 | 124 | 104 |
| Binary | 11110010 | 11010101 | 1101011 | 0 | 1100 | 111000 | 101 | 101111 | 1010100 | 1000100 |
Color Harmonies of #F2D56B
Complementary color
Monochromatic Colors of #F2D56B
Black with #F2D56B
Text Example
Text Example
White with #F2D56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D56B; }
p { color: rgb(242,213,107); }
H1.HeaderClassName
{
color: #F2D56B;
}
.AnyTagClassName
{
color: #F2D56B;
}
</style>
background-color css
<style>
a { background-color: #F2D56B; }
a { background-color: rgb(242,213,107); }
div.DivClassName
{
background-color: #F2D56B;
}
.BgClassName
{
background-color: #F2D56B;
}
</style>
border-color css
<style>
span { border-color: #F2D56B; }
span { border-color: rgb(242,213,107); }
td.TdClassName
{
border-color: #F2D56B;
}
.TagClassName
{
border-color: #F2D56B;
}
</style>