Shades of Golden Sand #F2C464
Tints of Golden Sand #F2C464
RGB
CMYK
RGB Variations
Color information
#F2C464 (or 0xF2C464) is known color: Golden Sand. HEX triplet: F2, C4 and 64. RGB value is (242,196,100). Sum of RGB (Red+Green+Blue) = 242+196+100=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 100 (39.45% from 255 or 18.59% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C464 is #0D3B9B. Grayscale: #C7C7C7. Windows color (decimal): -867228 or 6604018. OLE color: 6604018.
HSL color Cylindrical-coordinate representation of color #F2C464: hue angle of 40.56º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2C464 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 196 | 100 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.05 |
| HSL | 40.56º | 0.85% | 0.67% | - |
| HSV(B) | 40.56º | 0.59% | 0.95% | - |
| XYZ | 58.66 | 59.28 | 20.41 | - |
| YUV | 198.81 | 72.24 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 196 | 100 | 0 | 0.19 | 0.59 | 0.05 | 40.56 | 0.85 | 0.67 |
| Hex | F2 | C4 | 64 | 0 | 13 | 3B | 5 | 29 | 55 | 43 |
| Octal | 362 | 304 | 144 | 0 | 23 | 73 | 5 | 51 | 125 | 103 |
| Binary | 11110010 | 11000100 | 1100100 | 0 | 10011 | 111011 | 101 | 101001 | 1010101 | 1000011 |
Color Harmonies of #F2C464
Complementary color
Monochromatic Colors of #F2C464
Black with #F2C464
Text Example
Text Example
White with #F2C464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C464; }
p { color: rgb(242,196,100); }
H1.HeaderClassName
{
color: #F2C464;
}
.AnyTagClassName
{
color: #F2C464;
}
</style>
background-color css
<style>
a { background-color: #F2C464; }
a { background-color: rgb(242,196,100); }
div.DivClassName
{
background-color: #F2C464;
}
.BgClassName
{
background-color: #F2C464;
}
</style>
border-color css
<style>
span { border-color: #F2C464; }
span { border-color: rgb(242,196,100); }
td.TdClassName
{
border-color: #F2C464;
}
.TagClassName
{
border-color: #F2C464;
}
</style>