Shades of Golden Sand #F2C562
Tints of Golden Sand #F2C562
RGB
CMYK
RGB Variations
Color information
#F2C562 (or 0xF2C562) is known color: Golden Sand. HEX triplet: F2, C5 and 62. RGB value is (242,197,98). Sum of RGB (Red+Green+Blue) = 242+197+98=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 98 (38.67% from 255 or 18.25% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C562 is #0D3A9D. Grayscale: #C7C7C7. Windows color (decimal): -866974 or 6473202. OLE color: 6473202.
HSL color Cylindrical-coordinate representation of color #F2C562: hue angle of 41.25º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2C562 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 98 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.05 |
| HSL | 41.25º | 0.85% | 0.67% | - |
| HSV(B) | 41.25º | 0.6% | 0.95% | - |
| XYZ | 58.79 | 59.69 | 19.98 | - |
| YUV | 199.17 | 70.91 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 98 | 0 | 0.19 | 0.60 | 0.05 | 41.25 | 0.85 | 0.67 |
| Hex | F2 | C5 | 62 | 0 | 13 | 3C | 5 | 29 | 55 | 43 |
| Octal | 362 | 305 | 142 | 0 | 23 | 74 | 5 | 51 | 125 | 103 |
| Binary | 11110010 | 11000101 | 1100010 | 0 | 10011 | 111100 | 101 | 101001 | 1010101 | 1000011 |
Color Harmonies of #F2C562
Complementary color
Monochromatic Colors of #F2C562
Black with #F2C562
Text Example
Text Example
White with #F2C562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C562; }
p { color: rgb(242,197,98); }
H1.HeaderClassName
{
color: #F2C562;
}
.AnyTagClassName
{
color: #F2C562;
}
</style>
background-color css
<style>
a { background-color: #F2C562; }
a { background-color: rgb(242,197,98); }
div.DivClassName
{
background-color: #F2C562;
}
.BgClassName
{
background-color: #F2C562;
}
</style>
border-color css
<style>
span { border-color: #F2C562; }
span { border-color: rgb(242,197,98); }
td.TdClassName
{
border-color: #F2C562;
}
.TagClassName
{
border-color: #F2C562;
}
</style>