Shades of Golden Sand #F3C668
Tints of Golden Sand #F3C668
RGB
CMYK
RGB Variations
Color information
#F3C668 (or 0xF3C668) is known color: Golden Sand. HEX triplet: F3, C6 and 68. RGB value is (243,198,104). Sum of RGB (Red+Green+Blue) = 243+198+104=545 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.59% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C668 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C668 is #0C3997. Grayscale: #C9C9C9. Windows color (decimal): -801176 or 6866675. OLE color: 6866675.
HSL color Cylindrical-coordinate representation of color #F3C668: hue angle of 40.58º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F3C668 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 198 | 104 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.05 |
| HSL | 40.58º | 0.85% | 0.68% | - |
| HSV(B) | 40.58º | 0.57% | 0.95% | - |
| XYZ | 59.65 | 60.44 | 21.62 | - |
| YUV | 200.74 | 73.41 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 198 | 104 | 0 | 0.19 | 0.57 | 0.05 | 40.58 | 0.85 | 0.68 |
| Hex | F3 | C6 | 68 | 0 | 13 | 39 | 5 | 29 | 55 | 44 |
| Octal | 363 | 306 | 150 | 0 | 23 | 71 | 5 | 51 | 125 | 104 |
| Binary | 11110011 | 11000110 | 1101000 | 0 | 10011 | 111001 | 101 | 101001 | 1010101 | 1000100 |
Color Harmonies of #F3C668
Complementary color
Monochromatic Colors of #F3C668
Black with #F3C668
Text Example
Text Example
White with #F3C668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C668; }
p { color: rgb(243,198,104); }
H1.HeaderClassName
{
color: #F3C668;
}
.AnyTagClassName
{
color: #F3C668;
}
</style>
background-color css
<style>
a { background-color: #F3C668; }
a { background-color: rgb(243,198,104); }
div.DivClassName
{
background-color: #F3C668;
}
.BgClassName
{
background-color: #F3C668;
}
</style>
border-color css
<style>
span { border-color: #F3C668; }
span { border-color: rgb(243,198,104); }
td.TdClassName
{
border-color: #F3C668;
}
.TagClassName
{
border-color: #F3C668;
}
</style>