Shades of Chardonnay #F6C276
Tints of Chardonnay #F6C276
RGB
CMYK
RGB Variations
Color information
#F6C276 (or 0xF6C276) is known color: Chardonnay. HEX triplet: F6, C2 and 76. RGB value is (246,194,118). Sum of RGB (Red+Green+Blue) = 246+194+118=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C276 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C276 is #093D89. Grayscale: #C9C9C9. Windows color (decimal): -605578 or 7783158. OLE color: 7783158.
HSL color Cylindrical-coordinate representation of color #F6C276: hue angle of 35.62º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F6C276 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 194 | 118 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.04 |
| HSL | 35.63º | 0.88% | 0.71% | - |
| HSV(B) | 35.63º | 0.52% | 0.96% | - |
| XYZ | 60.57 | 59.48 | 25.43 | - |
| YUV | 200.88 | 81.23 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 118 | 0 | 0.21 | 0.52 | 0.04 | 35.63 | 0.88 | 0.71 |
| Hex | F6 | C2 | 76 | 0 | 15 | 34 | 4 | 24 | 58 | 47 |
| Octal | 366 | 302 | 166 | 0 | 25 | 64 | 4 | 44 | 130 | 107 |
| Binary | 11110110 | 11000010 | 1110110 | 0 | 10101 | 110100 | 100 | 100100 | 1011000 | 1000111 |
Color Harmonies of #F6C276
Complementary color
Monochromatic Colors of #F6C276
Black with #F6C276
Text Example
Text Example
White with #F6C276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C276; }
p { color: rgb(246,194,118); }
H1.HeaderClassName
{
color: #F6C276;
}
.AnyTagClassName
{
color: #F6C276;
}
</style>
background-color css
<style>
a { background-color: #F6C276; }
a { background-color: rgb(246,194,118); }
div.DivClassName
{
background-color: #F6C276;
}
.BgClassName
{
background-color: #F6C276;
}
</style>
border-color css
<style>
span { border-color: #F6C276; }
span { border-color: rgb(246,194,118); }
td.TdClassName
{
border-color: #F6C276;
}
.TagClassName
{
border-color: #F6C276;
}
</style>