Shades of Golden Sand #F7D46A
Tints of Golden Sand #F7D46A
RGB
CMYK
RGB Variations
Color information
#F7D46A (or 0xF7D46A) is known color: Golden Sand. HEX triplet: F7, D4 and 6A. RGB value is (247,212,106). Sum of RGB (Red+Green+Blue) = 247+212+106=565 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.72% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 106 (41.80% from 255 or 18.76% from 565); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D46A is #082B95. Grayscale: #D2D2D2. Windows color (decimal): -535446 or 7001335. OLE color: 7001335.
HSL color Cylindrical-coordinate representation of color #F7D46A: hue angle of 45.11º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F7D46A is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 212 | 106 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.03 |
| HSL | 45.11º | 0.9% | 0.69% | - |
| HSV(B) | 45.11º | 0.57% | 0.97% | - |
| XYZ | 64.5 | 67.9 | 23.34 | - |
| YUV | 210.38 | 69.1 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 212 | 106 | 0 | 0.14 | 0.57 | 0.03 | 45.11 | 0.9 | 0.69 |
| Hex | F7 | D4 | 6A | 0 | E | 39 | 3 | 2D | 5A | 45 |
| Octal | 367 | 324 | 152 | 0 | 16 | 71 | 3 | 55 | 132 | 105 |
| Binary | 11110111 | 11010100 | 1101010 | 0 | 1110 | 111001 | 11 | 101101 | 1011010 | 1000101 |
Color Harmonies of #F7D46A
Complementary color
Monochromatic Colors of #F7D46A
Black with #F7D46A
Text Example
Text Example
White with #F7D46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D46A; }
p { color: rgb(247,212,106); }
H1.HeaderClassName
{
color: #F7D46A;
}
.AnyTagClassName
{
color: #F7D46A;
}
</style>
background-color css
<style>
a { background-color: #F7D46A; }
a { background-color: rgb(247,212,106); }
div.DivClassName
{
background-color: #F7D46A;
}
.BgClassName
{
background-color: #F7D46A;
}
</style>
border-color css
<style>
span { border-color: #F7D46A; }
span { border-color: rgb(247,212,106); }
td.TdClassName
{
border-color: #F7D46A;
}
.TagClassName
{
border-color: #F7D46A;
}
</style>