Shades of Golden Sand #F3D066
Tints of Golden Sand #F3D066
RGB
CMYK
RGB Variations
Color information
#F3D066 (or 0xF3D066) is known color: Golden Sand. HEX triplet: F3, D0 and 66. RGB value is (243,208,102). Sum of RGB (Red+Green+Blue) = 243+208+102=553 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.94% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 102 (40.23% from 255 or 18.44% from 553); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D066 is #0C2F99. Grayscale: #CECECE. Windows color (decimal): -798618 or 6738163. OLE color: 6738163.
HSL color Cylindrical-coordinate representation of color #F3D066: hue angle of 45.11º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F3D066 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 208 | 102 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.05 |
| HSL | 45.11º | 0.85% | 0.68% | - |
| HSV(B) | 45.11º | 0.58% | 0.95% | - |
| XYZ | 61.92 | 65.13 | 21.88 | - |
| YUV | 206.38 | 69.1 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 208 | 102 | 0 | 0.14 | 0.58 | 0.05 | 45.11 | 0.85 | 0.68 |
| Hex | F3 | D0 | 66 | 0 | E | 3A | 5 | 2D | 55 | 44 |
| Octal | 363 | 320 | 146 | 0 | 16 | 72 | 5 | 55 | 125 | 104 |
| Binary | 11110011 | 11010000 | 1100110 | 0 | 1110 | 111010 | 101 | 101101 | 1010101 | 1000100 |
Color Harmonies of #F3D066
Complementary color
Monochromatic Colors of #F3D066
Black with #F3D066
Text Example
Text Example
White with #F3D066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D066; }
p { color: rgb(243,208,102); }
H1.HeaderClassName
{
color: #F3D066;
}
.AnyTagClassName
{
color: #F3D066;
}
</style>
background-color css
<style>
a { background-color: #F3D066; }
a { background-color: rgb(243,208,102); }
div.DivClassName
{
background-color: #F3D066;
}
.BgClassName
{
background-color: #F3D066;
}
</style>
border-color css
<style>
span { border-color: #F3D066; }
span { border-color: rgb(243,208,102); }
td.TdClassName
{
border-color: #F3D066;
}
.TagClassName
{
border-color: #F3D066;
}
</style>