Shades of Chardonnay #FDC172
Tints of Chardonnay #FDC172
RGB
CMYK
RGB Variations
Color information
#FDC172 (or 0xFDC172) is known color: Chardonnay. HEX triplet: FD, C1 and 72. RGB value is (253,193,114). Sum of RGB (Red+Green+Blue) = 253+193+114=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 114 (44.92% from 255 or 20.36% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC172 is #023E8D. Grayscale: #CACACA. Windows color (decimal): -147086 or 7520765. OLE color: 7520765.
HSL color Cylindrical-coordinate representation of color #FDC172: hue angle of 34.1º 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 #FDC172 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 114 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.01 |
| HSL | 34.1º | 0.97% | 0.72% | - |
| HSV(B) | 34.1º | 0.55% | 0.99% | - |
| XYZ | 62.62 | 60.24 | 24.25 | - |
| YUV | 201.93 | 78.38 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 114 | 0 | 0.24 | 0.55 | 0.01 | 34.1 | 0.97 | 0.72 |
| Hex | FD | C1 | 72 | 0 | 18 | 37 | 1 | 22 | 61 | 48 |
| Octal | 375 | 301 | 162 | 0 | 30 | 67 | 1 | 42 | 141 | 110 |
| Binary | 11111101 | 11000001 | 1110010 | 0 | 11000 | 110111 | 1 | 100010 | 1100001 | 1001000 |
Color Harmonies of #FDC172
Complementary color
Monochromatic Colors of #FDC172
Black with #FDC172
Text Example
Text Example
White with #FDC172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC172; }
p { color: rgb(253,193,114); }
H1.HeaderClassName
{
color: #FDC172;
}
.AnyTagClassName
{
color: #FDC172;
}
</style>
background-color css
<style>
a { background-color: #FDC172; }
a { background-color: rgb(253,193,114); }
div.DivClassName
{
background-color: #FDC172;
}
.BgClassName
{
background-color: #FDC172;
}
</style>
border-color css
<style>
span { border-color: #FDC172; }
span { border-color: rgb(253,193,114); }
td.TdClassName
{
border-color: #FDC172;
}
.TagClassName
{
border-color: #FDC172;
}
</style>