Shades of Golden Sand #F3C66A
Tints of Golden Sand #F3C66A
RGB
CMYK
RGB Variations
Color information
#F3C66A (or 0xF3C66A) is known color: Golden Sand. HEX triplet: F3, C6 and 6A. RGB value is (243,198,106). Sum of RGB (Red+Green+Blue) = 243+198+106=547 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.42% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 106 (41.80% from 255 or 19.38% from 547); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C66A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C66A is #0C3995. Grayscale: #C9C9C9. Windows color (decimal): -801174 or 6997747. OLE color: 6997747.
HSL color Cylindrical-coordinate representation of color #F3C66A: hue angle of 40.29º degrees, saturation: 0.85, 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 #F3C66A is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 198 | 106 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.05 |
| HSL | 40.29º | 0.85% | 0.68% | - |
| HSV(B) | 40.29º | 0.56% | 0.95% | - |
| XYZ | 59.76 | 60.48 | 22.16 | - |
| YUV | 200.97 | 74.41 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 198 | 106 | 0 | 0.19 | 0.56 | 0.05 | 40.29 | 0.85 | 0.68 |
| Hex | F3 | C6 | 6A | 0 | 13 | 38 | 5 | 28 | 55 | 44 |
| Octal | 363 | 306 | 152 | 0 | 23 | 70 | 5 | 50 | 125 | 104 |
| Binary | 11110011 | 11000110 | 1101010 | 0 | 10011 | 111000 | 101 | 101000 | 1010101 | 1000100 |
Color Harmonies of #F3C66A
Complementary color
Monochromatic Colors of #F3C66A
Black with #F3C66A
Text Example
Text Example
White with #F3C66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C66A; }
p { color: rgb(243,198,106); }
H1.HeaderClassName
{
color: #F3C66A;
}
.AnyTagClassName
{
color: #F3C66A;
}
</style>
background-color css
<style>
a { background-color: #F3C66A; }
a { background-color: rgb(243,198,106); }
div.DivClassName
{
background-color: #F3C66A;
}
.BgClassName
{
background-color: #F3C66A;
}
</style>
border-color css
<style>
span { border-color: #F3C66A; }
span { border-color: rgb(243,198,106); }
td.TdClassName
{
border-color: #F3C66A;
}
.TagClassName
{
border-color: #F3C66A;
}
</style>