Shades of Chardonnay #FCC379
Tints of Chardonnay #FCC379
RGB
CMYK
RGB Variations
Color information
#FCC379 (or 0xFCC379) is known color: Chardonnay. HEX triplet: FC, C3 and 79. RGB value is (252,195,121). Sum of RGB (Red+Green+Blue) = 252+195+121=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 121 (47.66% from 255 or 21.30% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC379 is #033C86. Grayscale: #CBCBCB. Windows color (decimal): -212103 or 7980028. OLE color: 7980028.
HSL color Cylindrical-coordinate representation of color #FCC379: hue angle of 33.89º 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 #FCC379 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 121 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.01 |
| HSL | 33.89º | 0.96% | 0.73% | - |
| HSV(B) | 33.89º | 0.52% | 0.99% | - |
| XYZ | 63.11 | 61.11 | 26.56 | - |
| YUV | 203.61 | 81.38 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 121 | 0 | 0.23 | 0.52 | 0.01 | 33.89 | 0.96 | 0.73 |
| Hex | FC | C3 | 79 | 0 | 17 | 34 | 1 | 22 | 60 | 49 |
| Octal | 374 | 303 | 171 | 0 | 27 | 64 | 1 | 42 | 140 | 111 |
| Binary | 11111100 | 11000011 | 1111001 | 0 | 10111 | 110100 | 1 | 100010 | 1100000 | 1001001 |
Color Harmonies of #FCC379
Complementary color
Monochromatic Colors of #FCC379
Black with #FCC379
Text Example
Text Example
White with #FCC379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC379; }
p { color: rgb(252,195,121); }
H1.HeaderClassName
{
color: #FCC379;
}
.AnyTagClassName
{
color: #FCC379;
}
</style>
background-color css
<style>
a { background-color: #FCC379; }
a { background-color: rgb(252,195,121); }
div.DivClassName
{
background-color: #FCC379;
}
.BgClassName
{
background-color: #FCC379;
}
</style>
border-color css
<style>
span { border-color: #FCC379; }
span { border-color: rgb(252,195,121); }
td.TdClassName
{
border-color: #FCC379;
}
.TagClassName
{
border-color: #FCC379;
}
</style>