Shades of Chardonnay #FCC173
Tints of Chardonnay #FCC173
RGB
CMYK
RGB Variations
Color information
#FCC173 (or 0xFCC173) is known color: Chardonnay. HEX triplet: FC, C1 and 73. RGB value is (252,193,115). Sum of RGB (Red+Green+Blue) = 252+193+115=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 115 (45.31% from 255 or 20.54% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC173 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC173 is #033E8C. Grayscale: #CACACA. Windows color (decimal): -212621 or 7586300. OLE color: 7586300.
HSL color Cylindrical-coordinate representation of color #FCC173: hue angle of 34.16º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCC173 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 115 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.01 |
| HSL | 34.16º | 0.96% | 0.72% | - |
| HSV(B) | 34.16º | 0.54% | 0.99% | - |
| XYZ | 62.31 | 60.07 | 24.53 | - |
| YUV | 201.75 | 79.05 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 115 | 0 | 0.23 | 0.54 | 0.01 | 34.16 | 0.96 | 0.72 |
| Hex | FC | C1 | 73 | 0 | 17 | 36 | 1 | 22 | 60 | 48 |
| Octal | 374 | 301 | 163 | 0 | 27 | 66 | 1 | 42 | 140 | 110 |
| Binary | 11111100 | 11000001 | 1110011 | 0 | 10111 | 110110 | 1 | 100010 | 1100000 | 1001000 |
Color Harmonies of #FCC173
Complementary color
Monochromatic Colors of #FCC173
Black with #FCC173
Text Example
Text Example
White with #FCC173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC173; }
p { color: rgb(252,193,115); }
H1.HeaderClassName
{
color: #FCC173;
}
.AnyTagClassName
{
color: #FCC173;
}
</style>
background-color css
<style>
a { background-color: #FCC173; }
a { background-color: rgb(252,193,115); }
div.DivClassName
{
background-color: #FCC173;
}
.BgClassName
{
background-color: #FCC173;
}
</style>
border-color css
<style>
span { border-color: #FCC173; }
span { border-color: rgb(252,193,115); }
td.TdClassName
{
border-color: #FCC173;
}
.TagClassName
{
border-color: #FCC173;
}
</style>