Shades of Golden Sand #F3C963
Tints of Golden Sand #F3C963
RGB
CMYK
RGB Variations
Color information
#F3C963 (or 0xF3C963) is known color: Golden Sand. HEX triplet: F3, C9 and 63. RGB value is (243,201,99). Sum of RGB (Red+Green+Blue) = 243+201+99=543 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.75% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 99 (39.06% from 255 or 18.23% from 543); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C963 is #0C369C. Grayscale: #CACACA. Windows color (decimal): -800413 or 6539763. OLE color: 6539763.
HSL color Cylindrical-coordinate representation of color #F3C963: hue angle of 42.5º 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 #F3C963 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 201 | 99 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.05 |
| HSL | 42.5º | 0.86% | 0.67% | - |
| HSV(B) | 42.5º | 0.59% | 0.95% | - |
| XYZ | 60.1 | 61.73 | 20.55 | - |
| YUV | 201.93 | 69.91 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 201 | 99 | 0 | 0.17 | 0.59 | 0.05 | 42.5 | 0.86 | 0.67 |
| Hex | F3 | C9 | 63 | 0 | 11 | 3B | 5 | 2A | 56 | 43 |
| Octal | 363 | 311 | 143 | 0 | 21 | 73 | 5 | 52 | 126 | 103 |
| Binary | 11110011 | 11001001 | 1100011 | 0 | 10001 | 111011 | 101 | 101010 | 1010110 | 1000011 |
Color Harmonies of #F3C963
Complementary color
Monochromatic Colors of #F3C963
Black with #F3C963
Text Example
Text Example
White with #F3C963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C963; }
p { color: rgb(243,201,99); }
H1.HeaderClassName
{
color: #F3C963;
}
.AnyTagClassName
{
color: #F3C963;
}
</style>
background-color css
<style>
a { background-color: #F3C963; }
a { background-color: rgb(243,201,99); }
div.DivClassName
{
background-color: #F3C963;
}
.BgClassName
{
background-color: #F3C963;
}
</style>
border-color css
<style>
span { border-color: #F3C963; }
span { border-color: rgb(243,201,99); }
td.TdClassName
{
border-color: #F3C963;
}
.TagClassName
{
border-color: #F3C963;
}
</style>