Shades of Chardonnay #FDC072
Tints of Chardonnay #FDC072
RGB
CMYK
RGB Variations
Color information
#FDC072 (or 0xFDC072) is known color: Chardonnay. HEX triplet: FD, C0 and 72. RGB value is (253,192,114). Sum of RGB (Red+Green+Blue) = 253+192+114=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 114 (44.92% from 255 or 20.39% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC072 is #023F8D. Grayscale: #C9C9C9. Windows color (decimal): -147342 or 7520509. OLE color: 7520509.
HSL color Cylindrical-coordinate representation of color #FDC072: hue angle of 33.67º 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 #FDC072 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 114 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.01 |
| HSL | 33.67º | 0.97% | 0.72% | - |
| HSV(B) | 33.67º | 0.55% | 0.99% | - |
| XYZ | 62.39 | 59.8 | 24.17 | - |
| YUV | 201.35 | 78.71 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 114 | 0 | 0.24 | 0.55 | 0.01 | 33.67 | 0.97 | 0.72 |
| Hex | FD | C0 | 72 | 0 | 18 | 37 | 1 | 22 | 61 | 48 |
| Octal | 375 | 300 | 162 | 0 | 30 | 67 | 1 | 42 | 141 | 110 |
| Binary | 11111101 | 11000000 | 1110010 | 0 | 11000 | 110111 | 1 | 100010 | 1100001 | 1001000 |
Color Harmonies of #FDC072
Complementary color
Monochromatic Colors of #FDC072
Black with #FDC072
Text Example
Text Example
White with #FDC072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC072; }
p { color: rgb(253,192,114); }
H1.HeaderClassName
{
color: #FDC072;
}
.AnyTagClassName
{
color: #FDC072;
}
</style>
background-color css
<style>
a { background-color: #FDC072; }
a { background-color: rgb(253,192,114); }
div.DivClassName
{
background-color: #FDC072;
}
.BgClassName
{
background-color: #FDC072;
}
</style>
border-color css
<style>
span { border-color: #FDC072; }
span { border-color: rgb(253,192,114); }
td.TdClassName
{
border-color: #FDC072;
}
.TagClassName
{
border-color: #FDC072;
}
</style>