Shades of Golden Sand #F3D565
Tints of Golden Sand #F3D565
RGB
CMYK
RGB Variations
Color information
#F3D565 (or 0xF3D565) is known color: Golden Sand. HEX triplet: F3, D5 and 65. RGB value is (243,213,101). Sum of RGB (Red+Green+Blue) = 243+213+101=557 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.63% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 101 (39.84% from 255 or 18.13% from 557); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D565 is #0C2A9A. Grayscale: #D1D1D1. Windows color (decimal): -797339 or 6673907. OLE color: 6673907.
HSL color Cylindrical-coordinate representation of color #F3D565: hue angle of 47.32º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F3D565 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 213 | 101 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.05 |
| HSL | 47.32º | 0.86% | 0.67% | - |
| HSV(B) | 47.32º | 0.58% | 0.95% | - |
| XYZ | 63.11 | 67.58 | 22.03 | - |
| YUV | 209.2 | 66.94 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 213 | 101 | 0 | 0.12 | 0.58 | 0.05 | 47.32 | 0.86 | 0.67 |
| Hex | F3 | D5 | 65 | 0 | C | 3A | 5 | 2F | 56 | 43 |
| Octal | 363 | 325 | 145 | 0 | 14 | 72 | 5 | 57 | 126 | 103 |
| Binary | 11110011 | 11010101 | 1100101 | 0 | 1100 | 111010 | 101 | 101111 | 1010110 | 1000011 |
Color Harmonies of #F3D565
Complementary color
Monochromatic Colors of #F3D565
Black with #F3D565
Text Example
Text Example
White with #F3D565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D565; }
p { color: rgb(243,213,101); }
H1.HeaderClassName
{
color: #F3D565;
}
.AnyTagClassName
{
color: #F3D565;
}
</style>
background-color css
<style>
a { background-color: #F3D565; }
a { background-color: rgb(243,213,101); }
div.DivClassName
{
background-color: #F3D565;
}
.BgClassName
{
background-color: #F3D565;
}
</style>
border-color css
<style>
span { border-color: #F3D565; }
span { border-color: rgb(243,213,101); }
td.TdClassName
{
border-color: #F3D565;
}
.TagClassName
{
border-color: #F3D565;
}
</style>