Shades of Golden Sand #F3CE6A
Tints of Golden Sand #F3CE6A
RGB
CMYK
RGB Variations
Color information
#F3CE6A (or 0xF3CE6A) is known color: Golden Sand. HEX triplet: F3, CE and 6A. RGB value is (243,206,106). Sum of RGB (Red+Green+Blue) = 243+206+106=555 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.78% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 106 (41.80% from 255 or 19.10% from 555); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CE6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3CE6A is #0C3195. Grayscale: #CECECE. Windows color (decimal): -799126 or 6999795. OLE color: 6999795.
HSL color Cylindrical-coordinate representation of color #F3CE6A: hue angle of 43.8º 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 #F3CE6A is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 206 | 106 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.05 |
| HSL | 43.8º | 0.85% | 0.68% | - |
| HSV(B) | 43.8º | 0.56% | 0.95% | - |
| XYZ | 61.63 | 64.24 | 22.79 | - |
| YUV | 205.66 | 71.76 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 206 | 106 | 0 | 0.15 | 0.56 | 0.05 | 43.8 | 0.85 | 0.68 |
| Hex | F3 | CE | 6A | 0 | F | 38 | 5 | 2C | 55 | 44 |
| Octal | 363 | 316 | 152 | 0 | 17 | 70 | 5 | 54 | 125 | 104 |
| Binary | 11110011 | 11001110 | 1101010 | 0 | 1111 | 111000 | 101 | 101100 | 1010101 | 1000100 |
Color Harmonies of #F3CE6A
Complementary color
Monochromatic Colors of #F3CE6A
Black with #F3CE6A
Text Example
Text Example
White with #F3CE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CE6A; }
p { color: rgb(243,206,106); }
H1.HeaderClassName
{
color: #F3CE6A;
}
.AnyTagClassName
{
color: #F3CE6A;
}
</style>
background-color css
<style>
a { background-color: #F3CE6A; }
a { background-color: rgb(243,206,106); }
div.DivClassName
{
background-color: #F3CE6A;
}
.BgClassName
{
background-color: #F3CE6A;
}
</style>
border-color css
<style>
span { border-color: #F3CE6A; }
span { border-color: rgb(243,206,106); }
td.TdClassName
{
border-color: #F3CE6A;
}
.TagClassName
{
border-color: #F3CE6A;
}
</style>