Shades of Golden Sand #F2C965
Tints of Golden Sand #F2C965
RGB
CMYK
RGB Variations
Color information
#F2C965 (or 0xF2C965) is known color: Golden Sand. HEX triplet: F2, C9 and 65. RGB value is (242,201,101). Sum of RGB (Red+Green+Blue) = 242+201+101=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 101 (39.84% from 255 or 18.57% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C965 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C965 is #0D369A. Grayscale: #CACACA. Windows color (decimal): -865947 or 6670834. OLE color: 6670834.
HSL color Cylindrical-coordinate representation of color #F2C965: hue angle of 42.55º 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 #F2C965 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 101 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.05 |
| HSL | 42.55º | 0.84% | 0.67% | - |
| HSV(B) | 42.55º | 0.58% | 0.95% | - |
| XYZ | 59.85 | 61.59 | 21.05 | - |
| YUV | 201.86 | 71.08 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 101 | 0 | 0.17 | 0.58 | 0.05 | 42.55 | 0.84 | 0.67 |
| Hex | F2 | C9 | 65 | 0 | 11 | 3A | 5 | 2B | 54 | 43 |
| Octal | 362 | 311 | 145 | 0 | 21 | 72 | 5 | 53 | 124 | 103 |
| Binary | 11110010 | 11001001 | 1100101 | 0 | 10001 | 111010 | 101 | 101011 | 1010100 | 1000011 |
Color Harmonies of #F2C965
Complementary color
Monochromatic Colors of #F2C965
Black with #F2C965
Text Example
Text Example
White with #F2C965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C965; }
p { color: rgb(242,201,101); }
H1.HeaderClassName
{
color: #F2C965;
}
.AnyTagClassName
{
color: #F2C965;
}
</style>
background-color css
<style>
a { background-color: #F2C965; }
a { background-color: rgb(242,201,101); }
div.DivClassName
{
background-color: #F2C965;
}
.BgClassName
{
background-color: #F2C965;
}
</style>
border-color css
<style>
span { border-color: #F2C965; }
span { border-color: rgb(242,201,101); }
td.TdClassName
{
border-color: #F2C965;
}
.TagClassName
{
border-color: #F2C965;
}
</style>