Shades of Chardonnay #FCC578
Tints of Chardonnay #FCC578
RGB
CMYK
RGB Variations
Color information
#FCC578 (or 0xFCC578) is known color: Chardonnay. HEX triplet: FC, C5 and 78. RGB value is (252,197,120). Sum of RGB (Red+Green+Blue) = 252+197+120=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 120 (47.27% from 255 or 21.09% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC578 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC578 is #033A87. Grayscale: #CDCDCD. Windows color (decimal): -211592 or 7915004. OLE color: 7915004.
HSL color Cylindrical-coordinate representation of color #FCC578: hue angle of 35º 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 #FCC578 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 120 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.01 |
| HSL | 35º | 0.96% | 0.73% | - |
| HSV(B) | 35º | 0.52% | 0.99% | - |
| XYZ | 63.5 | 61.98 | 26.39 | - |
| YUV | 204.67 | 80.22 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 120 | 0 | 0.22 | 0.52 | 0.01 | 35 | 0.96 | 0.73 |
| Hex | FC | C5 | 78 | 0 | 16 | 34 | 1 | 23 | 60 | 49 |
| Octal | 374 | 305 | 170 | 0 | 26 | 64 | 1 | 43 | 140 | 111 |
| Binary | 11111100 | 11000101 | 1111000 | 0 | 10110 | 110100 | 1 | 100011 | 1100000 | 1001001 |
Color Harmonies of #FCC578
Complementary color
Monochromatic Colors of #FCC578
Black with #FCC578
Text Example
Text Example
White with #FCC578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC578; }
p { color: rgb(252,197,120); }
H1.HeaderClassName
{
color: #FCC578;
}
.AnyTagClassName
{
color: #FCC578;
}
</style>
background-color css
<style>
a { background-color: #FCC578; }
a { background-color: rgb(252,197,120); }
div.DivClassName
{
background-color: #FCC578;
}
.BgClassName
{
background-color: #FCC578;
}
</style>
border-color css
<style>
span { border-color: #FCC578; }
span { border-color: rgb(252,197,120); }
td.TdClassName
{
border-color: #FCC578;
}
.TagClassName
{
border-color: #FCC578;
}
</style>