Shades of Golden Sand #F3C76B
Tints of Golden Sand #F3C76B
RGB
CMYK
RGB Variations
Color information
#F3C76B (or 0xF3C76B) is known color: Golden Sand. HEX triplet: F3, C7 and 6B. RGB value is (243,199,107). Sum of RGB (Red+Green+Blue) = 243+199+107=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 107 (42.19% from 255 or 19.49% from 549); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C76B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C76B is #0C3894. Grayscale: #CACACA. Windows color (decimal): -800917 or 7063539. OLE color: 7063539.
HSL color Cylindrical-coordinate representation of color #F3C76B: hue angle of 40.59º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3C76B is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 199 | 107 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.05 |
| HSL | 40.59º | 0.85% | 0.69% | - |
| HSV(B) | 40.59º | 0.56% | 0.95% | - |
| XYZ | 60.04 | 60.96 | 22.51 | - |
| YUV | 201.67 | 74.58 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 199 | 107 | 0 | 0.18 | 0.56 | 0.05 | 40.59 | 0.85 | 0.69 |
| Hex | F3 | C7 | 6B | 0 | 12 | 38 | 5 | 29 | 55 | 45 |
| Octal | 363 | 307 | 153 | 0 | 22 | 70 | 5 | 51 | 125 | 105 |
| Binary | 11110011 | 11000111 | 1101011 | 0 | 10010 | 111000 | 101 | 101001 | 1010101 | 1000101 |
Color Harmonies of #F3C76B
Complementary color
Monochromatic Colors of #F3C76B
Black with #F3C76B
Text Example
Text Example
White with #F3C76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C76B; }
p { color: rgb(243,199,107); }
H1.HeaderClassName
{
color: #F3C76B;
}
.AnyTagClassName
{
color: #F3C76B;
}
</style>
background-color css
<style>
a { background-color: #F3C76B; }
a { background-color: rgb(243,199,107); }
div.DivClassName
{
background-color: #F3C76B;
}
.BgClassName
{
background-color: #F3C76B;
}
</style>
border-color css
<style>
span { border-color: #F3C76B; }
span { border-color: rgb(243,199,107); }
td.TdClassName
{
border-color: #F3C76B;
}
.TagClassName
{
border-color: #F3C76B;
}
</style>