Shades of Chardonnay #FCC271
Tints of Chardonnay #FCC271
RGB
CMYK
RGB Variations
Color information
#FCC271 (or 0xFCC271) is known color: Chardonnay. HEX triplet: FC, C2 and 71. RGB value is (252,194,113). Sum of RGB (Red+Green+Blue) = 252+194+113=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 113 (44.53% from 255 or 20.21% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC271 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC271 is #033D8E. Grayscale: #CACACA. Windows color (decimal): -212367 or 7455484. OLE color: 7455484.
HSL color Cylindrical-coordinate representation of color #FCC271: hue angle of 34.96º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FCC271 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 113 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.01 |
| HSL | 34.96º | 0.96% | 0.72% | - |
| HSV(B) | 34.96º | 0.55% | 0.99% | - |
| XYZ | 62.42 | 60.47 | 24.01 | - |
| YUV | 202.11 | 77.72 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 113 | 0 | 0.23 | 0.55 | 0.01 | 34.96 | 0.96 | 0.72 |
| Hex | FC | C2 | 71 | 0 | 17 | 37 | 1 | 23 | 60 | 48 |
| Octal | 374 | 302 | 161 | 0 | 27 | 67 | 1 | 43 | 140 | 110 |
| Binary | 11111100 | 11000010 | 1110001 | 0 | 10111 | 110111 | 1 | 100011 | 1100000 | 1001000 |
Color Harmonies of #FCC271
Complementary color
Monochromatic Colors of #FCC271
Black with #FCC271
Text Example
Text Example
White with #FCC271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC271; }
p { color: rgb(252,194,113); }
H1.HeaderClassName
{
color: #FCC271;
}
.AnyTagClassName
{
color: #FCC271;
}
</style>
background-color css
<style>
a { background-color: #FCC271; }
a { background-color: rgb(252,194,113); }
div.DivClassName
{
background-color: #FCC271;
}
.BgClassName
{
background-color: #FCC271;
}
</style>
border-color css
<style>
span { border-color: #FCC271; }
span { border-color: rgb(252,194,113); }
td.TdClassName
{
border-color: #FCC271;
}
.TagClassName
{
border-color: #FCC271;
}
</style>