Shades of Chardonnay #FCC16C
Tints of Chardonnay #FCC16C
RGB
CMYK
RGB Variations
Color information
#FCC16C (or 0xFCC16C) is known color: Chardonnay. HEX triplet: FC, C1 and 6C. RGB value is (252,193,108). Sum of RGB (Red+Green+Blue) = 252+193+108=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 108 (42.58% from 255 or 19.53% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC16C is #033E93. Grayscale: #C9C9C9. Windows color (decimal): -212628 or 7127548. OLE color: 7127548.
HSL color Cylindrical-coordinate representation of color #FCC16C: hue angle of 35.42º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FCC16C is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 108 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.01 |
| HSL | 35.42º | 0.96% | 0.71% | - |
| HSV(B) | 35.42º | 0.57% | 0.99% | - |
| XYZ | 61.92 | 59.92 | 22.49 | - |
| YUV | 200.95 | 75.55 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 108 | 0 | 0.23 | 0.57 | 0.01 | 35.42 | 0.96 | 0.71 |
| Hex | FC | C1 | 6C | 0 | 17 | 39 | 1 | 23 | 60 | 47 |
| Octal | 374 | 301 | 154 | 0 | 27 | 71 | 1 | 43 | 140 | 107 |
| Binary | 11111100 | 11000001 | 1101100 | 0 | 10111 | 111001 | 1 | 100011 | 1100000 | 1000111 |
Color Harmonies of #FCC16C
Complementary color
Monochromatic Colors of #FCC16C
Black with #FCC16C
Text Example
Text Example
White with #FCC16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC16C; }
p { color: rgb(252,193,108); }
H1.HeaderClassName
{
color: #FCC16C;
}
.AnyTagClassName
{
color: #FCC16C;
}
</style>
background-color css
<style>
a { background-color: #FCC16C; }
a { background-color: rgb(252,193,108); }
div.DivClassName
{
background-color: #FCC16C;
}
.BgClassName
{
background-color: #FCC16C;
}
</style>
border-color css
<style>
span { border-color: #FCC16C; }
span { border-color: rgb(252,193,108); }
td.TdClassName
{
border-color: #FCC16C;
}
.TagClassName
{
border-color: #FCC16C;
}
</style>