Shades of Golden Sand #F3C669
Tints of Golden Sand #F3C669
RGB
CMYK
RGB Variations
Color information
#F3C669 (or 0xF3C669) is known color: Golden Sand. HEX triplet: F3, C6 and 69. RGB value is (243,198,105). Sum of RGB (Red+Green+Blue) = 243+198+105=546 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.51% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 105 (41.41% from 255 or 19.23% from 546); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C669 is #0C3996. Grayscale: #C9C9C9. Windows color (decimal): -801175 or 6932211. OLE color: 6932211.
HSL color Cylindrical-coordinate representation of color #F3C669: hue angle of 40.43º 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 #F3C669 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 198 | 105 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.05 |
| HSL | 40.43º | 0.85% | 0.68% | - |
| HSV(B) | 40.43º | 0.57% | 0.95% | - |
| XYZ | 59.71 | 60.46 | 21.89 | - |
| YUV | 200.85 | 73.91 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 198 | 105 | 0 | 0.19 | 0.57 | 0.05 | 40.43 | 0.85 | 0.68 |
| Hex | F3 | C6 | 69 | 0 | 13 | 39 | 5 | 28 | 55 | 44 |
| Octal | 363 | 306 | 151 | 0 | 23 | 71 | 5 | 50 | 125 | 104 |
| Binary | 11110011 | 11000110 | 1101001 | 0 | 10011 | 111001 | 101 | 101000 | 1010101 | 1000100 |
Color Harmonies of #F3C669
Complementary color
Monochromatic Colors of #F3C669
Black with #F3C669
Text Example
Text Example
White with #F3C669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C669; }
p { color: rgb(243,198,105); }
H1.HeaderClassName
{
color: #F3C669;
}
.AnyTagClassName
{
color: #F3C669;
}
</style>
background-color css
<style>
a { background-color: #F3C669; }
a { background-color: rgb(243,198,105); }
div.DivClassName
{
background-color: #F3C669;
}
.BgClassName
{
background-color: #F3C669;
}
</style>
border-color css
<style>
span { border-color: #F3C669; }
span { border-color: rgb(243,198,105); }
td.TdClassName
{
border-color: #F3C669;
}
.TagClassName
{
border-color: #F3C669;
}
</style>