Shades of Golden Sand #F2D26B
Tints of Golden Sand #F2D26B
RGB
CMYK
RGB Variations
Color information
#F2D26B (or 0xF2D26B) is known color: Golden Sand. HEX triplet: F2, D2 and 6B. RGB value is (242,210,107). Sum of RGB (Red+Green+Blue) = 242+210+107=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 107 (42.19% from 255 or 19.14% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D26B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D26B is #0D2D94. Grayscale: #D0D0D0. Windows color (decimal): -863637 or 7066354. OLE color: 7066354.
HSL color Cylindrical-coordinate representation of color #F2D26B: hue angle of 45.78º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2D26B is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 210 | 107 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.05 |
| HSL | 45.78º | 0.84% | 0.68% | - |
| HSV(B) | 45.78º | 0.56% | 0.95% | - |
| XYZ | 62.32 | 66.03 | 23.37 | - |
| YUV | 207.83 | 71.1 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 210 | 107 | 0 | 0.13 | 0.56 | 0.05 | 45.78 | 0.84 | 0.68 |
| Hex | F2 | D2 | 6B | 0 | D | 38 | 5 | 2E | 54 | 44 |
| Octal | 362 | 322 | 153 | 0 | 15 | 70 | 5 | 56 | 124 | 104 |
| Binary | 11110010 | 11010010 | 1101011 | 0 | 1101 | 111000 | 101 | 101110 | 1010100 | 1000100 |
Color Harmonies of #F2D26B
Complementary color
Monochromatic Colors of #F2D26B
Black with #F2D26B
Text Example
Text Example
White with #F2D26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D26B; }
p { color: rgb(242,210,107); }
H1.HeaderClassName
{
color: #F2D26B;
}
.AnyTagClassName
{
color: #F2D26B;
}
</style>
background-color css
<style>
a { background-color: #F2D26B; }
a { background-color: rgb(242,210,107); }
div.DivClassName
{
background-color: #F2D26B;
}
.BgClassName
{
background-color: #F2D26B;
}
</style>
border-color css
<style>
span { border-color: #F2D26B; }
span { border-color: rgb(242,210,107); }
td.TdClassName
{
border-color: #F2D26B;
}
.TagClassName
{
border-color: #F2D26B;
}
</style>