Shades of Golden Sand #F3C766
Tints of Golden Sand #F3C766
RGB
CMYK
RGB Variations
Color information
#F3C766 (or 0xF3C766) is known color: Golden Sand. HEX triplet: F3, C7 and 66. RGB value is (243,199,102). Sum of RGB (Red+Green+Blue) = 243+199+102=544 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.67% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 102 (40.23% from 255 or 18.75% from 544); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C766 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C766 is #0C3899. Grayscale: #C9C9C9. Windows color (decimal): -800922 or 6735859. OLE color: 6735859.
HSL color Cylindrical-coordinate representation of color #F3C766: hue angle of 41.28º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F3C766 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 199 | 102 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.05 |
| HSL | 41.28º | 0.85% | 0.68% | - |
| HSV(B) | 41.28º | 0.58% | 0.95% | - |
| XYZ | 59.78 | 60.86 | 21.17 | - |
| YUV | 201.1 | 72.08 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 199 | 102 | 0 | 0.18 | 0.58 | 0.05 | 41.28 | 0.85 | 0.68 |
| Hex | F3 | C7 | 66 | 0 | 12 | 3A | 5 | 29 | 55 | 44 |
| Octal | 363 | 307 | 146 | 0 | 22 | 72 | 5 | 51 | 125 | 104 |
| Binary | 11110011 | 11000111 | 1100110 | 0 | 10010 | 111010 | 101 | 101001 | 1010101 | 1000100 |
Color Harmonies of #F3C766
Complementary color
Monochromatic Colors of #F3C766
Black with #F3C766
Text Example
Text Example
White with #F3C766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C766; }
p { color: rgb(243,199,102); }
H1.HeaderClassName
{
color: #F3C766;
}
.AnyTagClassName
{
color: #F3C766;
}
</style>
background-color css
<style>
a { background-color: #F3C766; }
a { background-color: rgb(243,199,102); }
div.DivClassName
{
background-color: #F3C766;
}
.BgClassName
{
background-color: #F3C766;
}
</style>
border-color css
<style>
span { border-color: #F3C766; }
span { border-color: rgb(243,199,102); }
td.TdClassName
{
border-color: #F3C766;
}
.TagClassName
{
border-color: #F3C766;
}
</style>