Shades of Chardonnay #FCC573
Tints of Chardonnay #FCC573
RGB
CMYK
RGB Variations
Color information
#FCC573 (or 0xFCC573) is known color: Chardonnay. HEX triplet: FC, C5 and 73. RGB value is (252,197,115). Sum of RGB (Red+Green+Blue) = 252+197+115=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 115 (45.31% from 255 or 20.39% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC573 is #033A8C. Grayscale: #CCCCCC. Windows color (decimal): -211597 or 7587324. OLE color: 7587324.
HSL color Cylindrical-coordinate representation of color #FCC573: hue angle of 35.91º 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 #FCC573 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 115 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.01 |
| HSL | 35.91º | 0.96% | 0.72% | - |
| HSV(B) | 35.91º | 0.54% | 0.99% | - |
| XYZ | 63.21 | 61.87 | 24.83 | - |
| YUV | 204.1 | 77.72 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 115 | 0 | 0.22 | 0.54 | 0.01 | 35.91 | 0.96 | 0.72 |
| Hex | FC | C5 | 73 | 0 | 16 | 36 | 1 | 24 | 60 | 48 |
| Octal | 374 | 305 | 163 | 0 | 26 | 66 | 1 | 44 | 140 | 110 |
| Binary | 11111100 | 11000101 | 1110011 | 0 | 10110 | 110110 | 1 | 100100 | 1100000 | 1001000 |
Color Harmonies of #FCC573
Complementary color
Monochromatic Colors of #FCC573
Black with #FCC573
Text Example
Text Example
White with #FCC573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC573; }
p { color: rgb(252,197,115); }
H1.HeaderClassName
{
color: #FCC573;
}
.AnyTagClassName
{
color: #FCC573;
}
</style>
background-color css
<style>
a { background-color: #FCC573; }
a { background-color: rgb(252,197,115); }
div.DivClassName
{
background-color: #FCC573;
}
.BgClassName
{
background-color: #FCC573;
}
</style>
border-color css
<style>
span { border-color: #FCC573; }
span { border-color: rgb(252,197,115); }
td.TdClassName
{
border-color: #FCC573;
}
.TagClassName
{
border-color: #FCC573;
}
</style>