Shades of Golden Sand #F3C969
Tints of Golden Sand #F3C969
RGB
CMYK
RGB Variations
Color information
#F3C969 (or 0xF3C969) is known color: Golden Sand. HEX triplet: F3, C9 and 69. RGB value is (243,201,105). Sum of RGB (Red+Green+Blue) = 243+201+105=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 105 (41.41% from 255 or 19.13% from 549); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C969 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C969 is #0C3696. Grayscale: #CBCBCB. Windows color (decimal): -800407 or 6932979. OLE color: 6932979.
HSL color Cylindrical-coordinate representation of color #F3C969: hue angle of 41.74º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F3C969 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 201 | 105 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.05 |
| HSL | 41.74º | 0.85% | 0.68% | - |
| HSV(B) | 41.74º | 0.57% | 0.95% | - |
| XYZ | 60.4 | 61.85 | 22.12 | - |
| YUV | 202.61 | 72.91 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 201 | 105 | 0 | 0.17 | 0.57 | 0.05 | 41.74 | 0.85 | 0.68 |
| Hex | F3 | C9 | 69 | 0 | 11 | 39 | 5 | 2A | 55 | 44 |
| Octal | 363 | 311 | 151 | 0 | 21 | 71 | 5 | 52 | 125 | 104 |
| Binary | 11110011 | 11001001 | 1101001 | 0 | 10001 | 111001 | 101 | 101010 | 1010101 | 1000100 |
Color Harmonies of #F3C969
Complementary color
Monochromatic Colors of #F3C969
Black with #F3C969
Text Example
Text Example
White with #F3C969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C969; }
p { color: rgb(243,201,105); }
H1.HeaderClassName
{
color: #F3C969;
}
.AnyTagClassName
{
color: #F3C969;
}
</style>
background-color css
<style>
a { background-color: #F3C969; }
a { background-color: rgb(243,201,105); }
div.DivClassName
{
background-color: #F3C969;
}
.BgClassName
{
background-color: #F3C969;
}
</style>
border-color css
<style>
span { border-color: #F3C969; }
span { border-color: rgb(243,201,105); }
td.TdClassName
{
border-color: #F3C969;
}
.TagClassName
{
border-color: #F3C969;
}
</style>