Shades of Golden Sand #F3C967
Tints of Golden Sand #F3C967
RGB
CMYK
RGB Variations
Color information
#F3C967 (or 0xF3C967) is known color: Golden Sand. HEX triplet: F3, C9 and 67. RGB value is (243,201,103). Sum of RGB (Red+Green+Blue) = 243+201+103=547 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.42% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 103 (40.62% from 255 or 18.83% from 547); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C967 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C967 is #0C3698. Grayscale: #CACACA. Windows color (decimal): -800409 or 6801907. OLE color: 6801907.
HSL color Cylindrical-coordinate representation of color #F3C967: hue angle of 42º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F3C967 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 201 | 103 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.05 |
| HSL | 42º | 0.85% | 0.68% | - |
| HSV(B) | 42º | 0.58% | 0.95% | - |
| XYZ | 60.3 | 61.81 | 21.58 | - |
| YUV | 202.39 | 71.91 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 201 | 103 | 0 | 0.17 | 0.58 | 0.05 | 42 | 0.85 | 0.68 |
| Hex | F3 | C9 | 67 | 0 | 11 | 3A | 5 | 2A | 55 | 44 |
| Octal | 363 | 311 | 147 | 0 | 21 | 72 | 5 | 52 | 125 | 104 |
| Binary | 11110011 | 11001001 | 1100111 | 0 | 10001 | 111010 | 101 | 101010 | 1010101 | 1000100 |
Color Harmonies of #F3C967
Complementary color
Monochromatic Colors of #F3C967
Black with #F3C967
Text Example
Text Example
White with #F3C967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C967; }
p { color: rgb(243,201,103); }
H1.HeaderClassName
{
color: #F3C967;
}
.AnyTagClassName
{
color: #F3C967;
}
</style>
background-color css
<style>
a { background-color: #F3C967; }
a { background-color: rgb(243,201,103); }
div.DivClassName
{
background-color: #F3C967;
}
.BgClassName
{
background-color: #F3C967;
}
</style>
border-color css
<style>
span { border-color: #F3C967; }
span { border-color: rgb(243,201,103); }
td.TdClassName
{
border-color: #F3C967;
}
.TagClassName
{
border-color: #F3C967;
}
</style>