Shades of Chardonnay #FCC26F
Tints of Chardonnay #FCC26F
RGB
CMYK
RGB Variations
Color information
#FCC26F (or 0xFCC26F) is known color: Chardonnay. HEX triplet: FC, C2 and 6F. RGB value is (252,194,111). Sum of RGB (Red+Green+Blue) = 252+194+111=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 111 (43.75% from 255 or 19.93% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC26F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC26F is #033D90. Grayscale: #CACACA. Windows color (decimal): -212369 or 7324412. OLE color: 7324412.
HSL color Cylindrical-coordinate representation of color #FCC26F: hue angle of 35.32º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCC26F is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 111 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.01 |
| HSL | 35.32º | 0.96% | 0.71% | - |
| HSV(B) | 35.32º | 0.56% | 0.99% | - |
| XYZ | 62.31 | 60.43 | 23.42 | - |
| YUV | 201.88 | 76.72 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 111 | 0 | 0.23 | 0.56 | 0.01 | 35.32 | 0.96 | 0.71 |
| Hex | FC | C2 | 6F | 0 | 17 | 38 | 1 | 23 | 60 | 47 |
| Octal | 374 | 302 | 157 | 0 | 27 | 70 | 1 | 43 | 140 | 107 |
| Binary | 11111100 | 11000010 | 1101111 | 0 | 10111 | 111000 | 1 | 100011 | 1100000 | 1000111 |
Color Harmonies of #FCC26F
Complementary color
Monochromatic Colors of #FCC26F
Black with #FCC26F
Text Example
Text Example
White with #FCC26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC26F; }
p { color: rgb(252,194,111); }
H1.HeaderClassName
{
color: #FCC26F;
}
.AnyTagClassName
{
color: #FCC26F;
}
</style>
background-color css
<style>
a { background-color: #FCC26F; }
a { background-color: rgb(252,194,111); }
div.DivClassName
{
background-color: #FCC26F;
}
.BgClassName
{
background-color: #FCC26F;
}
</style>
border-color css
<style>
span { border-color: #FCC26F; }
span { border-color: rgb(252,194,111); }
td.TdClassName
{
border-color: #FCC26F;
}
.TagClassName
{
border-color: #FCC26F;
}
</style>