Shades of Chardonnay #FCC97B
Tints of Chardonnay #FCC97B
RGB
CMYK
RGB Variations
Color information
#FCC97B (or 0xFCC97B) is known color: Chardonnay. HEX triplet: FC, C9 and 7B. RGB value is (252,201,123). Sum of RGB (Red+Green+Blue) = 252+201+123=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 123 (48.44% from 255 or 21.35% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC97B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC97B is #033684. Grayscale: #CFCFCF. Windows color (decimal): -210565 or 8112636. OLE color: 8112636.
HSL color Cylindrical-coordinate representation of color #FCC97B: hue angle of 36.28º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCC97B is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 123 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.01 |
| HSL | 36.28º | 0.96% | 0.74% | - |
| HSV(B) | 36.28º | 0.51% | 0.99% | - |
| XYZ | 64.61 | 63.9 | 27.67 | - |
| YUV | 207.36 | 80.4 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 123 | 0 | 0.20 | 0.51 | 0.01 | 36.28 | 0.96 | 0.74 |
| Hex | FC | C9 | 7B | 0 | 14 | 33 | 1 | 24 | 60 | 4A |
| Octal | 374 | 311 | 173 | 0 | 24 | 63 | 1 | 44 | 140 | 112 |
| Binary | 11111100 | 11001001 | 1111011 | 0 | 10100 | 110011 | 1 | 100100 | 1100000 | 1001010 |
Color Harmonies of #FCC97B
Complementary color
Monochromatic Colors of #FCC97B
Black with #FCC97B
Text Example
Text Example
White with #FCC97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC97B; }
p { color: rgb(252,201,123); }
H1.HeaderClassName
{
color: #FCC97B;
}
.AnyTagClassName
{
color: #FCC97B;
}
</style>
background-color css
<style>
a { background-color: #FCC97B; }
a { background-color: rgb(252,201,123); }
div.DivClassName
{
background-color: #FCC97B;
}
.BgClassName
{
background-color: #FCC97B;
}
</style>
border-color css
<style>
span { border-color: #FCC97B; }
span { border-color: rgb(252,201,123); }
td.TdClassName
{
border-color: #FCC97B;
}
.TagClassName
{
border-color: #FCC97B;
}
</style>