Shades of Chardonnay #FCC178
Tints of Chardonnay #FCC178
RGB
CMYK
RGB Variations
Color information
#FCC178 (or 0xFCC178) is known color: Chardonnay. HEX triplet: FC, C1 and 78. RGB value is (252,193,120). Sum of RGB (Red+Green+Blue) = 252+193+120=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 120 (47.27% from 255 or 21.24% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC178 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC178 is #033E87. Grayscale: #CACACA. Windows color (decimal): -212616 or 7913980. OLE color: 7913980.
HSL color Cylindrical-coordinate representation of color #FCC178: hue angle of 33.18º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCC178 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 120 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.01 |
| HSL | 33.18º | 0.96% | 0.73% | - |
| HSV(B) | 33.18º | 0.52% | 0.99% | - |
| XYZ | 62.61 | 60.19 | 26.09 | - |
| YUV | 202.32 | 81.55 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 120 | 0 | 0.23 | 0.52 | 0.01 | 33.18 | 0.96 | 0.73 |
| Hex | FC | C1 | 78 | 0 | 17 | 34 | 1 | 21 | 60 | 49 |
| Octal | 374 | 301 | 170 | 0 | 27 | 64 | 1 | 41 | 140 | 111 |
| Binary | 11111100 | 11000001 | 1111000 | 0 | 10111 | 110100 | 1 | 100001 | 1100000 | 1001001 |
Color Harmonies of #FCC178
Complementary color
Monochromatic Colors of #FCC178
Black with #FCC178
Text Example
Text Example
White with #FCC178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC178; }
p { color: rgb(252,193,120); }
H1.HeaderClassName
{
color: #FCC178;
}
.AnyTagClassName
{
color: #FCC178;
}
</style>
background-color css
<style>
a { background-color: #FCC178; }
a { background-color: rgb(252,193,120); }
div.DivClassName
{
background-color: #FCC178;
}
.BgClassName
{
background-color: #FCC178;
}
</style>
border-color css
<style>
span { border-color: #FCC178; }
span { border-color: rgb(252,193,120); }
td.TdClassName
{
border-color: #FCC178;
}
.TagClassName
{
border-color: #FCC178;
}
</style>