Shades of Golden Sand #F2D06C
Tints of Golden Sand #F2D06C
RGB
CMYK
RGB Variations
Color information
#F2D06C (or 0xF2D06C) is known color: Golden Sand. HEX triplet: F2, D0 and 6C. RGB value is (242,208,108). Sum of RGB (Red+Green+Blue) = 242+208+108=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 108 (42.58% from 255 or 19.35% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D06C is #0D2F93. Grayscale: #CFCFCF. Windows color (decimal): -864148 or 7131378. OLE color: 7131378.
HSL color Cylindrical-coordinate representation of color #F2D06C: hue angle of 44.78º 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 #F2D06C is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 108 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.05 |
| HSL | 44.78º | 0.84% | 0.69% | - |
| HSV(B) | 44.78º | 0.55% | 0.95% | - |
| XYZ | 61.88 | 65.07 | 23.49 | - |
| YUV | 206.77 | 72.26 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 108 | 0 | 0.14 | 0.55 | 0.05 | 44.78 | 0.84 | 0.69 |
| Hex | F2 | D0 | 6C | 0 | E | 37 | 5 | 2D | 54 | 45 |
| Octal | 362 | 320 | 154 | 0 | 16 | 67 | 5 | 55 | 124 | 105 |
| Binary | 11110010 | 11010000 | 1101100 | 0 | 1110 | 110111 | 101 | 101101 | 1010100 | 1000101 |
Color Harmonies of #F2D06C
Complementary color
Monochromatic Colors of #F2D06C
Black with #F2D06C
Text Example
Text Example
White with #F2D06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D06C; }
p { color: rgb(242,208,108); }
H1.HeaderClassName
{
color: #F2D06C;
}
.AnyTagClassName
{
color: #F2D06C;
}
</style>
background-color css
<style>
a { background-color: #F2D06C; }
a { background-color: rgb(242,208,108); }
div.DivClassName
{
background-color: #F2D06C;
}
.BgClassName
{
background-color: #F2D06C;
}
</style>
border-color css
<style>
span { border-color: #F2D06C; }
span { border-color: rgb(242,208,108); }
td.TdClassName
{
border-color: #F2D06C;
}
.TagClassName
{
border-color: #F2D06C;
}
</style>