Shades of Golden Sand #F3C863
Tints of Golden Sand #F3C863
RGB
CMYK
RGB Variations
Color information
#F3C863 (or 0xF3C863) is known color: Golden Sand. HEX triplet: F3, C8 and 63. RGB value is (243,200,99). Sum of RGB (Red+Green+Blue) = 243+200+99=542 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.83% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 99 (39.06% from 255 or 18.27% from 542); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C863 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C863 is #0C379C. Grayscale: #C9C9C9. Windows color (decimal): -800669 or 6539507. OLE color: 6539507.
HSL color Cylindrical-coordinate representation of color #F3C863: hue angle of 42.08º 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 #F3C863 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 200 | 99 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.05 |
| HSL | 42.08º | 0.86% | 0.67% | - |
| HSV(B) | 42.08º | 0.59% | 0.95% | - |
| XYZ | 59.87 | 61.26 | 20.47 | - |
| YUV | 201.34 | 70.25 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 99 | 0 | 0.18 | 0.59 | 0.05 | 42.08 | 0.86 | 0.67 |
| Hex | F3 | C8 | 63 | 0 | 12 | 3B | 5 | 2A | 56 | 43 |
| Octal | 363 | 310 | 143 | 0 | 22 | 73 | 5 | 52 | 126 | 103 |
| Binary | 11110011 | 11001000 | 1100011 | 0 | 10010 | 111011 | 101 | 101010 | 1010110 | 1000011 |
Color Harmonies of #F3C863
Complementary color
Monochromatic Colors of #F3C863
Black with #F3C863
Text Example
Text Example
White with #F3C863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C863; }
p { color: rgb(243,200,99); }
H1.HeaderClassName
{
color: #F3C863;
}
.AnyTagClassName
{
color: #F3C863;
}
</style>
background-color css
<style>
a { background-color: #F3C863; }
a { background-color: rgb(243,200,99); }
div.DivClassName
{
background-color: #F3C863;
}
.BgClassName
{
background-color: #F3C863;
}
</style>
border-color css
<style>
span { border-color: #F3C863; }
span { border-color: rgb(243,200,99); }
td.TdClassName
{
border-color: #F3C863;
}
.TagClassName
{
border-color: #F3C863;
}
</style>