Shades of Golden Sand #F7D46B
Tints of Golden Sand #F7D46B
RGB
CMYK
RGB Variations
Color information
#F7D46B (or 0xF7D46B) is known color: Golden Sand. HEX triplet: F7, D4 and 6B. RGB value is (247,212,107). Sum of RGB (Red+Green+Blue) = 247+212+107=566 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.64% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 107 (42.19% from 255 or 18.90% from 566); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D46B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D46B is #082B94. Grayscale: #D2D2D2. Windows color (decimal): -535445 or 7066871. OLE color: 7066871.
HSL color Cylindrical-coordinate representation of color #F7D46B: hue angle of 45º 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 #F7D46B is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 212 | 107 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.03 |
| HSL | 45º | 0.9% | 0.69% | - |
| HSV(B) | 45º | 0.57% | 0.97% | - |
| XYZ | 64.56 | 67.92 | 23.62 | - |
| YUV | 210.5 | 69.6 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 212 | 107 | 0 | 0.14 | 0.57 | 0.03 | 45 | 0.9 | 0.69 |
| Hex | F7 | D4 | 6B | 0 | E | 39 | 3 | 2D | 5A | 45 |
| Octal | 367 | 324 | 153 | 0 | 16 | 71 | 3 | 55 | 132 | 105 |
| Binary | 11110111 | 11010100 | 1101011 | 0 | 1110 | 111001 | 11 | 101101 | 1011010 | 1000101 |
Color Harmonies of #F7D46B
Complementary color
Monochromatic Colors of #F7D46B
Black with #F7D46B
Text Example
Text Example
White with #F7D46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D46B; }
p { color: rgb(247,212,107); }
H1.HeaderClassName
{
color: #F7D46B;
}
.AnyTagClassName
{
color: #F7D46B;
}
</style>
background-color css
<style>
a { background-color: #F7D46B; }
a { background-color: rgb(247,212,107); }
div.DivClassName
{
background-color: #F7D46B;
}
.BgClassName
{
background-color: #F7D46B;
}
</style>
border-color css
<style>
span { border-color: #F7D46B; }
span { border-color: rgb(247,212,107); }
td.TdClassName
{
border-color: #F7D46B;
}
.TagClassName
{
border-color: #F7D46B;
}
</style>