Shades of Golden Sand #F3CF68
Tints of Golden Sand #F3CF68
RGB
CMYK
RGB Variations
Color information
#F3CF68 (or 0xF3CF68) is known color: Golden Sand. HEX triplet: F3, CF and 68. RGB value is (243,207,104). Sum of RGB (Red+Green+Blue) = 243+207+104=554 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.86% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 104 (41.02% from 255 or 18.77% from 554); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CF68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3CF68 is #0C3097. Grayscale: #CECECE. Windows color (decimal): -798872 or 6868979. OLE color: 6868979.
HSL color Cylindrical-coordinate representation of color #F3CF68: hue angle of 44.46º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F3CF68 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 104 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.05 |
| HSL | 44.46º | 0.85% | 0.68% | - |
| HSV(B) | 44.46º | 0.57% | 0.95% | - |
| XYZ | 61.77 | 64.68 | 22.33 | - |
| YUV | 206.02 | 70.43 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 104 | 0 | 0.15 | 0.57 | 0.05 | 44.46 | 0.85 | 0.68 |
| Hex | F3 | CF | 68 | 0 | F | 39 | 5 | 2C | 55 | 44 |
| Octal | 363 | 317 | 150 | 0 | 17 | 71 | 5 | 54 | 125 | 104 |
| Binary | 11110011 | 11001111 | 1101000 | 0 | 1111 | 111001 | 101 | 101100 | 1010101 | 1000100 |
Color Harmonies of #F3CF68
Complementary color
Monochromatic Colors of #F3CF68
Black with #F3CF68
Text Example
Text Example
White with #F3CF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CF68; }
p { color: rgb(243,207,104); }
H1.HeaderClassName
{
color: #F3CF68;
}
.AnyTagClassName
{
color: #F3CF68;
}
</style>
background-color css
<style>
a { background-color: #F3CF68; }
a { background-color: rgb(243,207,104); }
div.DivClassName
{
background-color: #F3CF68;
}
.BgClassName
{
background-color: #F3CF68;
}
</style>
border-color css
<style>
span { border-color: #F3CF68; }
span { border-color: rgb(243,207,104); }
td.TdClassName
{
border-color: #F3CF68;
}
.TagClassName
{
border-color: #F3CF68;
}
</style>