Shades of Golden Sand #F3C764
Tints of Golden Sand #F3C764
RGB
CMYK
RGB Variations
Color information
#F3C764 (or 0xF3C764) is known color: Golden Sand. HEX triplet: F3, C7 and 64. RGB value is (243,199,100). Sum of RGB (Red+Green+Blue) = 243+199+100=542 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.83% from 542); Green value is 199 (78.12% from 255 or 36.72% from 542); Blue value is 100 (39.45% from 255 or 18.45% from 542); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C764 is #0C389B. Grayscale: #C9C9C9. Windows color (decimal): -800924 or 6604787. OLE color: 6604787.
HSL color Cylindrical-coordinate representation of color #F3C764: hue angle of 41.54º degrees, saturation: 0.86, 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 #F3C764 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 199 | 100 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.05 |
| HSL | 41.54º | 0.86% | 0.67% | - |
| HSV(B) | 41.54º | 0.59% | 0.95% | - |
| XYZ | 59.69 | 60.82 | 20.65 | - |
| YUV | 200.87 | 71.08 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 199 | 100 | 0 | 0.18 | 0.59 | 0.05 | 41.54 | 0.86 | 0.67 |
| Hex | F3 | C7 | 64 | 0 | 12 | 3B | 5 | 2A | 56 | 43 |
| Octal | 363 | 307 | 144 | 0 | 22 | 73 | 5 | 52 | 126 | 103 |
| Binary | 11110011 | 11000111 | 1100100 | 0 | 10010 | 111011 | 101 | 101010 | 1010110 | 1000011 |
Color Harmonies of #F3C764
Complementary color
Monochromatic Colors of #F3C764
Black with #F3C764
Text Example
Text Example
White with #F3C764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C764; }
p { color: rgb(243,199,100); }
H1.HeaderClassName
{
color: #F3C764;
}
.AnyTagClassName
{
color: #F3C764;
}
</style>
background-color css
<style>
a { background-color: #F3C764; }
a { background-color: rgb(243,199,100); }
div.DivClassName
{
background-color: #F3C764;
}
.BgClassName
{
background-color: #F3C764;
}
</style>
border-color css
<style>
span { border-color: #F3C764; }
span { border-color: rgb(243,199,100); }
td.TdClassName
{
border-color: #F3C764;
}
.TagClassName
{
border-color: #F3C764;
}
</style>