Shades of Chardonnay #FCC17D
Tints of Chardonnay #FCC17D
RGB
CMYK
RGB Variations
Color information
#FCC17D (or 0xFCC17D) is known color: Chardonnay. HEX triplet: FC, C1 and 7D. RGB value is (252,193,125). Sum of RGB (Red+Green+Blue) = 252+193+125=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC17D is #033E82. Grayscale: #CBCBCB. Windows color (decimal): -212611 or 8241660. OLE color: 8241660.
HSL color Cylindrical-coordinate representation of color #FCC17D: hue angle of 32.13º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCC17D is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 125 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.01 |
| HSL | 32.13º | 0.95% | 0.74% | - |
| HSV(B) | 32.13º | 0.5% | 0.99% | - |
| XYZ | 62.92 | 60.32 | 27.73 | - |
| YUV | 202.89 | 84.05 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 125 | 0 | 0.23 | 0.50 | 0.01 | 32.13 | 0.95 | 0.74 |
| Hex | FC | C1 | 7D | 0 | 17 | 32 | 1 | 20 | 5F | 4A |
| Octal | 374 | 301 | 175 | 0 | 27 | 62 | 1 | 40 | 137 | 112 |
| Binary | 11111100 | 11000001 | 1111101 | 0 | 10111 | 110010 | 1 | 100000 | 1011111 | 1001010 |
Color Harmonies of #FCC17D
Complementary color
Monochromatic Colors of #FCC17D
Black with #FCC17D
Text Example
Text Example
White with #FCC17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC17D; }
p { color: rgb(252,193,125); }
H1.HeaderClassName
{
color: #FCC17D;
}
.AnyTagClassName
{
color: #FCC17D;
}
</style>
background-color css
<style>
a { background-color: #FCC17D; }
a { background-color: rgb(252,193,125); }
div.DivClassName
{
background-color: #FCC17D;
}
.BgClassName
{
background-color: #FCC17D;
}
</style>
border-color css
<style>
span { border-color: #FCC17D; }
span { border-color: rgb(252,193,125); }
td.TdClassName
{
border-color: #FCC17D;
}
.TagClassName
{
border-color: #FCC17D;
}
</style>