Shades of Golden Sand #F3CF6C
Tints of Golden Sand #F3CF6C
RGB
CMYK
RGB Variations
Color information
#F3CF6C (or 0xF3CF6C) is known color: Golden Sand. HEX triplet: F3, CF and 6C. RGB value is (243,207,108). Sum of RGB (Red+Green+Blue) = 243+207+108=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 108 (42.58% from 255 or 19.35% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CF6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3CF6C is #0C3093. Grayscale: #CECECE. Windows color (decimal): -798868 or 7131123. OLE color: 7131123.
HSL color Cylindrical-coordinate representation of color #F3CF6C: hue angle of 44º 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 #F3CF6C is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 108 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.05 |
| HSL | 44º | 0.85% | 0.69% | - |
| HSV(B) | 44º | 0.56% | 0.95% | - |
| XYZ | 61.98 | 64.76 | 23.42 | - |
| YUV | 206.48 | 72.43 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 108 | 0 | 0.15 | 0.56 | 0.05 | 44 | 0.85 | 0.69 |
| Hex | F3 | CF | 6C | 0 | F | 38 | 5 | 2C | 55 | 45 |
| Octal | 363 | 317 | 154 | 0 | 17 | 70 | 5 | 54 | 125 | 105 |
| Binary | 11110011 | 11001111 | 1101100 | 0 | 1111 | 111000 | 101 | 101100 | 1010101 | 1000101 |
Color Harmonies of #F3CF6C
Complementary color
Monochromatic Colors of #F3CF6C
Black with #F3CF6C
Text Example
Text Example
White with #F3CF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CF6C; }
p { color: rgb(243,207,108); }
H1.HeaderClassName
{
color: #F3CF6C;
}
.AnyTagClassName
{
color: #F3CF6C;
}
</style>
background-color css
<style>
a { background-color: #F3CF6C; }
a { background-color: rgb(243,207,108); }
div.DivClassName
{
background-color: #F3CF6C;
}
.BgClassName
{
background-color: #F3CF6C;
}
</style>
border-color css
<style>
span { border-color: #F3CF6C; }
span { border-color: rgb(243,207,108); }
td.TdClassName
{
border-color: #F3CF6C;
}
.TagClassName
{
border-color: #F3CF6C;
}
</style>