Shades of Golden Sand #F6D369
Tints of Golden Sand #F6D369
RGB
CMYK
RGB Variations
Color information
#F6D369 (or 0xF6D369) is known color: Golden Sand. HEX triplet: F6, D3 and 69. RGB value is (246,211,105). Sum of RGB (Red+Green+Blue) = 246+211+105=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 105 (41.41% from 255 or 18.68% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D369 is #092C96. Grayscale: #D1D1D1. Windows color (decimal): -601239 or 6935542. OLE color: 6935542.
HSL color Cylindrical-coordinate representation of color #F6D369: hue angle of 45.11º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F6D369 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 211 | 105 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.04 |
| HSL | 45.11º | 0.89% | 0.69% | - |
| HSV(B) | 45.11º | 0.57% | 0.96% | - |
| XYZ | 63.85 | 67.2 | 22.97 | - |
| YUV | 209.38 | 69.1 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 211 | 105 | 0 | 0.14 | 0.57 | 0.04 | 45.11 | 0.89 | 0.69 |
| Hex | F6 | D3 | 69 | 0 | E | 39 | 4 | 2D | 59 | 45 |
| Octal | 366 | 323 | 151 | 0 | 16 | 71 | 4 | 55 | 131 | 105 |
| Binary | 11110110 | 11010011 | 1101001 | 0 | 1110 | 111001 | 100 | 101101 | 1011001 | 1000101 |
Color Harmonies of #F6D369
Complementary color
Monochromatic Colors of #F6D369
Black with #F6D369
Text Example
Text Example
White with #F6D369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D369; }
p { color: rgb(246,211,105); }
H1.HeaderClassName
{
color: #F6D369;
}
.AnyTagClassName
{
color: #F6D369;
}
</style>
background-color css
<style>
a { background-color: #F6D369; }
a { background-color: rgb(246,211,105); }
div.DivClassName
{
background-color: #F6D369;
}
.BgClassName
{
background-color: #F6D369;
}
</style>
border-color css
<style>
span { border-color: #F6D369; }
span { border-color: rgb(246,211,105); }
td.TdClassName
{
border-color: #F6D369;
}
.TagClassName
{
border-color: #F6D369;
}
</style>