Shades of Golden Sand #F4C96C
Tints of Golden Sand #F4C96C
RGB
CMYK
RGB Variations
Color information
#F4C96C (or 0xF4C96C) is known color: Golden Sand. HEX triplet: F4, C9 and 6C. RGB value is (244,201,108). Sum of RGB (Red+Green+Blue) = 244+201+108=553 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.12% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 108 (42.58% from 255 or 19.53% from 553); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C96C is #0B3693. Grayscale: #CBCBCB. Windows color (decimal): -734868 or 7129588. OLE color: 7129588.
HSL color Cylindrical-coordinate representation of color #F4C96C: hue angle of 41.03º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F4C96C is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 201 | 108 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.04 |
| HSL | 41.03º | 0.86% | 0.69% | - |
| HSV(B) | 41.03º | 0.56% | 0.96% | - |
| XYZ | 60.9 | 62.09 | 22.96 | - |
| YUV | 203.26 | 74.25 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 201 | 108 | 0 | 0.18 | 0.56 | 0.04 | 41.03 | 0.86 | 0.69 |
| Hex | F4 | C9 | 6C | 0 | 12 | 38 | 4 | 29 | 56 | 45 |
| Octal | 364 | 311 | 154 | 0 | 22 | 70 | 4 | 51 | 126 | 105 |
| Binary | 11110100 | 11001001 | 1101100 | 0 | 10010 | 111000 | 100 | 101001 | 1010110 | 1000101 |
Color Harmonies of #F4C96C
Complementary color
Monochromatic Colors of #F4C96C
Black with #F4C96C
Text Example
Text Example
White with #F4C96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C96C; }
p { color: rgb(244,201,108); }
H1.HeaderClassName
{
color: #F4C96C;
}
.AnyTagClassName
{
color: #F4C96C;
}
</style>
background-color css
<style>
a { background-color: #F4C96C; }
a { background-color: rgb(244,201,108); }
div.DivClassName
{
background-color: #F4C96C;
}
.BgClassName
{
background-color: #F4C96C;
}
</style>
border-color css
<style>
span { border-color: #F4C96C; }
span { border-color: rgb(244,201,108); }
td.TdClassName
{
border-color: #F4C96C;
}
.TagClassName
{
border-color: #F4C96C;
}
</style>