Shades of Golden Sand #F5D36E
Tints of Golden Sand #F5D36E
RGB
CMYK
RGB Variations
Color information
#F5D36E (or 0xF5D36E) is known color: Golden Sand. HEX triplet: F5, D3 and 6E. RGB value is (245,211,110). Sum of RGB (Red+Green+Blue) = 245+211+110=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 110 (43.36% from 255 or 19.43% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D36E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D36E is #0A2C91. Grayscale: #D2D2D2. Windows color (decimal): -666770 or 7263221. OLE color: 7263221.
HSL color Cylindrical-coordinate representation of color #F5D36E: hue angle of 44.89º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F5D36E is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 211 | 110 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.04 |
| HSL | 44.89º | 0.87% | 0.7% | - |
| HSV(B) | 44.89º | 0.55% | 0.96% | - |
| XYZ | 63.76 | 67.13 | 24.35 | - |
| YUV | 209.65 | 71.76 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 110 | 0 | 0.14 | 0.55 | 0.04 | 44.89 | 0.87 | 0.7 |
| Hex | F5 | D3 | 6E | 0 | E | 37 | 4 | 2D | 57 | 46 |
| Octal | 365 | 323 | 156 | 0 | 16 | 67 | 4 | 55 | 127 | 106 |
| Binary | 11110101 | 11010011 | 1101110 | 0 | 1110 | 110111 | 100 | 101101 | 1010111 | 1000110 |
Color Harmonies of #F5D36E
Complementary color
Monochromatic Colors of #F5D36E
Black with #F5D36E
Text Example
Text Example
White with #F5D36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D36E; }
p { color: rgb(245,211,110); }
H1.HeaderClassName
{
color: #F5D36E;
}
.AnyTagClassName
{
color: #F5D36E;
}
</style>
background-color css
<style>
a { background-color: #F5D36E; }
a { background-color: rgb(245,211,110); }
div.DivClassName
{
background-color: #F5D36E;
}
.BgClassName
{
background-color: #F5D36E;
}
</style>
border-color css
<style>
span { border-color: #F5D36E; }
span { border-color: rgb(245,211,110); }
td.TdClassName
{
border-color: #F5D36E;
}
.TagClassName
{
border-color: #F5D36E;
}
</style>