Shades of Golden Sand #F2DA68
Tints of Golden Sand #F2DA68
RGB
CMYK
RGB Variations
Color information
#F2DA68 (or 0xF2DA68) is known color: Golden Sand. HEX triplet: F2, DA and 68. RGB value is (242,218,104). Sum of RGB (Red+Green+Blue) = 242+218+104=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 104 (41.02% from 255 or 18.44% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DA68 is #0D2597. Grayscale: #D4D4D4. Windows color (decimal): -861592 or 6871794. OLE color: 6871794.
HSL color Cylindrical-coordinate representation of color #F2DA68: hue angle of 49.57º 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 #F2DA68 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 104 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.05 |
| HSL | 49.57º | 0.84% | 0.68% | - |
| HSV(B) | 49.57º | 0.57% | 0.95% | - |
| XYZ | 64.19 | 70.02 | 23.23 | - |
| YUV | 212.18 | 66.95 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 104 | 0 | 0.10 | 0.57 | 0.05 | 49.57 | 0.84 | 0.68 |
| Hex | F2 | DA | 68 | 0 | A | 39 | 5 | 32 | 54 | 44 |
| Octal | 362 | 332 | 150 | 0 | 12 | 71 | 5 | 62 | 124 | 104 |
| Binary | 11110010 | 11011010 | 1101000 | 0 | 1010 | 111001 | 101 | 110010 | 1010100 | 1000100 |
Color Harmonies of #F2DA68
Complementary color
Monochromatic Colors of #F2DA68
Black with #F2DA68
Text Example
Text Example
White with #F2DA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DA68; }
p { color: rgb(242,218,104); }
H1.HeaderClassName
{
color: #F2DA68;
}
.AnyTagClassName
{
color: #F2DA68;
}
</style>
background-color css
<style>
a { background-color: #F2DA68; }
a { background-color: rgb(242,218,104); }
div.DivClassName
{
background-color: #F2DA68;
}
.BgClassName
{
background-color: #F2DA68;
}
</style>
border-color css
<style>
span { border-color: #F2DA68; }
span { border-color: rgb(242,218,104); }
td.TdClassName
{
border-color: #F2DA68;
}
.TagClassName
{
border-color: #F2DA68;
}
</style>