Shades of Golden Sand #F3CF66
Tints of Golden Sand #F3CF66
RGB
CMYK
RGB Variations
Color information
#F3CF66 (or 0xF3CF66) is known color: Golden Sand. HEX triplet: F3, CF and 66. RGB value is (243,207,102). Sum of RGB (Red+Green+Blue) = 243+207+102=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 102 (40.23% from 255 or 18.48% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CF66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3CF66 is #0C3099. Grayscale: #CECECE. Windows color (decimal): -798874 or 6737907. OLE color: 6737907.
HSL color Cylindrical-coordinate representation of color #F3CF66: hue angle of 44.68º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F3CF66 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 102 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.05 |
| HSL | 44.68º | 0.85% | 0.68% | - |
| HSV(B) | 44.68º | 0.58% | 0.95% | - |
| XYZ | 61.67 | 64.64 | 21.8 | - |
| YUV | 205.79 | 69.43 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 102 | 0 | 0.15 | 0.58 | 0.05 | 44.68 | 0.85 | 0.68 |
| Hex | F3 | CF | 66 | 0 | F | 3A | 5 | 2D | 55 | 44 |
| Octal | 363 | 317 | 146 | 0 | 17 | 72 | 5 | 55 | 125 | 104 |
| Binary | 11110011 | 11001111 | 1100110 | 0 | 1111 | 111010 | 101 | 101101 | 1010101 | 1000100 |
Color Harmonies of #F3CF66
Complementary color
Monochromatic Colors of #F3CF66
Black with #F3CF66
Text Example
Text Example
White with #F3CF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CF66; }
p { color: rgb(243,207,102); }
H1.HeaderClassName
{
color: #F3CF66;
}
.AnyTagClassName
{
color: #F3CF66;
}
</style>
background-color css
<style>
a { background-color: #F3CF66; }
a { background-color: rgb(243,207,102); }
div.DivClassName
{
background-color: #F3CF66;
}
.BgClassName
{
background-color: #F3CF66;
}
</style>
border-color css
<style>
span { border-color: #F3CF66; }
span { border-color: rgb(243,207,102); }
td.TdClassName
{
border-color: #F3CF66;
}
.TagClassName
{
border-color: #F3CF66;
}
</style>