Shades of Golden Sand #F2C766
Tints of Golden Sand #F2C766
RGB
CMYK
RGB Variations
Color information
#F2C766 (or 0xF2C766) is known color: Golden Sand. HEX triplet: F2, C7 and 66. RGB value is (242,199,102). Sum of RGB (Red+Green+Blue) = 242+199+102=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 102 (40.23% from 255 or 18.78% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C766 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C766 is #0D3899. Grayscale: #C9C9C9. Windows color (decimal): -866458 or 6735858. OLE color: 6735858.
HSL color Cylindrical-coordinate representation of color #F2C766: hue angle of 41.57º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2C766 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 199 | 102 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.05 |
| HSL | 41.57º | 0.84% | 0.67% | - |
| HSV(B) | 41.57º | 0.58% | 0.95% | - |
| XYZ | 59.44 | 60.68 | 21.15 | - |
| YUV | 200.8 | 72.25 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 199 | 102 | 0 | 0.18 | 0.58 | 0.05 | 41.57 | 0.84 | 0.67 |
| Hex | F2 | C7 | 66 | 0 | 12 | 3A | 5 | 2A | 54 | 43 |
| Octal | 362 | 307 | 146 | 0 | 22 | 72 | 5 | 52 | 124 | 103 |
| Binary | 11110010 | 11000111 | 1100110 | 0 | 10010 | 111010 | 101 | 101010 | 1010100 | 1000011 |
Color Harmonies of #F2C766
Complementary color
Monochromatic Colors of #F2C766
Black with #F2C766
Text Example
Text Example
White with #F2C766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C766; }
p { color: rgb(242,199,102); }
H1.HeaderClassName
{
color: #F2C766;
}
.AnyTagClassName
{
color: #F2C766;
}
</style>
background-color css
<style>
a { background-color: #F2C766; }
a { background-color: rgb(242,199,102); }
div.DivClassName
{
background-color: #F2C766;
}
.BgClassName
{
background-color: #F2C766;
}
</style>
border-color css
<style>
span { border-color: #F2C766; }
span { border-color: rgb(242,199,102); }
td.TdClassName
{
border-color: #F2C766;
}
.TagClassName
{
border-color: #F2C766;
}
</style>