Shades of Golden Sand #F3C466
Tints of Golden Sand #F3C466
RGB
CMYK
RGB Variations
Color information
#F3C466 (or 0xF3C466) is known color: Golden Sand. HEX triplet: F3, C4 and 66. RGB value is (243,196,102). Sum of RGB (Red+Green+Blue) = 243+196+102=541 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.92% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 102 (40.23% from 255 or 18.85% from 541); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C466 is #0C3B99. Grayscale: #C7C7C7. Windows color (decimal): -801690 or 6735091. OLE color: 6735091.
HSL color Cylindrical-coordinate representation of color #F3C466: hue angle of 40º 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 #F3C466 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 196 | 102 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.05 |
| HSL | 40º | 0.85% | 0.68% | - |
| HSV(B) | 40º | 0.58% | 0.95% | - |
| XYZ | 59.1 | 59.49 | 20.94 | - |
| YUV | 199.34 | 73.07 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 196 | 102 | 0 | 0.19 | 0.58 | 0.05 | 40 | 0.85 | 0.68 |
| Hex | F3 | C4 | 66 | 0 | 13 | 3A | 5 | 28 | 55 | 44 |
| Octal | 363 | 304 | 146 | 0 | 23 | 72 | 5 | 50 | 125 | 104 |
| Binary | 11110011 | 11000100 | 1100110 | 0 | 10011 | 111010 | 101 | 101000 | 1010101 | 1000100 |
Color Harmonies of #F3C466
Complementary color
Monochromatic Colors of #F3C466
Black with #F3C466
Text Example
Text Example
White with #F3C466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C466; }
p { color: rgb(243,196,102); }
H1.HeaderClassName
{
color: #F3C466;
}
.AnyTagClassName
{
color: #F3C466;
}
</style>
background-color css
<style>
a { background-color: #F3C466; }
a { background-color: rgb(243,196,102); }
div.DivClassName
{
background-color: #F3C466;
}
.BgClassName
{
background-color: #F3C466;
}
</style>
border-color css
<style>
span { border-color: #F3C466; }
span { border-color: rgb(243,196,102); }
td.TdClassName
{
border-color: #F3C466;
}
.TagClassName
{
border-color: #F3C466;
}
</style>