Shades of Golden Sand #F3D263
Tints of Golden Sand #F3D263
RGB
CMYK
RGB Variations
Color information
#F3D263 (or 0xF3D263) is known color: Golden Sand. HEX triplet: F3, D2 and 63. RGB value is (243,210,99). Sum of RGB (Red+Green+Blue) = 243+210+99=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 99 (39.06% from 255 or 17.93% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D263 is #0C2D9C. Grayscale: #CFCFCF. Windows color (decimal): -798109 or 6542067. OLE color: 6542067.
HSL color Cylindrical-coordinate representation of color #F3D263: hue angle of 46.25º 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 #F3D263 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 210 | 99 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.05 |
| HSL | 46.25º | 0.86% | 0.67% | - |
| HSV(B) | 46.25º | 0.59% | 0.95% | - |
| XYZ | 62.26 | 66.05 | 21.27 | - |
| YUV | 207.21 | 66.93 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 210 | 99 | 0 | 0.14 | 0.59 | 0.05 | 46.25 | 0.86 | 0.67 |
| Hex | F3 | D2 | 63 | 0 | E | 3B | 5 | 2E | 56 | 43 |
| Octal | 363 | 322 | 143 | 0 | 16 | 73 | 5 | 56 | 126 | 103 |
| Binary | 11110011 | 11010010 | 1100011 | 0 | 1110 | 111011 | 101 | 101110 | 1010110 | 1000011 |
Color Harmonies of #F3D263
Complementary color
Monochromatic Colors of #F3D263
Black with #F3D263
Text Example
Text Example
White with #F3D263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D263; }
p { color: rgb(243,210,99); }
H1.HeaderClassName
{
color: #F3D263;
}
.AnyTagClassName
{
color: #F3D263;
}
</style>
background-color css
<style>
a { background-color: #F3D263; }
a { background-color: rgb(243,210,99); }
div.DivClassName
{
background-color: #F3D263;
}
.BgClassName
{
background-color: #F3D263;
}
</style>
border-color css
<style>
span { border-color: #F3D263; }
span { border-color: rgb(243,210,99); }
td.TdClassName
{
border-color: #F3D263;
}
.TagClassName
{
border-color: #F3D263;
}
</style>