Shades of Golden Sand #F7D26B
Tints of Golden Sand #F7D26B
RGB
CMYK
RGB Variations
Color information
#F7D26B (or 0xF7D26B) is known color: Golden Sand. HEX triplet: F7, D2 and 6B. RGB value is (247,210,107). Sum of RGB (Red+Green+Blue) = 247+210+107=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 107 (42.19% from 255 or 18.97% from 564); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D26B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D26B is #082D94. Grayscale: #D1D1D1. Windows color (decimal): -535957 or 7066359. OLE color: 7066359.
HSL color Cylindrical-coordinate representation of color #F7D26B: hue angle of 44.14º 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 #F7D26B is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 210 | 107 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.03 |
| HSL | 44.14º | 0.9% | 0.69% | - |
| HSV(B) | 44.14º | 0.57% | 0.97% | - |
| XYZ | 64.06 | 66.93 | 23.45 | - |
| YUV | 209.32 | 70.26 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 210 | 107 | 0 | 0.15 | 0.57 | 0.03 | 44.14 | 0.9 | 0.69 |
| Hex | F7 | D2 | 6B | 0 | F | 39 | 3 | 2C | 5A | 45 |
| Octal | 367 | 322 | 153 | 0 | 17 | 71 | 3 | 54 | 132 | 105 |
| Binary | 11110111 | 11010010 | 1101011 | 0 | 1111 | 111001 | 11 | 101100 | 1011010 | 1000101 |
Color Harmonies of #F7D26B
Complementary color
Monochromatic Colors of #F7D26B
Black with #F7D26B
Text Example
Text Example
White with #F7D26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D26B; }
p { color: rgb(247,210,107); }
H1.HeaderClassName
{
color: #F7D26B;
}
.AnyTagClassName
{
color: #F7D26B;
}
</style>
background-color css
<style>
a { background-color: #F7D26B; }
a { background-color: rgb(247,210,107); }
div.DivClassName
{
background-color: #F7D26B;
}
.BgClassName
{
background-color: #F7D26B;
}
</style>
border-color css
<style>
span { border-color: #F7D26B; }
span { border-color: rgb(247,210,107); }
td.TdClassName
{
border-color: #F7D26B;
}
.TagClassName
{
border-color: #F7D26B;
}
</style>