Shades of Chardonnay #FCC078
Tints of Chardonnay #FCC078
RGB
CMYK
RGB Variations
Color information
#FCC078 (or 0xFCC078) is known color: Chardonnay. HEX triplet: FC, C0 and 78. RGB value is (252,192,120). Sum of RGB (Red+Green+Blue) = 252+192+120=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 120 (47.27% from 255 or 21.28% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC078 is #033F87. Grayscale: #CACACA. Windows color (decimal): -212872 or 7913724. OLE color: 7913724.
HSL color Cylindrical-coordinate representation of color #FCC078: hue angle of 32.73º 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 #FCC078 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 120 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.01 |
| HSL | 32.73º | 0.96% | 0.73% | - |
| HSV(B) | 32.73º | 0.52% | 0.99% | - |
| XYZ | 62.38 | 59.75 | 26.01 | - |
| YUV | 201.73 | 81.88 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 120 | 0 | 0.24 | 0.52 | 0.01 | 32.73 | 0.96 | 0.73 |
| Hex | FC | C0 | 78 | 0 | 18 | 34 | 1 | 21 | 60 | 49 |
| Octal | 374 | 300 | 170 | 0 | 30 | 64 | 1 | 41 | 140 | 111 |
| Binary | 11111100 | 11000000 | 1111000 | 0 | 11000 | 110100 | 1 | 100001 | 1100000 | 1001001 |
Color Harmonies of #FCC078
Complementary color
Monochromatic Colors of #FCC078
Black with #FCC078
Text Example
Text Example
White with #FCC078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC078; }
p { color: rgb(252,192,120); }
H1.HeaderClassName
{
color: #FCC078;
}
.AnyTagClassName
{
color: #FCC078;
}
</style>
background-color css
<style>
a { background-color: #FCC078; }
a { background-color: rgb(252,192,120); }
div.DivClassName
{
background-color: #FCC078;
}
.BgClassName
{
background-color: #FCC078;
}
</style>
border-color css
<style>
span { border-color: #FCC078; }
span { border-color: rgb(252,192,120); }
td.TdClassName
{
border-color: #FCC078;
}
.TagClassName
{
border-color: #FCC078;
}
</style>