Shades of Golden Sand #F3CF6E
Tints of Golden Sand #F3CF6E
RGB
CMYK
RGB Variations
Color information
#F3CF6E (or 0xF3CF6E) is known color: Golden Sand. HEX triplet: F3, CF and 6E. RGB value is (243,207,110). Sum of RGB (Red+Green+Blue) = 243+207+110=560 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.39% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 110 (43.36% from 255 or 19.64% from 560); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CF6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3CF6E is #0C3091. Grayscale: #CFCFCF. Windows color (decimal): -798866 or 7262195. OLE color: 7262195.
HSL color Cylindrical-coordinate representation of color #F3CF6E: hue angle of 43.76º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F3CF6E is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 110 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.05 |
| HSL | 43.76º | 0.85% | 0.69% | - |
| HSV(B) | 43.76º | 0.55% | 0.95% | - |
| XYZ | 62.09 | 64.81 | 23.99 | - |
| YUV | 206.71 | 73.43 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 110 | 0 | 0.15 | 0.55 | 0.05 | 43.76 | 0.85 | 0.69 |
| Hex | F3 | CF | 6E | 0 | F | 37 | 5 | 2C | 55 | 45 |
| Octal | 363 | 317 | 156 | 0 | 17 | 67 | 5 | 54 | 125 | 105 |
| Binary | 11110011 | 11001111 | 1101110 | 0 | 1111 | 110111 | 101 | 101100 | 1010101 | 1000101 |
Color Harmonies of #F3CF6E
Complementary color
Monochromatic Colors of #F3CF6E
Black with #F3CF6E
Text Example
Text Example
White with #F3CF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CF6E; }
p { color: rgb(243,207,110); }
H1.HeaderClassName
{
color: #F3CF6E;
}
.AnyTagClassName
{
color: #F3CF6E;
}
</style>
background-color css
<style>
a { background-color: #F3CF6E; }
a { background-color: rgb(243,207,110); }
div.DivClassName
{
background-color: #F3CF6E;
}
.BgClassName
{
background-color: #F3CF6E;
}
</style>
border-color css
<style>
span { border-color: #F3CF6E; }
span { border-color: rgb(243,207,110); }
td.TdClassName
{
border-color: #F3CF6E;
}
.TagClassName
{
border-color: #F3CF6E;
}
</style>