Shades of Golden Sand #F6D46B
Tints of Golden Sand #F6D46B
RGB
CMYK
RGB Variations
Color information
#F6D46B (or 0xF6D46B) is known color: Golden Sand. HEX triplet: F6, D4 and 6B. RGB value is (246,212,107). Sum of RGB (Red+Green+Blue) = 246+212+107=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 107 (42.19% from 255 or 18.94% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D46B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D46B is #092B94. Grayscale: #D2D2D2. Windows color (decimal): -600981 or 7066870. OLE color: 7066870.
HSL color Cylindrical-coordinate representation of color #F6D46B: hue angle of 45.32º 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 #F6D46B is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 212 | 107 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.04 |
| HSL | 45.32º | 0.89% | 0.69% | - |
| HSV(B) | 45.32º | 0.57% | 0.96% | - |
| XYZ | 64.2 | 67.74 | 23.6 | - |
| YUV | 210.2 | 69.76 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 212 | 107 | 0 | 0.14 | 0.57 | 0.04 | 45.32 | 0.89 | 0.69 |
| Hex | F6 | D4 | 6B | 0 | E | 39 | 4 | 2D | 59 | 45 |
| Octal | 366 | 324 | 153 | 0 | 16 | 71 | 4 | 55 | 131 | 105 |
| Binary | 11110110 | 11010100 | 1101011 | 0 | 1110 | 111001 | 100 | 101101 | 1011001 | 1000101 |
Color Harmonies of #F6D46B
Complementary color
Monochromatic Colors of #F6D46B
Black with #F6D46B
Text Example
Text Example
White with #F6D46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D46B; }
p { color: rgb(246,212,107); }
H1.HeaderClassName
{
color: #F6D46B;
}
.AnyTagClassName
{
color: #F6D46B;
}
</style>
background-color css
<style>
a { background-color: #F6D46B; }
a { background-color: rgb(246,212,107); }
div.DivClassName
{
background-color: #F6D46B;
}
.BgClassName
{
background-color: #F6D46B;
}
</style>
border-color css
<style>
span { border-color: #F6D46B; }
span { border-color: rgb(246,212,107); }
td.TdClassName
{
border-color: #F6D46B;
}
.TagClassName
{
border-color: #F6D46B;
}
</style>