Shades of Golden Sand #F3D466
Tints of Golden Sand #F3D466
RGB
CMYK
RGB Variations
Color information
#F3D466 (or 0xF3D466) is known color: Golden Sand. HEX triplet: F3, D4 and 66. RGB value is (243,212,102). Sum of RGB (Red+Green+Blue) = 243+212+102=557 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.63% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 102 (40.23% from 255 or 18.31% from 557); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D466 is #0C2B99. Grayscale: #D1D1D1. Windows color (decimal): -797594 or 6739187. OLE color: 6739187.
HSL color Cylindrical-coordinate representation of color #F3D466: hue angle of 46.81º 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 #F3D466 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 212 | 102 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.05 |
| HSL | 46.81º | 0.85% | 0.68% | - |
| HSV(B) | 46.81º | 0.58% | 0.95% | - |
| XYZ | 62.9 | 67.1 | 22.21 | - |
| YUV | 208.73 | 67.77 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 212 | 102 | 0 | 0.13 | 0.58 | 0.05 | 46.81 | 0.85 | 0.68 |
| Hex | F3 | D4 | 66 | 0 | D | 3A | 5 | 2F | 55 | 44 |
| Octal | 363 | 324 | 146 | 0 | 15 | 72 | 5 | 57 | 125 | 104 |
| Binary | 11110011 | 11010100 | 1100110 | 0 | 1101 | 111010 | 101 | 101111 | 1010101 | 1000100 |
Color Harmonies of #F3D466
Complementary color
Monochromatic Colors of #F3D466
Black with #F3D466
Text Example
Text Example
White with #F3D466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D466; }
p { color: rgb(243,212,102); }
H1.HeaderClassName
{
color: #F3D466;
}
.AnyTagClassName
{
color: #F3D466;
}
</style>
background-color css
<style>
a { background-color: #F3D466; }
a { background-color: rgb(243,212,102); }
div.DivClassName
{
background-color: #F3D466;
}
.BgClassName
{
background-color: #F3D466;
}
</style>
border-color css
<style>
span { border-color: #F3D466; }
span { border-color: rgb(243,212,102); }
td.TdClassName
{
border-color: #F3D466;
}
.TagClassName
{
border-color: #F3D466;
}
</style>