Shades of Chardonnay #FCC976
Tints of Chardonnay #FCC976
RGB
CMYK
RGB Variations
Color information
#FCC976 (or 0xFCC976) is known color: Chardonnay. HEX triplet: FC, C9 and 76. RGB value is (252,201,118). Sum of RGB (Red+Green+Blue) = 252+201+118=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 118 (46.48% from 255 or 20.67% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC976 is #033689. Grayscale: #CFCFCF. Windows color (decimal): -210570 or 7784956. OLE color: 7784956.
HSL color Cylindrical-coordinate representation of color #FCC976: hue angle of 37.16º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FCC976 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 118 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.01 |
| HSL | 37.16º | 0.96% | 0.73% | - |
| HSV(B) | 37.16º | 0.53% | 0.99% | - |
| XYZ | 64.3 | 63.78 | 26.06 | - |
| YUV | 206.79 | 77.9 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 118 | 0 | 0.20 | 0.53 | 0.01 | 37.16 | 0.96 | 0.73 |
| Hex | FC | C9 | 76 | 0 | 14 | 35 | 1 | 25 | 60 | 49 |
| Octal | 374 | 311 | 166 | 0 | 24 | 65 | 1 | 45 | 140 | 111 |
| Binary | 11111100 | 11001001 | 1110110 | 0 | 10100 | 110101 | 1 | 100101 | 1100000 | 1001001 |
Color Harmonies of #FCC976
Complementary color
Monochromatic Colors of #FCC976
Black with #FCC976
Text Example
Text Example
White with #FCC976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC976; }
p { color: rgb(252,201,118); }
H1.HeaderClassName
{
color: #FCC976;
}
.AnyTagClassName
{
color: #FCC976;
}
</style>
background-color css
<style>
a { background-color: #FCC976; }
a { background-color: rgb(252,201,118); }
div.DivClassName
{
background-color: #FCC976;
}
.BgClassName
{
background-color: #FCC976;
}
</style>
border-color css
<style>
span { border-color: #FCC976; }
span { border-color: rgb(252,201,118); }
td.TdClassName
{
border-color: #FCC976;
}
.TagClassName
{
border-color: #FCC976;
}
</style>