Shades of Golden Sand #F2C561
Tints of Golden Sand #F2C561
RGB
CMYK
RGB Variations
Color information
#F2C561 (or 0xF2C561) is known color: Golden Sand. HEX triplet: F2, C5 and 61. RGB value is (242,197,97). Sum of RGB (Red+Green+Blue) = 242+197+97=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 97 (38.28% from 255 or 18.10% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C561 is #0D3A9E. Grayscale: #C7C7C7. Windows color (decimal): -866975 or 6407666. OLE color: 6407666.
HSL color Cylindrical-coordinate representation of color #F2C561: hue angle of 41.38º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2C561 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 97 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.05 |
| HSL | 41.38º | 0.85% | 0.66% | - |
| HSV(B) | 41.38º | 0.6% | 0.95% | - |
| XYZ | 58.74 | 59.67 | 19.73 | - |
| YUV | 199.06 | 70.41 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 97 | 0 | 0.19 | 0.60 | 0.05 | 41.38 | 0.85 | 0.66 |
| Hex | F2 | C5 | 61 | 0 | 13 | 3C | 5 | 29 | 55 | 42 |
| Octal | 362 | 305 | 141 | 0 | 23 | 74 | 5 | 51 | 125 | 102 |
| Binary | 11110010 | 11000101 | 1100001 | 0 | 10011 | 111100 | 101 | 101001 | 1010101 | 1000010 |
Color Harmonies of #F2C561
Complementary color
Monochromatic Colors of #F2C561
Black with #F2C561
Text Example
Text Example
White with #F2C561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C561; }
p { color: rgb(242,197,97); }
H1.HeaderClassName
{
color: #F2C561;
}
.AnyTagClassName
{
color: #F2C561;
}
</style>
background-color css
<style>
a { background-color: #F2C561; }
a { background-color: rgb(242,197,97); }
div.DivClassName
{
background-color: #F2C561;
}
.BgClassName
{
background-color: #F2C561;
}
</style>
border-color css
<style>
span { border-color: #F2C561; }
span { border-color: rgb(242,197,97); }
td.TdClassName
{
border-color: #F2C561;
}
.TagClassName
{
border-color: #F2C561;
}
</style>