Shades of Golden Sand #F2C565
Tints of Golden Sand #F2C565
RGB
CMYK
RGB Variations
Color information
#F2C565 (or 0xF2C565) is known color: Golden Sand. HEX triplet: F2, C5 and 65. RGB value is (242,197,101). Sum of RGB (Red+Green+Blue) = 242+197+101=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 101 (39.84% from 255 or 18.70% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C565 is #0D3A9A. Grayscale: #C7C7C7. Windows color (decimal): -866971 or 6669810. OLE color: 6669810.
HSL color Cylindrical-coordinate representation of color #F2C565: hue angle of 40.85º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2C565 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 101 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.05 |
| HSL | 40.85º | 0.84% | 0.67% | - |
| HSV(B) | 40.85º | 0.58% | 0.95% | - |
| XYZ | 58.93 | 59.75 | 20.74 | - |
| YUV | 199.51 | 72.41 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 101 | 0 | 0.19 | 0.58 | 0.05 | 40.85 | 0.84 | 0.67 |
| Hex | F2 | C5 | 65 | 0 | 13 | 3A | 5 | 29 | 54 | 43 |
| Octal | 362 | 305 | 145 | 0 | 23 | 72 | 5 | 51 | 124 | 103 |
| Binary | 11110010 | 11000101 | 1100101 | 0 | 10011 | 111010 | 101 | 101001 | 1010100 | 1000011 |
Color Harmonies of #F2C565
Complementary color
Monochromatic Colors of #F2C565
Black with #F2C565
Text Example
Text Example
White with #F2C565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C565; }
p { color: rgb(242,197,101); }
H1.HeaderClassName
{
color: #F2C565;
}
.AnyTagClassName
{
color: #F2C565;
}
</style>
background-color css
<style>
a { background-color: #F2C565; }
a { background-color: rgb(242,197,101); }
div.DivClassName
{
background-color: #F2C565;
}
.BgClassName
{
background-color: #F2C565;
}
</style>
border-color css
<style>
span { border-color: #F2C565; }
span { border-color: rgb(242,197,101); }
td.TdClassName
{
border-color: #F2C565;
}
.TagClassName
{
border-color: #F2C565;
}
</style>