Shades of Golden Sand #F2C764
Tints of Golden Sand #F2C764
RGB
CMYK
RGB Variations
Color information
#F2C764 (or 0xF2C764) is known color: Golden Sand. HEX triplet: F2, C7 and 64. RGB value is (242,199,100). Sum of RGB (Red+Green+Blue) = 242+199+100=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 199 (78.12% from 255 or 36.78% from 541); Blue value is 100 (39.45% from 255 or 18.48% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C764 is #0D389B. Grayscale: #C9C9C9. Windows color (decimal): -866460 or 6604786. OLE color: 6604786.
HSL color Cylindrical-coordinate representation of color #F2C764: hue angle of 41.83º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2C764 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 199 | 100 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.05 |
| HSL | 41.83º | 0.85% | 0.67% | - |
| HSV(B) | 41.83º | 0.59% | 0.95% | - |
| XYZ | 59.34 | 60.64 | 20.63 | - |
| YUV | 200.57 | 71.25 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 199 | 100 | 0 | 0.18 | 0.59 | 0.05 | 41.83 | 0.85 | 0.67 |
| Hex | F2 | C7 | 64 | 0 | 12 | 3B | 5 | 2A | 55 | 43 |
| Octal | 362 | 307 | 144 | 0 | 22 | 73 | 5 | 52 | 125 | 103 |
| Binary | 11110010 | 11000111 | 1100100 | 0 | 10010 | 111011 | 101 | 101010 | 1010101 | 1000011 |
Color Harmonies of #F2C764
Complementary color
Monochromatic Colors of #F2C764
Black with #F2C764
Text Example
Text Example
White with #F2C764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C764; }
p { color: rgb(242,199,100); }
H1.HeaderClassName
{
color: #F2C764;
}
.AnyTagClassName
{
color: #F2C764;
}
</style>
background-color css
<style>
a { background-color: #F2C764; }
a { background-color: rgb(242,199,100); }
div.DivClassName
{
background-color: #F2C764;
}
.BgClassName
{
background-color: #F2C764;
}
</style>
border-color css
<style>
span { border-color: #F2C764; }
span { border-color: rgb(242,199,100); }
td.TdClassName
{
border-color: #F2C764;
}
.TagClassName
{
border-color: #F2C764;
}
</style>