Shades of Golden Sand #F2C96E
Tints of Golden Sand #F2C96E
RGB
CMYK
RGB Variations
Color information
#F2C96E (or 0xF2C96E) is known color: Golden Sand. HEX triplet: F2, C9 and 6E. RGB value is (242,201,110). Sum of RGB (Red+Green+Blue) = 242+201+110=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 110 (43.36% from 255 or 19.89% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C96E is #0D3691. Grayscale: #CBCBCB. Windows color (decimal): -865938 or 7260658. OLE color: 7260658.
HSL color Cylindrical-coordinate representation of color #F2C96E: hue angle of 41.36º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2C96E is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 110 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.05 |
| HSL | 41.36º | 0.84% | 0.69% | - |
| HSV(B) | 41.36º | 0.55% | 0.95% | - |
| XYZ | 60.32 | 61.78 | 23.5 | - |
| YUV | 202.89 | 75.58 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 110 | 0 | 0.17 | 0.55 | 0.05 | 41.36 | 0.84 | 0.69 |
| Hex | F2 | C9 | 6E | 0 | 11 | 37 | 5 | 29 | 54 | 45 |
| Octal | 362 | 311 | 156 | 0 | 21 | 67 | 5 | 51 | 124 | 105 |
| Binary | 11110010 | 11001001 | 1101110 | 0 | 10001 | 110111 | 101 | 101001 | 1010100 | 1000101 |
Color Harmonies of #F2C96E
Complementary color
Monochromatic Colors of #F2C96E
Black with #F2C96E
Text Example
Text Example
White with #F2C96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C96E; }
p { color: rgb(242,201,110); }
H1.HeaderClassName
{
color: #F2C96E;
}
.AnyTagClassName
{
color: #F2C96E;
}
</style>
background-color css
<style>
a { background-color: #F2C96E; }
a { background-color: rgb(242,201,110); }
div.DivClassName
{
background-color: #F2C96E;
}
.BgClassName
{
background-color: #F2C96E;
}
</style>
border-color css
<style>
span { border-color: #F2C96E; }
span { border-color: rgb(242,201,110); }
td.TdClassName
{
border-color: #F2C96E;
}
.TagClassName
{
border-color: #F2C96E;
}
</style>