Shades of Golden Sand #F3D866
Tints of Golden Sand #F3D866
RGB
CMYK
RGB Variations
Color information
#F3D866 (or 0xF3D866) is known color: Golden Sand. HEX triplet: F3, D8 and 66. RGB value is (243,216,102). Sum of RGB (Red+Green+Blue) = 243+216+102=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 102 (40.23% from 255 or 18.18% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D866 is #0C2799. Grayscale: #D3D3D3. Windows color (decimal): -796570 or 6740211. OLE color: 6740211.
HSL color Cylindrical-coordinate representation of color #F3D866: hue angle of 48.51º 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 #F3D866 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 216 | 102 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.05 |
| HSL | 48.51º | 0.85% | 0.68% | - |
| HSV(B) | 48.51º | 0.58% | 0.95% | - |
| XYZ | 63.92 | 69.13 | 22.54 | - |
| YUV | 211.08 | 66.45 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 216 | 102 | 0 | 0.11 | 0.58 | 0.05 | 48.51 | 0.85 | 0.68 |
| Hex | F3 | D8 | 66 | 0 | B | 3A | 5 | 31 | 55 | 44 |
| Octal | 363 | 330 | 146 | 0 | 13 | 72 | 5 | 61 | 125 | 104 |
| Binary | 11110011 | 11011000 | 1100110 | 0 | 1011 | 111010 | 101 | 110001 | 1010101 | 1000100 |
Color Harmonies of #F3D866
Complementary color
Monochromatic Colors of #F3D866
Black with #F3D866
Text Example
Text Example
White with #F3D866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D866; }
p { color: rgb(243,216,102); }
H1.HeaderClassName
{
color: #F3D866;
}
.AnyTagClassName
{
color: #F3D866;
}
</style>
background-color css
<style>
a { background-color: #F3D866; }
a { background-color: rgb(243,216,102); }
div.DivClassName
{
background-color: #F3D866;
}
.BgClassName
{
background-color: #F3D866;
}
</style>
border-color css
<style>
span { border-color: #F3D866; }
span { border-color: rgb(243,216,102); }
td.TdClassName
{
border-color: #F3D866;
}
.TagClassName
{
border-color: #F3D866;
}
</style>