Shades of Chardonnay #FCC376
Tints of Chardonnay #FCC376
RGB
CMYK
RGB Variations
Color information
#FCC376 (or 0xFCC376) is known color: Chardonnay. HEX triplet: FC, C3 and 76. RGB value is (252,195,118). Sum of RGB (Red+Green+Blue) = 252+195+118=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC376 is #033C89. Grayscale: #CBCBCB. Windows color (decimal): -212106 or 7783420. OLE color: 7783420.
HSL color Cylindrical-coordinate representation of color #FCC376: hue angle of 34.48º 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 #FCC376 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 118 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.01 |
| HSL | 34.48º | 0.96% | 0.73% | - |
| HSV(B) | 34.48º | 0.53% | 0.99% | - |
| XYZ | 62.93 | 61.03 | 25.6 | - |
| YUV | 203.27 | 79.88 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 118 | 0 | 0.23 | 0.53 | 0.01 | 34.48 | 0.96 | 0.73 |
| Hex | FC | C3 | 76 | 0 | 17 | 35 | 1 | 22 | 60 | 49 |
| Octal | 374 | 303 | 166 | 0 | 27 | 65 | 1 | 42 | 140 | 111 |
| Binary | 11111100 | 11000011 | 1110110 | 0 | 10111 | 110101 | 1 | 100010 | 1100000 | 1001001 |
Color Harmonies of #FCC376
Complementary color
Monochromatic Colors of #FCC376
Black with #FCC376
Text Example
Text Example
White with #FCC376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC376; }
p { color: rgb(252,195,118); }
H1.HeaderClassName
{
color: #FCC376;
}
.AnyTagClassName
{
color: #FCC376;
}
</style>
background-color css
<style>
a { background-color: #FCC376; }
a { background-color: rgb(252,195,118); }
div.DivClassName
{
background-color: #FCC376;
}
.BgClassName
{
background-color: #FCC376;
}
</style>
border-color css
<style>
span { border-color: #FCC376; }
span { border-color: rgb(252,195,118); }
td.TdClassName
{
border-color: #FCC376;
}
.TagClassName
{
border-color: #FCC376;
}
</style>