Shades of Chardonnay #FCC878
Tints of Chardonnay #FCC878
RGB
CMYK
RGB Variations
Color information
#FCC878 (or 0xFCC878) is known color: Chardonnay. HEX triplet: FC, C8 and 78. RGB value is (252,200,120). Sum of RGB (Red+Green+Blue) = 252+200+120=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 120 (47.27% from 255 or 20.98% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC878 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC878 is #033787. Grayscale: #CECECE. Windows color (decimal): -210824 or 7915772. OLE color: 7915772.
HSL color Cylindrical-coordinate representation of color #FCC878: hue angle of 36.36º 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 #FCC878 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 120 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.01 |
| HSL | 36.36º | 0.96% | 0.73% | - |
| HSV(B) | 36.36º | 0.52% | 0.99% | - |
| XYZ | 64.19 | 63.36 | 26.62 | - |
| YUV | 206.43 | 79.23 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 120 | 0 | 0.21 | 0.52 | 0.01 | 36.36 | 0.96 | 0.73 |
| Hex | FC | C8 | 78 | 0 | 15 | 34 | 1 | 24 | 60 | 49 |
| Octal | 374 | 310 | 170 | 0 | 25 | 64 | 1 | 44 | 140 | 111 |
| Binary | 11111100 | 11001000 | 1111000 | 0 | 10101 | 110100 | 1 | 100100 | 1100000 | 1001001 |
Color Harmonies of #FCC878
Complementary color
Monochromatic Colors of #FCC878
Black with #FCC878
Text Example
Text Example
White with #FCC878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC878; }
p { color: rgb(252,200,120); }
H1.HeaderClassName
{
color: #FCC878;
}
.AnyTagClassName
{
color: #FCC878;
}
</style>
background-color css
<style>
a { background-color: #FCC878; }
a { background-color: rgb(252,200,120); }
div.DivClassName
{
background-color: #FCC878;
}
.BgClassName
{
background-color: #FCC878;
}
</style>
border-color css
<style>
span { border-color: #FCC878; }
span { border-color: rgb(252,200,120); }
td.TdClassName
{
border-color: #FCC878;
}
.TagClassName
{
border-color: #FCC878;
}
</style>