Shades of Golden Sand #F2CA70
Tints of Golden Sand #F2CA70
RGB
CMYK
RGB Variations
Color information
#F2CA70 (or 0xF2CA70) is known color: Golden Sand. HEX triplet: F2, CA and 70. RGB value is (242,202,112). Sum of RGB (Red+Green+Blue) = 242+202+112=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CA70 is #0D358F. Grayscale: #CCCCCC. Windows color (decimal): -865680 or 7391986. OLE color: 7391986.
HSL color Cylindrical-coordinate representation of color #F2CA70: hue angle of 41.54º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2CA70 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 202 | 112 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.05 |
| HSL | 41.54º | 0.83% | 0.69% | - |
| HSV(B) | 41.54º | 0.54% | 0.95% | - |
| XYZ | 60.66 | 62.29 | 24.15 | - |
| YUV | 203.7 | 76.25 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 202 | 112 | 0 | 0.17 | 0.54 | 0.05 | 41.54 | 0.83 | 0.69 |
| Hex | F2 | CA | 70 | 0 | 11 | 36 | 5 | 2A | 53 | 45 |
| Octal | 362 | 312 | 160 | 0 | 21 | 66 | 5 | 52 | 123 | 105 |
| Binary | 11110010 | 11001010 | 1110000 | 0 | 10001 | 110110 | 101 | 101010 | 1010011 | 1000101 |
Color Harmonies of #F2CA70
Complementary color
Monochromatic Colors of #F2CA70
Black with #F2CA70
Text Example
Text Example
White with #F2CA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CA70; }
p { color: rgb(242,202,112); }
H1.HeaderClassName
{
color: #F2CA70;
}
.AnyTagClassName
{
color: #F2CA70;
}
</style>
background-color css
<style>
a { background-color: #F2CA70; }
a { background-color: rgb(242,202,112); }
div.DivClassName
{
background-color: #F2CA70;
}
.BgClassName
{
background-color: #F2CA70;
}
</style>
border-color css
<style>
span { border-color: #F2CA70; }
span { border-color: rgb(242,202,112); }
td.TdClassName
{
border-color: #F2CA70;
}
.TagClassName
{
border-color: #F2CA70;
}
</style>