Shades of Chardonnay #FDC57A
Tints of Chardonnay #FDC57A
RGB
CMYK
RGB Variations
Color information
#FDC57A (or 0xFDC57A) is known color: Chardonnay. HEX triplet: FD, C5 and 7A. RGB value is (253,197,122). Sum of RGB (Red+Green+Blue) = 253+197+122=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 122 (48.05% from 255 or 21.33% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC57A is #023A85. Grayscale: #CDCDCD. Windows color (decimal): -146054 or 8046077. OLE color: 8046077.
HSL color Cylindrical-coordinate representation of color #FDC57A: hue angle of 34.35º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FDC57A is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 122 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.01 |
| HSL | 34.35º | 0.97% | 0.74% | - |
| HSV(B) | 34.35º | 0.52% | 0.99% | - |
| XYZ | 63.99 | 62.22 | 27.05 | - |
| YUV | 205.19 | 81.05 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 122 | 0 | 0.22 | 0.52 | 0.01 | 34.35 | 0.97 | 0.74 |
| Hex | FD | C5 | 7A | 0 | 16 | 34 | 1 | 22 | 61 | 4A |
| Octal | 375 | 305 | 172 | 0 | 26 | 64 | 1 | 42 | 141 | 112 |
| Binary | 11111101 | 11000101 | 1111010 | 0 | 10110 | 110100 | 1 | 100010 | 1100001 | 1001010 |
Color Harmonies of #FDC57A
Complementary color
Monochromatic Colors of #FDC57A
Black with #FDC57A
Text Example
Text Example
White with #FDC57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC57A; }
p { color: rgb(253,197,122); }
H1.HeaderClassName
{
color: #FDC57A;
}
.AnyTagClassName
{
color: #FDC57A;
}
</style>
background-color css
<style>
a { background-color: #FDC57A; }
a { background-color: rgb(253,197,122); }
div.DivClassName
{
background-color: #FDC57A;
}
.BgClassName
{
background-color: #FDC57A;
}
</style>
border-color css
<style>
span { border-color: #FDC57A; }
span { border-color: rgb(253,197,122); }
td.TdClassName
{
border-color: #FDC57A;
}
.TagClassName
{
border-color: #FDC57A;
}
</style>