Shades of Chardonnay #FCC57A
Tints of Chardonnay #FCC57A
RGB
CMYK
RGB Variations
Color information
#FCC57A (or 0xFCC57A) is known color: Chardonnay. HEX triplet: FC, C5 and 7A. RGB value is (252,197,122). Sum of RGB (Red+Green+Blue) = 252+197+122=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 122 (48.05% from 255 or 21.37% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC57A is #033A85. Grayscale: #CDCDCD. Windows color (decimal): -211590 or 8046076. OLE color: 8046076.
HSL color Cylindrical-coordinate representation of color #FCC57A: hue angle of 34.62º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCC57A is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 122 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.01 |
| HSL | 34.62º | 0.96% | 0.73% | - |
| HSV(B) | 34.62º | 0.52% | 0.99% | - |
| XYZ | 63.62 | 62.03 | 27.03 | - |
| YUV | 204.9 | 81.22 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 122 | 0 | 0.22 | 0.52 | 0.01 | 34.62 | 0.96 | 0.73 |
| Hex | FC | C5 | 7A | 0 | 16 | 34 | 1 | 23 | 60 | 49 |
| Octal | 374 | 305 | 172 | 0 | 26 | 64 | 1 | 43 | 140 | 111 |
| Binary | 11111100 | 11000101 | 1111010 | 0 | 10110 | 110100 | 1 | 100011 | 1100000 | 1001001 |
Color Harmonies of #FCC57A
Complementary color
Monochromatic Colors of #FCC57A
Black with #FCC57A
Text Example
Text Example
White with #FCC57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC57A; }
p { color: rgb(252,197,122); }
H1.HeaderClassName
{
color: #FCC57A;
}
.AnyTagClassName
{
color: #FCC57A;
}
</style>
background-color css
<style>
a { background-color: #FCC57A; }
a { background-color: rgb(252,197,122); }
div.DivClassName
{
background-color: #FCC57A;
}
.BgClassName
{
background-color: #FCC57A;
}
</style>
border-color css
<style>
span { border-color: #FCC57A; }
span { border-color: rgb(252,197,122); }
td.TdClassName
{
border-color: #FCC57A;
}
.TagClassName
{
border-color: #FCC57A;
}
</style>