Shades of Chardonnay #FCC26D
Tints of Chardonnay #FCC26D
RGB
CMYK
RGB Variations
Color information
#FCC26D (or 0xFCC26D) is known color: Chardonnay. HEX triplet: FC, C2 and 6D. RGB value is (252,194,109). Sum of RGB (Red+Green+Blue) = 252+194+109=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC26D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC26D is #033D92. Grayscale: #CACACA. Windows color (decimal): -212371 or 7193340. OLE color: 7193340.
HSL color Cylindrical-coordinate representation of color #FCC26D: hue angle of 35.66º 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 #FCC26D is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 109 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.01 |
| HSL | 35.66º | 0.96% | 0.71% | - |
| HSV(B) | 35.66º | 0.57% | 0.99% | - |
| XYZ | 62.2 | 60.38 | 22.84 | - |
| YUV | 201.65 | 75.72 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 109 | 0 | 0.23 | 0.57 | 0.01 | 35.66 | 0.96 | 0.71 |
| Hex | FC | C2 | 6D | 0 | 17 | 39 | 1 | 24 | 60 | 47 |
| Octal | 374 | 302 | 155 | 0 | 27 | 71 | 1 | 44 | 140 | 107 |
| Binary | 11111100 | 11000010 | 1101101 | 0 | 10111 | 111001 | 1 | 100100 | 1100000 | 1000111 |
Color Harmonies of #FCC26D
Complementary color
Monochromatic Colors of #FCC26D
Black with #FCC26D
Text Example
Text Example
White with #FCC26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC26D; }
p { color: rgb(252,194,109); }
H1.HeaderClassName
{
color: #FCC26D;
}
.AnyTagClassName
{
color: #FCC26D;
}
</style>
background-color css
<style>
a { background-color: #FCC26D; }
a { background-color: rgb(252,194,109); }
div.DivClassName
{
background-color: #FCC26D;
}
.BgClassName
{
background-color: #FCC26D;
}
</style>
border-color css
<style>
span { border-color: #FCC26D; }
span { border-color: rgb(252,194,109); }
td.TdClassName
{
border-color: #FCC26D;
}
.TagClassName
{
border-color: #FCC26D;
}
</style>