Shades of Golden Sand #F2D46C
Tints of Golden Sand #F2D46C
RGB
CMYK
RGB Variations
Color information
#F2D46C (or 0xF2D46C) is known color: Golden Sand. HEX triplet: F2, D4 and 6C. RGB value is (242,212,108). Sum of RGB (Red+Green+Blue) = 242+212+108=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 108 (42.58% from 255 or 19.22% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D46C is #0D2B93. Grayscale: #D1D1D1. Windows color (decimal): -863124 or 7132402. OLE color: 7132402.
HSL color Cylindrical-coordinate representation of color #F2D46C: hue angle of 46.57º 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 #F2D46C is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 212 | 108 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.05 |
| HSL | 46.57º | 0.84% | 0.69% | - |
| HSV(B) | 46.57º | 0.55% | 0.95% | - |
| XYZ | 62.87 | 67.05 | 23.82 | - |
| YUV | 209.11 | 70.94 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 212 | 108 | 0 | 0.12 | 0.55 | 0.05 | 46.57 | 0.84 | 0.69 |
| Hex | F2 | D4 | 6C | 0 | C | 37 | 5 | 2F | 54 | 45 |
| Octal | 362 | 324 | 154 | 0 | 14 | 67 | 5 | 57 | 124 | 105 |
| Binary | 11110010 | 11010100 | 1101100 | 0 | 1100 | 110111 | 101 | 101111 | 1010100 | 1000101 |
Color Harmonies of #F2D46C
Complementary color
Monochromatic Colors of #F2D46C
Black with #F2D46C
Text Example
Text Example
White with #F2D46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D46C; }
p { color: rgb(242,212,108); }
H1.HeaderClassName
{
color: #F2D46C;
}
.AnyTagClassName
{
color: #F2D46C;
}
</style>
background-color css
<style>
a { background-color: #F2D46C; }
a { background-color: rgb(242,212,108); }
div.DivClassName
{
background-color: #F2D46C;
}
.BgClassName
{
background-color: #F2D46C;
}
</style>
border-color css
<style>
span { border-color: #F2D46C; }
span { border-color: rgb(242,212,108); }
td.TdClassName
{
border-color: #F2D46C;
}
.TagClassName
{
border-color: #F2D46C;
}
</style>