Shades of Golden Sand #F2D16B
Tints of Golden Sand #F2D16B
RGB
CMYK
RGB Variations
Color information
#F2D16B (or 0xF2D16B) is known color: Golden Sand. HEX triplet: F2, D1 and 6B. RGB value is (242,209,107). Sum of RGB (Red+Green+Blue) = 242+209+107=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 107 (42.19% from 255 or 19.18% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D16B is #0D2E94. Grayscale: #CFCFCF. Windows color (decimal): -863893 or 7066098. OLE color: 7066098.
HSL color Cylindrical-coordinate representation of color #F2D16B: hue angle of 45.33º 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 #F2D16B is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 209 | 107 | - |
CMYK | 0 | 0.14 | 0.56 | 0.05 |
HSL | 45.33º | 0.84% | 0.68% | - |
HSV(B) | 45.33º | 0.56% | 0.95% | - |
XYZ | 62.07 | 65.54 | 23.29 | - |
YUV | 207.24 | 71.43 | 152.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 209 | 107 | 0 | 0.14 | 0.56 | 0.05 | 45.33 | 0.84 | 0.68 |
Hex | F2 | D1 | 6B | 0 | E | 38 | 5 | 2D | 54 | 44 |
Octal | 362 | 321 | 153 | 0 | 16 | 70 | 5 | 55 | 124 | 104 |
Binary | 11110010 | 11010001 | 1101011 | 0 | 1110 | 111000 | 101 | 101101 | 1010100 | 1000100 |
Color Harmonies of #F2D16B
Complementary color
Monochromatic Colors of #F2D16B
Black with #F2D16B
Text Example
Text Example
White with #F2D16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D16B; }
p { color: rgb(242,209,107); }
H1.HeaderClassName
{
color: #F2D16B;
}
.AnyTagClassName
{
color: #F2D16B;
}
</style>
background-color css
<style>
a { background-color: #F2D16B; }
a { background-color: rgb(242,209,107); }
div.DivClassName
{
background-color: #F2D16B;
}
.BgClassName
{
background-color: #F2D16B;
}
</style>
border-color css
<style>
span { border-color: #F2D16B; }
span { border-color: rgb(242,209,107); }
td.TdClassName
{
border-color: #F2D16B;
}
.TagClassName
{
border-color: #F2D16B;
}
</style>