Shades of Chardonnay #FCC778
Tints of Chardonnay #FCC778
RGB
CMYK
RGB Variations
Color information
#FCC778 (or 0xFCC778) is known color: Chardonnay. HEX triplet: FC, C7 and 78. RGB value is (252,199,120). Sum of RGB (Red+Green+Blue) = 252+199+120=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 199 (78.12% from 255 or 34.85% from 571); Blue value is 120 (47.27% from 255 or 21.02% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC778 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC778 is #033887. Grayscale: #CECECE. Windows color (decimal): -211080 or 7915516. OLE color: 7915516.
HSL color Cylindrical-coordinate representation of color #FCC778: hue angle of 35.91º 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 #FCC778 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 120 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.01 |
| HSL | 35.91º | 0.96% | 0.73% | - |
| HSV(B) | 35.91º | 0.52% | 0.99% | - |
| XYZ | 63.96 | 62.9 | 26.54 | - |
| YUV | 205.84 | 79.56 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 120 | 0 | 0.21 | 0.52 | 0.01 | 35.91 | 0.96 | 0.73 |
| Hex | FC | C7 | 78 | 0 | 15 | 34 | 1 | 24 | 60 | 49 |
| Octal | 374 | 307 | 170 | 0 | 25 | 64 | 1 | 44 | 140 | 111 |
| Binary | 11111100 | 11000111 | 1111000 | 0 | 10101 | 110100 | 1 | 100100 | 1100000 | 1001001 |
Color Harmonies of #FCC778
Complementary color
Monochromatic Colors of #FCC778
Black with #FCC778
Text Example
Text Example
White with #FCC778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC778; }
p { color: rgb(252,199,120); }
H1.HeaderClassName
{
color: #FCC778;
}
.AnyTagClassName
{
color: #FCC778;
}
</style>
background-color css
<style>
a { background-color: #FCC778; }
a { background-color: rgb(252,199,120); }
div.DivClassName
{
background-color: #FCC778;
}
.BgClassName
{
background-color: #FCC778;
}
</style>
border-color css
<style>
span { border-color: #FCC778; }
span { border-color: rgb(252,199,120); }
td.TdClassName
{
border-color: #FCC778;
}
.TagClassName
{
border-color: #FCC778;
}
</style>