Shades of Chardonnay #FCC17B
Tints of Chardonnay #FCC17B
RGB
CMYK
RGB Variations
Color information
#FCC17B (or 0xFCC17B) is known color: Chardonnay. HEX triplet: FC, C1 and 7B. RGB value is (252,193,123). Sum of RGB (Red+Green+Blue) = 252+193+123=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 123 (48.44% from 255 or 21.65% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC17B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC17B is #033E84. Grayscale: #CACACA. Windows color (decimal): -212613 or 8110588. OLE color: 8110588.
HSL color Cylindrical-coordinate representation of color #FCC17B: hue angle of 32.56º 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 #FCC17B is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 123 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.01 |
| HSL | 32.56º | 0.96% | 0.74% | - |
| HSV(B) | 32.56º | 0.51% | 0.99% | - |
| XYZ | 62.79 | 60.27 | 27.06 | - |
| YUV | 202.66 | 83.05 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 123 | 0 | 0.23 | 0.51 | 0.01 | 32.56 | 0.96 | 0.74 |
| Hex | FC | C1 | 7B | 0 | 17 | 33 | 1 | 21 | 60 | 4A |
| Octal | 374 | 301 | 173 | 0 | 27 | 63 | 1 | 41 | 140 | 112 |
| Binary | 11111100 | 11000001 | 1111011 | 0 | 10111 | 110011 | 1 | 100001 | 1100000 | 1001010 |
Color Harmonies of #FCC17B
Complementary color
Monochromatic Colors of #FCC17B
Black with #FCC17B
Text Example
Text Example
White with #FCC17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC17B; }
p { color: rgb(252,193,123); }
H1.HeaderClassName
{
color: #FCC17B;
}
.AnyTagClassName
{
color: #FCC17B;
}
</style>
background-color css
<style>
a { background-color: #FCC17B; }
a { background-color: rgb(252,193,123); }
div.DivClassName
{
background-color: #FCC17B;
}
.BgClassName
{
background-color: #FCC17B;
}
</style>
border-color css
<style>
span { border-color: #FCC17B; }
span { border-color: rgb(252,193,123); }
td.TdClassName
{
border-color: #FCC17B;
}
.TagClassName
{
border-color: #FCC17B;
}
</style>