Shades of Golden Sand #F3C76A
Tints of Golden Sand #F3C76A
RGB
CMYK
RGB Variations
Color information
#F3C76A (or 0xF3C76A) is known color: Golden Sand. HEX triplet: F3, C7 and 6A. RGB value is (243,199,106). Sum of RGB (Red+Green+Blue) = 243+199+106=548 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.34% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 106 (41.80% from 255 or 19.34% from 548); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C76A is #0C3895. Grayscale: #C9C9C9. Windows color (decimal): -800918 or 6998003. OLE color: 6998003.
HSL color Cylindrical-coordinate representation of color #F3C76A: hue angle of 40.73º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3C76A is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 199 | 106 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.05 |
| HSL | 40.73º | 0.85% | 0.68% | - |
| HSV(B) | 40.73º | 0.56% | 0.95% | - |
| XYZ | 59.99 | 60.94 | 22.24 | - |
| YUV | 201.55 | 74.08 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 199 | 106 | 0 | 0.18 | 0.56 | 0.05 | 40.73 | 0.85 | 0.68 |
| Hex | F3 | C7 | 6A | 0 | 12 | 38 | 5 | 29 | 55 | 44 |
| Octal | 363 | 307 | 152 | 0 | 22 | 70 | 5 | 51 | 125 | 104 |
| Binary | 11110011 | 11000111 | 1101010 | 0 | 10010 | 111000 | 101 | 101001 | 1010101 | 1000100 |
Color Harmonies of #F3C76A
Complementary color
Monochromatic Colors of #F3C76A
Black with #F3C76A
Text Example
Text Example
White with #F3C76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C76A; }
p { color: rgb(243,199,106); }
H1.HeaderClassName
{
color: #F3C76A;
}
.AnyTagClassName
{
color: #F3C76A;
}
</style>
background-color css
<style>
a { background-color: #F3C76A; }
a { background-color: rgb(243,199,106); }
div.DivClassName
{
background-color: #F3C76A;
}
.BgClassName
{
background-color: #F3C76A;
}
</style>
border-color css
<style>
span { border-color: #F3C76A; }
span { border-color: rgb(243,199,106); }
td.TdClassName
{
border-color: #F3C76A;
}
.TagClassName
{
border-color: #F3C76A;
}
</style>