Shades of Chardonnay #FCC77C
Tints of Chardonnay #FCC77C
RGB
CMYK
RGB Variations
Color information
#FCC77C (or 0xFCC77C) is known color: Chardonnay. HEX triplet: FC, C7 and 7C. RGB value is (252,199,124). Sum of RGB (Red+Green+Blue) = 252+199+124=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 124 (48.83% from 255 or 21.57% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC77C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC77C is #033883. Grayscale: #CECECE. Windows color (decimal): -211076 or 8177660. OLE color: 8177660.
HSL color Cylindrical-coordinate representation of color #FCC77C: hue angle of 35.16º 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 #FCC77C is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 124 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.01 |
| HSL | 35.16º | 0.96% | 0.74% | - |
| HSV(B) | 35.16º | 0.51% | 0.99% | - |
| XYZ | 64.21 | 63 | 27.84 | - |
| YUV | 206.3 | 81.56 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 124 | 0 | 0.21 | 0.51 | 0.01 | 35.16 | 0.96 | 0.74 |
| Hex | FC | C7 | 7C | 0 | 15 | 33 | 1 | 23 | 60 | 4A |
| Octal | 374 | 307 | 174 | 0 | 25 | 63 | 1 | 43 | 140 | 112 |
| Binary | 11111100 | 11000111 | 1111100 | 0 | 10101 | 110011 | 1 | 100011 | 1100000 | 1001010 |
Color Harmonies of #FCC77C
Complementary color
Monochromatic Colors of #FCC77C
Black with #FCC77C
Text Example
Text Example
White with #FCC77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC77C; }
p { color: rgb(252,199,124); }
H1.HeaderClassName
{
color: #FCC77C;
}
.AnyTagClassName
{
color: #FCC77C;
}
</style>
background-color css
<style>
a { background-color: #FCC77C; }
a { background-color: rgb(252,199,124); }
div.DivClassName
{
background-color: #FCC77C;
}
.BgClassName
{
background-color: #FCC77C;
}
</style>
border-color css
<style>
span { border-color: #FCC77C; }
span { border-color: rgb(252,199,124); }
td.TdClassName
{
border-color: #FCC77C;
}
.TagClassName
{
border-color: #FCC77C;
}
</style>