Shades of Golden Sand #F2DA67
Tints of Golden Sand #F2DA67
RGB
CMYK
RGB Variations
Color information
#F2DA67 (or 0xF2DA67) is known color: Golden Sand. HEX triplet: F2, DA and 67. RGB value is (242,218,103). Sum of RGB (Red+Green+Blue) = 242+218+103=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 103 (40.62% from 255 or 18.29% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DA67 is #0D2598. Grayscale: #D4D4D4. Windows color (decimal): -861593 or 6806258. OLE color: 6806258.
HSL color Cylindrical-coordinate representation of color #F2DA67: hue angle of 49.64º 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 #F2DA67 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 103 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.05 |
| HSL | 49.64º | 0.84% | 0.68% | - |
| HSV(B) | 49.64º | 0.57% | 0.95% | - |
| XYZ | 64.14 | 70 | 22.96 | - |
| YUV | 212.07 | 66.45 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 103 | 0 | 0.10 | 0.57 | 0.05 | 49.64 | 0.84 | 0.68 |
| Hex | F2 | DA | 67 | 0 | A | 39 | 5 | 32 | 54 | 44 |
| Octal | 362 | 332 | 147 | 0 | 12 | 71 | 5 | 62 | 124 | 104 |
| Binary | 11110010 | 11011010 | 1100111 | 0 | 1010 | 111001 | 101 | 110010 | 1010100 | 1000100 |
Color Harmonies of #F2DA67
Complementary color
Monochromatic Colors of #F2DA67
Black with #F2DA67
Text Example
Text Example
White with #F2DA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DA67; }
p { color: rgb(242,218,103); }
H1.HeaderClassName
{
color: #F2DA67;
}
.AnyTagClassName
{
color: #F2DA67;
}
</style>
background-color css
<style>
a { background-color: #F2DA67; }
a { background-color: rgb(242,218,103); }
div.DivClassName
{
background-color: #F2DA67;
}
.BgClassName
{
background-color: #F2DA67;
}
</style>
border-color css
<style>
span { border-color: #F2DA67; }
span { border-color: rgb(242,218,103); }
td.TdClassName
{
border-color: #F2DA67;
}
.TagClassName
{
border-color: #F2DA67;
}
</style>