Shades of Chardonnay #FCC172
Tints of Chardonnay #FCC172
RGB
CMYK
RGB Variations
Color information
#FCC172 (or 0xFCC172) is known color: Chardonnay. HEX triplet: FC, C1 and 72. RGB value is (252,193,114). Sum of RGB (Red+Green+Blue) = 252+193+114=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 114 (44.92% from 255 or 20.39% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC172 is #033E8D. Grayscale: #CACACA. Windows color (decimal): -212622 or 7520764. OLE color: 7520764.
HSL color Cylindrical-coordinate representation of color #FCC172: hue angle of 34.35º degrees, saturation: 0.96, 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 #FCC172 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 114 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.01 |
| HSL | 34.35º | 0.96% | 0.72% | - |
| HSV(B) | 34.35º | 0.55% | 0.99% | - |
| XYZ | 62.25 | 60.05 | 24.23 | - |
| YUV | 201.64 | 78.55 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 114 | 0 | 0.23 | 0.55 | 0.01 | 34.35 | 0.96 | 0.72 |
| Hex | FC | C1 | 72 | 0 | 17 | 37 | 1 | 22 | 60 | 48 |
| Octal | 374 | 301 | 162 | 0 | 27 | 67 | 1 | 42 | 140 | 110 |
| Binary | 11111100 | 11000001 | 1110010 | 0 | 10111 | 110111 | 1 | 100010 | 1100000 | 1001000 |
Color Harmonies of #FCC172
Complementary color
Monochromatic Colors of #FCC172
Black with #FCC172
Text Example
Text Example
White with #FCC172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC172; }
p { color: rgb(252,193,114); }
H1.HeaderClassName
{
color: #FCC172;
}
.AnyTagClassName
{
color: #FCC172;
}
</style>
background-color css
<style>
a { background-color: #FCC172; }
a { background-color: rgb(252,193,114); }
div.DivClassName
{
background-color: #FCC172;
}
.BgClassName
{
background-color: #FCC172;
}
</style>
border-color css
<style>
span { border-color: #FCC172; }
span { border-color: rgb(252,193,114); }
td.TdClassName
{
border-color: #FCC172;
}
.TagClassName
{
border-color: #FCC172;
}
</style>