Shades of Golden Sand #F3DA68
Tints of Golden Sand #F3DA68
RGB
CMYK
RGB Variations
Color information
#F3DA68 (or 0xF3DA68) is known color: Golden Sand. HEX triplet: F3, DA and 68. RGB value is (243,218,104). Sum of RGB (Red+Green+Blue) = 243+218+104=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 104 (41.02% from 255 or 18.41% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DA68 is #0C2597. Grayscale: #D4D4D4. Windows color (decimal): -796056 or 6871795. OLE color: 6871795.
HSL color Cylindrical-coordinate representation of color #F3DA68: hue angle of 49.21º degrees, saturation: 0.85, 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 #F3DA68 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 218 | 104 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.05 |
| HSL | 49.21º | 0.85% | 0.68% | - |
| HSV(B) | 49.21º | 0.57% | 0.95% | - |
| XYZ | 64.53 | 70.2 | 23.24 | - |
| YUV | 212.48 | 66.78 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 218 | 104 | 0 | 0.10 | 0.57 | 0.05 | 49.21 | 0.85 | 0.68 |
| Hex | F3 | DA | 68 | 0 | A | 39 | 5 | 31 | 55 | 44 |
| Octal | 363 | 332 | 150 | 0 | 12 | 71 | 5 | 61 | 125 | 104 |
| Binary | 11110011 | 11011010 | 1101000 | 0 | 1010 | 111001 | 101 | 110001 | 1010101 | 1000100 |
Color Harmonies of #F3DA68
Complementary color
Monochromatic Colors of #F3DA68
Black with #F3DA68
Text Example
Text Example
White with #F3DA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DA68; }
p { color: rgb(243,218,104); }
H1.HeaderClassName
{
color: #F3DA68;
}
.AnyTagClassName
{
color: #F3DA68;
}
</style>
background-color css
<style>
a { background-color: #F3DA68; }
a { background-color: rgb(243,218,104); }
div.DivClassName
{
background-color: #F3DA68;
}
.BgClassName
{
background-color: #F3DA68;
}
</style>
border-color css
<style>
span { border-color: #F3DA68; }
span { border-color: rgb(243,218,104); }
td.TdClassName
{
border-color: #F3DA68;
}
.TagClassName
{
border-color: #F3DA68;
}
</style>