Shades of Golden Sand #F3CC6F
Tints of Golden Sand #F3CC6F
RGB
CMYK
RGB Variations
Color information
#F3CC6F (or 0xF3CC6F) is known color: Golden Sand. HEX triplet: F3, CC and 6F. RGB value is (243,204,111). Sum of RGB (Red+Green+Blue) = 243+204+111=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 111 (43.75% from 255 or 19.89% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CC6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3CC6F is #0C3390. Grayscale: #CDCDCD. Windows color (decimal): -799633 or 7326963. OLE color: 7326963.
HSL color Cylindrical-coordinate representation of color #F3CC6F: hue angle of 42.27º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F3CC6F is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 204 | 111 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.05 |
| HSL | 42.27º | 0.85% | 0.69% | - |
| HSV(B) | 42.27º | 0.54% | 0.95% | - |
| XYZ | 61.42 | 63.39 | 24.04 | - |
| YUV | 205.06 | 74.92 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 204 | 111 | 0 | 0.16 | 0.54 | 0.05 | 42.27 | 0.85 | 0.69 |
| Hex | F3 | CC | 6F | 0 | 10 | 36 | 5 | 2A | 55 | 45 |
| Octal | 363 | 314 | 157 | 0 | 20 | 66 | 5 | 52 | 125 | 105 |
| Binary | 11110011 | 11001100 | 1101111 | 0 | 10000 | 110110 | 101 | 101010 | 1010101 | 1000101 |
Color Harmonies of #F3CC6F
Complementary color
Monochromatic Colors of #F3CC6F
Black with #F3CC6F
Text Example
Text Example
White with #F3CC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CC6F; }
p { color: rgb(243,204,111); }
H1.HeaderClassName
{
color: #F3CC6F;
}
.AnyTagClassName
{
color: #F3CC6F;
}
</style>
background-color css
<style>
a { background-color: #F3CC6F; }
a { background-color: rgb(243,204,111); }
div.DivClassName
{
background-color: #F3CC6F;
}
.BgClassName
{
background-color: #F3CC6F;
}
</style>
border-color css
<style>
span { border-color: #F3CC6F; }
span { border-color: rgb(243,204,111); }
td.TdClassName
{
border-color: #F3CC6F;
}
.TagClassName
{
border-color: #F3CC6F;
}
</style>