Shades of Golden Sand #F2D568
Tints of Golden Sand #F2D568
RGB
CMYK
RGB Variations
Color information
#F2D568 (or 0xF2D568) is known color: Golden Sand. HEX triplet: F2, D5 and 68. RGB value is (242,213,104). Sum of RGB (Red+Green+Blue) = 242+213+104=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 104 (41.02% from 255 or 18.60% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D568 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D568 is #0D2A97. Grayscale: #D1D1D1. Windows color (decimal): -862872 or 6870514. OLE color: 6870514.
HSL color Cylindrical-coordinate representation of color #F2D568: hue angle of 47.39º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2D568 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 104 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.05 |
| HSL | 47.39º | 0.84% | 0.68% | - |
| HSV(B) | 47.39º | 0.57% | 0.95% | - |
| XYZ | 62.91 | 67.47 | 22.8 | - |
| YUV | 209.25 | 68.61 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 104 | 0 | 0.12 | 0.57 | 0.05 | 47.39 | 0.84 | 0.68 |
| Hex | F2 | D5 | 68 | 0 | C | 39 | 5 | 2F | 54 | 44 |
| Octal | 362 | 325 | 150 | 0 | 14 | 71 | 5 | 57 | 124 | 104 |
| Binary | 11110010 | 11010101 | 1101000 | 0 | 1100 | 111001 | 101 | 101111 | 1010100 | 1000100 |
Color Harmonies of #F2D568
Complementary color
Monochromatic Colors of #F2D568
Black with #F2D568
Text Example
Text Example
White with #F2D568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D568; }
p { color: rgb(242,213,104); }
H1.HeaderClassName
{
color: #F2D568;
}
.AnyTagClassName
{
color: #F2D568;
}
</style>
background-color css
<style>
a { background-color: #F2D568; }
a { background-color: rgb(242,213,104); }
div.DivClassName
{
background-color: #F2D568;
}
.BgClassName
{
background-color: #F2D568;
}
</style>
border-color css
<style>
span { border-color: #F2D568; }
span { border-color: rgb(242,213,104); }
td.TdClassName
{
border-color: #F2D568;
}
.TagClassName
{
border-color: #F2D568;
}
</style>