Shades of Chardonnay #FDC87A
Tints of Chardonnay #FDC87A
RGB
CMYK
RGB Variations
Color information
#FDC87A (or 0xFDC87A) is known color: Chardonnay. HEX triplet: FD, C8 and 7A. RGB value is (253,200,122). Sum of RGB (Red+Green+Blue) = 253+200+122=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 122 (48.05% from 255 or 21.22% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC87A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC87A is #023785. Grayscale: #CFCFCF. Windows color (decimal): -145286 or 8046845. OLE color: 8046845.
HSL color Cylindrical-coordinate representation of color #FDC87A: hue angle of 35.73º 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 #FDC87A is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 122 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.01 |
| HSL | 35.73º | 0.97% | 0.74% | - |
| HSV(B) | 35.73º | 0.52% | 0.99% | - |
| XYZ | 64.68 | 63.6 | 27.28 | - |
| YUV | 206.96 | 80.06 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 122 | 0 | 0.21 | 0.52 | 0.01 | 35.73 | 0.97 | 0.74 |
| Hex | FD | C8 | 7A | 0 | 15 | 34 | 1 | 24 | 61 | 4A |
| Octal | 375 | 310 | 172 | 0 | 25 | 64 | 1 | 44 | 141 | 112 |
| Binary | 11111101 | 11001000 | 1111010 | 0 | 10101 | 110100 | 1 | 100100 | 1100001 | 1001010 |
Color Harmonies of #FDC87A
Complementary color
Monochromatic Colors of #FDC87A
Black with #FDC87A
Text Example
Text Example
White with #FDC87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC87A; }
p { color: rgb(253,200,122); }
H1.HeaderClassName
{
color: #FDC87A;
}
.AnyTagClassName
{
color: #FDC87A;
}
</style>
background-color css
<style>
a { background-color: #FDC87A; }
a { background-color: rgb(253,200,122); }
div.DivClassName
{
background-color: #FDC87A;
}
.BgClassName
{
background-color: #FDC87A;
}
</style>
border-color css
<style>
span { border-color: #FDC87A; }
span { border-color: rgb(253,200,122); }
td.TdClassName
{
border-color: #FDC87A;
}
.TagClassName
{
border-color: #FDC87A;
}
</style>