Shades of Golden Sand #F3D06F
Tints of Golden Sand #F3D06F
RGB
CMYK
RGB Variations
Color information
#F3D06F (or 0xF3D06F) is known color: Golden Sand. HEX triplet: F3, D0 and 6F. RGB value is (243,208,111). Sum of RGB (Red+Green+Blue) = 243+208+111=562 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.24% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 111 (43.75% from 255 or 19.75% from 562); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D06F is #0C2F90. Grayscale: #CFCFCF. Windows color (decimal): -798609 or 7327987. OLE color: 7327987.
HSL color Cylindrical-coordinate representation of color #F3D06F: hue angle of 44.09º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F3D06F is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 208 | 111 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.05 |
| HSL | 44.09º | 0.85% | 0.69% | - |
| HSV(B) | 44.09º | 0.54% | 0.95% | - |
| XYZ | 62.39 | 65.31 | 24.36 | - |
| YUV | 207.41 | 73.6 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 208 | 111 | 0 | 0.14 | 0.54 | 0.05 | 44.09 | 0.85 | 0.69 |
| Hex | F3 | D0 | 6F | 0 | E | 36 | 5 | 2C | 55 | 45 |
| Octal | 363 | 320 | 157 | 0 | 16 | 66 | 5 | 54 | 125 | 105 |
| Binary | 11110011 | 11010000 | 1101111 | 0 | 1110 | 110110 | 101 | 101100 | 1010101 | 1000101 |
Color Harmonies of #F3D06F
Complementary color
Monochromatic Colors of #F3D06F
Black with #F3D06F
Text Example
Text Example
White with #F3D06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D06F; }
p { color: rgb(243,208,111); }
H1.HeaderClassName
{
color: #F3D06F;
}
.AnyTagClassName
{
color: #F3D06F;
}
</style>
background-color css
<style>
a { background-color: #F3D06F; }
a { background-color: rgb(243,208,111); }
div.DivClassName
{
background-color: #F3D06F;
}
.BgClassName
{
background-color: #F3D06F;
}
</style>
border-color css
<style>
span { border-color: #F3D06F; }
span { border-color: rgb(243,208,111); }
td.TdClassName
{
border-color: #F3D06F;
}
.TagClassName
{
border-color: #F3D06F;
}
</style>