Shades of Golden Sand #F3D56E
Tints of Golden Sand #F3D56E
RGB
CMYK
RGB Variations
Color information
#F3D56E (or 0xF3D56E) is known color: Golden Sand. HEX triplet: F3, D5 and 6E. RGB value is (243,213,110). Sum of RGB (Red+Green+Blue) = 243+213+110=566 (74% of max value = 765). Red value is 243 (95.31% from 255 or 42.93% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 110 (43.36% from 255 or 19.43% from 566); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D56E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D56E is #0C2A91. Grayscale: #D2D2D2. Windows color (decimal): -797330 or 7263731. OLE color: 7263731.
HSL color Cylindrical-coordinate representation of color #F3D56E: hue angle of 46.47º 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 #F3D56E is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 213 | 110 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.05 |
| HSL | 46.47º | 0.85% | 0.69% | - |
| HSV(B) | 46.47º | 0.55% | 0.95% | - |
| XYZ | 63.57 | 67.77 | 24.48 | - |
| YUV | 210.23 | 71.44 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 213 | 110 | 0 | 0.12 | 0.55 | 0.05 | 46.47 | 0.85 | 0.69 |
| Hex | F3 | D5 | 6E | 0 | C | 37 | 5 | 2E | 55 | 45 |
| Octal | 363 | 325 | 156 | 0 | 14 | 67 | 5 | 56 | 125 | 105 |
| Binary | 11110011 | 11010101 | 1101110 | 0 | 1100 | 110111 | 101 | 101110 | 1010101 | 1000101 |
Color Harmonies of #F3D56E
Complementary color
Monochromatic Colors of #F3D56E
Black with #F3D56E
Text Example
Text Example
White with #F3D56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D56E; }
p { color: rgb(243,213,110); }
H1.HeaderClassName
{
color: #F3D56E;
}
.AnyTagClassName
{
color: #F3D56E;
}
</style>
background-color css
<style>
a { background-color: #F3D56E; }
a { background-color: rgb(243,213,110); }
div.DivClassName
{
background-color: #F3D56E;
}
.BgClassName
{
background-color: #F3D56E;
}
</style>
border-color css
<style>
span { border-color: #F3D56E; }
span { border-color: rgb(243,213,110); }
td.TdClassName
{
border-color: #F3D56E;
}
.TagClassName
{
border-color: #F3D56E;
}
</style>