Shades of Golden Sand #F3C563
Tints of Golden Sand #F3C563
RGB
CMYK
RGB Variations
Color information
#F3C563 (or 0xF3C563) is known color: Golden Sand. HEX triplet: F3, C5 and 63. RGB value is (243,197,99). Sum of RGB (Red+Green+Blue) = 243+197+99=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 99 (39.06% from 255 or 18.37% from 539); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C563 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C563 is #0C3A9C. Grayscale: #C8C8C8. Windows color (decimal): -801437 or 6538739. OLE color: 6538739.
HSL color Cylindrical-coordinate representation of color #F3C563: hue angle of 40.83º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F3C563 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 197 | 99 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.05 |
| HSL | 40.83º | 0.86% | 0.67% | - |
| HSV(B) | 40.83º | 0.59% | 0.95% | - |
| XYZ | 59.18 | 59.89 | 20.24 | - |
| YUV | 199.58 | 71.24 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 197 | 99 | 0 | 0.19 | 0.59 | 0.05 | 40.83 | 0.86 | 0.67 |
| Hex | F3 | C5 | 63 | 0 | 13 | 3B | 5 | 29 | 56 | 43 |
| Octal | 363 | 305 | 143 | 0 | 23 | 73 | 5 | 51 | 126 | 103 |
| Binary | 11110011 | 11000101 | 1100011 | 0 | 10011 | 111011 | 101 | 101001 | 1010110 | 1000011 |
Color Harmonies of #F3C563
Complementary color
Monochromatic Colors of #F3C563
Black with #F3C563
Text Example
Text Example
White with #F3C563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C563; }
p { color: rgb(243,197,99); }
H1.HeaderClassName
{
color: #F3C563;
}
.AnyTagClassName
{
color: #F3C563;
}
</style>
background-color css
<style>
a { background-color: #F3C563; }
a { background-color: rgb(243,197,99); }
div.DivClassName
{
background-color: #F3C563;
}
.BgClassName
{
background-color: #F3C563;
}
</style>
border-color css
<style>
span { border-color: #F3C563; }
span { border-color: rgb(243,197,99); }
td.TdClassName
{
border-color: #F3C563;
}
.TagClassName
{
border-color: #F3C563;
}
</style>