Shades of Golden Sand #F0CA73
Tints of Golden Sand #F0CA73
RGB
CMYK
RGB Variations
Color information
#F0CA73 (or 0xF0CA73) is known color: Golden Sand. HEX triplet: F0, CA and 73. RGB value is (240,202,115). Sum of RGB (Red+Green+Blue) = 240+202+115=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 115 (45.31% from 255 or 20.65% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CA73 is #0F358C. Grayscale: #CBCBCB. Windows color (decimal): -996749 or 7588592. OLE color: 7588592.
HSL color Cylindrical-coordinate representation of color #F0CA73: hue angle of 41.76º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0CA73 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 115 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.06 |
| HSL | 41.76º | 0.81% | 0.7% | - |
| HSV(B) | 41.76º | 0.52% | 0.94% | - |
| XYZ | 60.15 | 62 | 25.02 | - |
| YUV | 203.44 | 78.09 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 115 | 0 | 0.16 | 0.52 | 0.06 | 41.76 | 0.81 | 0.7 |
| Hex | F0 | CA | 73 | 0 | 10 | 34 | 6 | 2A | 51 | 46 |
| Octal | 360 | 312 | 163 | 0 | 20 | 64 | 6 | 52 | 121 | 106 |
| Binary | 11110000 | 11001010 | 1110011 | 0 | 10000 | 110100 | 110 | 101010 | 1010001 | 1000110 |
Color Harmonies of #F0CA73
Complementary color
Monochromatic Colors of #F0CA73
Black with #F0CA73
Text Example
Text Example
White with #F0CA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CA73; }
p { color: rgb(240,202,115); }
H1.HeaderClassName
{
color: #F0CA73;
}
.AnyTagClassName
{
color: #F0CA73;
}
</style>
background-color css
<style>
a { background-color: #F0CA73; }
a { background-color: rgb(240,202,115); }
div.DivClassName
{
background-color: #F0CA73;
}
.BgClassName
{
background-color: #F0CA73;
}
</style>
border-color css
<style>
span { border-color: #F0CA73; }
span { border-color: rgb(240,202,115); }
td.TdClassName
{
border-color: #F0CA73;
}
.TagClassName
{
border-color: #F0CA73;
}
</style>