Shades of Chardonnay #FDC271
Tints of Chardonnay #FDC271
RGB
CMYK
RGB Variations
Color information
#FDC271 (or 0xFDC271) is known color: Chardonnay. HEX triplet: FD, C2 and 71. RGB value is (253,194,113). Sum of RGB (Red+Green+Blue) = 253+194+113=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 113 (44.53% from 255 or 20.18% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC271 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC271 is #023D8E. Grayscale: #CACACA. Windows color (decimal): -146831 or 7455485. OLE color: 7455485.
HSL color Cylindrical-coordinate representation of color #FDC271: hue angle of 34.71º degrees, saturation: 0.97, 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 #FDC271 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 113 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.01 |
| HSL | 34.71º | 0.97% | 0.72% | - |
| HSV(B) | 34.71º | 0.55% | 0.99% | - |
| XYZ | 62.78 | 60.66 | 24.02 | - |
| YUV | 202.41 | 77.55 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 113 | 0 | 0.23 | 0.55 | 0.01 | 34.71 | 0.97 | 0.72 |
| Hex | FD | C2 | 71 | 0 | 17 | 37 | 1 | 23 | 61 | 48 |
| Octal | 375 | 302 | 161 | 0 | 27 | 67 | 1 | 43 | 141 | 110 |
| Binary | 11111101 | 11000010 | 1110001 | 0 | 10111 | 110111 | 1 | 100011 | 1100001 | 1001000 |
Color Harmonies of #FDC271
Complementary color
Monochromatic Colors of #FDC271
Black with #FDC271
Text Example
Text Example
White with #FDC271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC271; }
p { color: rgb(253,194,113); }
H1.HeaderClassName
{
color: #FDC271;
}
.AnyTagClassName
{
color: #FDC271;
}
</style>
background-color css
<style>
a { background-color: #FDC271; }
a { background-color: rgb(253,194,113); }
div.DivClassName
{
background-color: #FDC271;
}
.BgClassName
{
background-color: #FDC271;
}
</style>
border-color css
<style>
span { border-color: #FDC271; }
span { border-color: rgb(253,194,113); }
td.TdClassName
{
border-color: #FDC271;
}
.TagClassName
{
border-color: #FDC271;
}
</style>