Shades of Golden Sand #F3CE6C
Tints of Golden Sand #F3CE6C
RGB
CMYK
RGB Variations
Color information
#F3CE6C (or 0xF3CE6C) is known color: Golden Sand. HEX triplet: F3, CE and 6C. RGB value is (243,206,108). Sum of RGB (Red+Green+Blue) = 243+206+108=557 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.63% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 108 (42.58% from 255 or 19.39% from 557); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CE6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3CE6C is #0C3193. Grayscale: #CECECE. Windows color (decimal): -799124 or 7130867. OLE color: 7130867.
HSL color Cylindrical-coordinate representation of color #F3CE6C: hue angle of 43.56º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3CE6C is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 206 | 108 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.05 |
| HSL | 43.56º | 0.85% | 0.69% | - |
| HSV(B) | 43.56º | 0.56% | 0.95% | - |
| XYZ | 61.74 | 64.28 | 23.34 | - |
| YUV | 205.89 | 72.76 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 206 | 108 | 0 | 0.15 | 0.56 | 0.05 | 43.56 | 0.85 | 0.69 |
| Hex | F3 | CE | 6C | 0 | F | 38 | 5 | 2C | 55 | 45 |
| Octal | 363 | 316 | 154 | 0 | 17 | 70 | 5 | 54 | 125 | 105 |
| Binary | 11110011 | 11001110 | 1101100 | 0 | 1111 | 111000 | 101 | 101100 | 1010101 | 1000101 |
Color Harmonies of #F3CE6C
Complementary color
Monochromatic Colors of #F3CE6C
Black with #F3CE6C
Text Example
Text Example
White with #F3CE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CE6C; }
p { color: rgb(243,206,108); }
H1.HeaderClassName
{
color: #F3CE6C;
}
.AnyTagClassName
{
color: #F3CE6C;
}
</style>
background-color css
<style>
a { background-color: #F3CE6C; }
a { background-color: rgb(243,206,108); }
div.DivClassName
{
background-color: #F3CE6C;
}
.BgClassName
{
background-color: #F3CE6C;
}
</style>
border-color css
<style>
span { border-color: #F3CE6C; }
span { border-color: rgb(243,206,108); }
td.TdClassName
{
border-color: #F3CE6C;
}
.TagClassName
{
border-color: #F3CE6C;
}
</style>