Shades of Golden Sand #F3CA6B
Tints of Golden Sand #F3CA6B
RGB
CMYK
RGB Variations
Color information
#F3CA6B (or 0xF3CA6B) is known color: Golden Sand. HEX triplet: F3, CA and 6B. RGB value is (243,202,107). Sum of RGB (Red+Green+Blue) = 243+202+107=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 107 (42.19% from 255 or 19.38% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3CA6B is #0C3594. Grayscale: #CBCBCB. Windows color (decimal): -800149 or 7064307. OLE color: 7064307.
HSL color Cylindrical-coordinate representation of color #F3CA6B: hue angle of 41.91º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3CA6B is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 202 | 107 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.05 |
| HSL | 41.91º | 0.85% | 0.69% | - |
| HSV(B) | 41.91º | 0.56% | 0.95% | - |
| XYZ | 60.74 | 62.36 | 22.74 | - |
| YUV | 203.43 | 73.58 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 202 | 107 | 0 | 0.17 | 0.56 | 0.05 | 41.91 | 0.85 | 0.69 |
| Hex | F3 | CA | 6B | 0 | 11 | 38 | 5 | 2A | 55 | 45 |
| Octal | 363 | 312 | 153 | 0 | 21 | 70 | 5 | 52 | 125 | 105 |
| Binary | 11110011 | 11001010 | 1101011 | 0 | 10001 | 111000 | 101 | 101010 | 1010101 | 1000101 |
Color Harmonies of #F3CA6B
Complementary color
Monochromatic Colors of #F3CA6B
Black with #F3CA6B
Text Example
Text Example
White with #F3CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CA6B; }
p { color: rgb(243,202,107); }
H1.HeaderClassName
{
color: #F3CA6B;
}
.AnyTagClassName
{
color: #F3CA6B;
}
</style>
background-color css
<style>
a { background-color: #F3CA6B; }
a { background-color: rgb(243,202,107); }
div.DivClassName
{
background-color: #F3CA6B;
}
.BgClassName
{
background-color: #F3CA6B;
}
</style>
border-color css
<style>
span { border-color: #F3CA6B; }
span { border-color: rgb(243,202,107); }
td.TdClassName
{
border-color: #F3CA6B;
}
.TagClassName
{
border-color: #F3CA6B;
}
</style>