Shades of Chardonnay #FDC272
Tints of Chardonnay #FDC272
RGB
CMYK
RGB Variations
Color information
#FDC272 (or 0xFDC272) is known color: Chardonnay. HEX triplet: FD, C2 and 72. RGB value is (253,194,114). Sum of RGB (Red+Green+Blue) = 253+194+114=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 114 (44.92% from 255 or 20.32% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC272 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC272 is #023D8D. Grayscale: #CACACA. Windows color (decimal): -146830 or 7521021. OLE color: 7521021.
HSL color Cylindrical-coordinate representation of color #FDC272: hue angle of 34.53º 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 #FDC272 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 114 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.01 |
| HSL | 34.53º | 0.97% | 0.72% | - |
| HSV(B) | 34.53º | 0.55% | 0.99% | - |
| XYZ | 62.84 | 60.68 | 24.32 | - |
| YUV | 202.52 | 78.05 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 114 | 0 | 0.23 | 0.55 | 0.01 | 34.53 | 0.97 | 0.72 |
| Hex | FD | C2 | 72 | 0 | 17 | 37 | 1 | 23 | 61 | 48 |
| Octal | 375 | 302 | 162 | 0 | 27 | 67 | 1 | 43 | 141 | 110 |
| Binary | 11111101 | 11000010 | 1110010 | 0 | 10111 | 110111 | 1 | 100011 | 1100001 | 1001000 |
Color Harmonies of #FDC272
Complementary color
Monochromatic Colors of #FDC272
Black with #FDC272
Text Example
Text Example
White with #FDC272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC272; }
p { color: rgb(253,194,114); }
H1.HeaderClassName
{
color: #FDC272;
}
.AnyTagClassName
{
color: #FDC272;
}
</style>
background-color css
<style>
a { background-color: #FDC272; }
a { background-color: rgb(253,194,114); }
div.DivClassName
{
background-color: #FDC272;
}
.BgClassName
{
background-color: #FDC272;
}
</style>
border-color css
<style>
span { border-color: #FDC272; }
span { border-color: rgb(253,194,114); }
td.TdClassName
{
border-color: #FDC272;
}
.TagClassName
{
border-color: #FDC272;
}
</style>