Shades of Golden Sand #F5D46B
Tints of Golden Sand #F5D46B
RGB
CMYK
RGB Variations
Color information
#F5D46B (or 0xF5D46B) is known color: Golden Sand. HEX triplet: F5, D4 and 6B. RGB value is (245,212,107). Sum of RGB (Red+Green+Blue) = 245+212+107=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 212 (83.20% from 255 or 37.59% from 564); Blue value is 107 (42.19% from 255 or 18.97% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D46B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D46B is #0A2B94. Grayscale: #D2D2D2. Windows color (decimal): -666517 or 7066869. OLE color: 7066869.
HSL color Cylindrical-coordinate representation of color #F5D46B: hue angle of 45.65º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5D46B is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 212 | 107 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.04 |
| HSL | 45.65º | 0.87% | 0.69% | - |
| HSV(B) | 45.65º | 0.56% | 0.96% | - |
| XYZ | 63.85 | 67.56 | 23.59 | - |
| YUV | 209.9 | 69.93 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 212 | 107 | 0 | 0.13 | 0.56 | 0.04 | 45.65 | 0.87 | 0.69 |
| Hex | F5 | D4 | 6B | 0 | D | 38 | 4 | 2E | 57 | 45 |
| Octal | 365 | 324 | 153 | 0 | 15 | 70 | 4 | 56 | 127 | 105 |
| Binary | 11110101 | 11010100 | 1101011 | 0 | 1101 | 111000 | 100 | 101110 | 1010111 | 1000101 |
Color Harmonies of #F5D46B
Complementary color
Monochromatic Colors of #F5D46B
Black with #F5D46B
Text Example
Text Example
White with #F5D46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D46B; }
p { color: rgb(245,212,107); }
H1.HeaderClassName
{
color: #F5D46B;
}
.AnyTagClassName
{
color: #F5D46B;
}
</style>
background-color css
<style>
a { background-color: #F5D46B; }
a { background-color: rgb(245,212,107); }
div.DivClassName
{
background-color: #F5D46B;
}
.BgClassName
{
background-color: #F5D46B;
}
</style>
border-color css
<style>
span { border-color: #F5D46B; }
span { border-color: rgb(245,212,107); }
td.TdClassName
{
border-color: #F5D46B;
}
.TagClassName
{
border-color: #F5D46B;
}
</style>