Shades of Golden Sand #F0CA70
Tints of Golden Sand #F0CA70
RGB
CMYK
RGB Variations
Color information
#F0CA70 (or 0xF0CA70) is known color: Golden Sand. HEX triplet: F0, CA and 70. RGB value is (240,202,112). Sum of RGB (Red+Green+Blue) = 240+202+112=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 112 (44.14% from 255 or 20.22% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CA70 is #0F358F. Grayscale: #CBCBCB. Windows color (decimal): -996752 or 7391984. OLE color: 7391984.
HSL color Cylindrical-coordinate representation of color #F0CA70: hue angle of 42.19º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0CA70 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 112 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.06 |
| HSL | 42.19º | 0.81% | 0.69% | - |
| HSV(B) | 42.19º | 0.53% | 0.94% | - |
| XYZ | 59.98 | 61.94 | 24.12 | - |
| YUV | 203.1 | 76.59 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 112 | 0 | 0.16 | 0.53 | 0.06 | 42.19 | 0.81 | 0.69 |
| Hex | F0 | CA | 70 | 0 | 10 | 35 | 6 | 2A | 51 | 45 |
| Octal | 360 | 312 | 160 | 0 | 20 | 65 | 6 | 52 | 121 | 105 |
| Binary | 11110000 | 11001010 | 1110000 | 0 | 10000 | 110101 | 110 | 101010 | 1010001 | 1000101 |
Color Harmonies of #F0CA70
Complementary color
Monochromatic Colors of #F0CA70
Black with #F0CA70
Text Example
Text Example
White with #F0CA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CA70; }
p { color: rgb(240,202,112); }
H1.HeaderClassName
{
color: #F0CA70;
}
.AnyTagClassName
{
color: #F0CA70;
}
</style>
background-color css
<style>
a { background-color: #F0CA70; }
a { background-color: rgb(240,202,112); }
div.DivClassName
{
background-color: #F0CA70;
}
.BgClassName
{
background-color: #F0CA70;
}
</style>
border-color css
<style>
span { border-color: #F0CA70; }
span { border-color: rgb(240,202,112); }
td.TdClassName
{
border-color: #F0CA70;
}
.TagClassName
{
border-color: #F0CA70;
}
</style>