Shades of Golden Sand #F3D66E
Tints of Golden Sand #F3D66E
RGB
CMYK
RGB Variations
Color information
#F3D66E (or 0xF3D66E) is known color: Golden Sand. HEX triplet: F3, D6 and 6E. RGB value is (243,214,110). Sum of RGB (Red+Green+Blue) = 243+214+110=567 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.86% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 110 (43.36% from 255 or 19.40% from 567); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D66E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D66E is #0C2991. Grayscale: #D3D3D3. Windows color (decimal): -797074 or 7263987. OLE color: 7263987.
HSL color Cylindrical-coordinate representation of color #F3D66E: hue angle of 46.92º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F3D66E is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 214 | 110 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.05 |
| HSL | 46.92º | 0.85% | 0.69% | - |
| HSV(B) | 46.92º | 0.55% | 0.95% | - |
| XYZ | 63.82 | 68.27 | 24.57 | - |
| YUV | 210.82 | 71.11 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 214 | 110 | 0 | 0.12 | 0.55 | 0.05 | 46.92 | 0.85 | 0.69 |
| Hex | F3 | D6 | 6E | 0 | C | 37 | 5 | 2F | 55 | 45 |
| Octal | 363 | 326 | 156 | 0 | 14 | 67 | 5 | 57 | 125 | 105 |
| Binary | 11110011 | 11010110 | 1101110 | 0 | 1100 | 110111 | 101 | 101111 | 1010101 | 1000101 |
Color Harmonies of #F3D66E
Complementary color
Monochromatic Colors of #F3D66E
Black with #F3D66E
Text Example
Text Example
White with #F3D66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D66E; }
p { color: rgb(243,214,110); }
H1.HeaderClassName
{
color: #F3D66E;
}
.AnyTagClassName
{
color: #F3D66E;
}
</style>
background-color css
<style>
a { background-color: #F3D66E; }
a { background-color: rgb(243,214,110); }
div.DivClassName
{
background-color: #F3D66E;
}
.BgClassName
{
background-color: #F3D66E;
}
</style>
border-color css
<style>
span { border-color: #F3D66E; }
span { border-color: rgb(243,214,110); }
td.TdClassName
{
border-color: #F3D66E;
}
.TagClassName
{
border-color: #F3D66E;
}
</style>