Shades of Chardonnay #FCC174
Tints of Chardonnay #FCC174
RGB
CMYK
RGB Variations
Color information
#FCC174 (or 0xFCC174) is known color: Chardonnay. HEX triplet: FC, C1 and 74. RGB value is (252,193,116). Sum of RGB (Red+Green+Blue) = 252+193+116=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 116 (45.70% from 255 or 20.68% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC174 is #033E8B. Grayscale: #CACACA. Windows color (decimal): -212620 or 7651836. OLE color: 7651836.
HSL color Cylindrical-coordinate representation of color #FCC174: hue angle of 33.97º 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 #FCC174 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 116 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.01 |
| HSL | 33.97º | 0.96% | 0.72% | - |
| HSV(B) | 33.97º | 0.54% | 0.99% | - |
| XYZ | 62.37 | 60.1 | 24.84 | - |
| YUV | 201.86 | 79.55 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 116 | 0 | 0.23 | 0.54 | 0.01 | 33.97 | 0.96 | 0.72 |
| Hex | FC | C1 | 74 | 0 | 17 | 36 | 1 | 22 | 60 | 48 |
| Octal | 374 | 301 | 164 | 0 | 27 | 66 | 1 | 42 | 140 | 110 |
| Binary | 11111100 | 11000001 | 1110100 | 0 | 10111 | 110110 | 1 | 100010 | 1100000 | 1001000 |
Color Harmonies of #FCC174
Complementary color
Monochromatic Colors of #FCC174
Black with #FCC174
Text Example
Text Example
White with #FCC174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC174; }
p { color: rgb(252,193,116); }
H1.HeaderClassName
{
color: #FCC174;
}
.AnyTagClassName
{
color: #FCC174;
}
</style>
background-color css
<style>
a { background-color: #FCC174; }
a { background-color: rgb(252,193,116); }
div.DivClassName
{
background-color: #FCC174;
}
.BgClassName
{
background-color: #FCC174;
}
</style>
border-color css
<style>
span { border-color: #FCC174; }
span { border-color: rgb(252,193,116); }
td.TdClassName
{
border-color: #FCC174;
}
.TagClassName
{
border-color: #FCC174;
}
</style>