Shades of Chardonnay #FCC374
Tints of Chardonnay #FCC374
RGB
CMYK
RGB Variations
Color information
#FCC374 (or 0xFCC374) is known color: Chardonnay. HEX triplet: FC, C3 and 74. RGB value is (252,195,116). Sum of RGB (Red+Green+Blue) = 252+195+116=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 116 (45.70% from 255 or 20.60% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC374 is #033C8B. Grayscale: #CBCBCB. Windows color (decimal): -212108 or 7652348. OLE color: 7652348.
HSL color Cylindrical-coordinate representation of color #FCC374: hue angle of 34.85º 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 #FCC374 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 116 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.01 |
| HSL | 34.85º | 0.96% | 0.72% | - |
| HSV(B) | 34.85º | 0.54% | 0.99% | - |
| XYZ | 62.81 | 60.99 | 24.98 | - |
| YUV | 203.04 | 78.88 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 116 | 0 | 0.23 | 0.54 | 0.01 | 34.85 | 0.96 | 0.72 |
| Hex | FC | C3 | 74 | 0 | 17 | 36 | 1 | 23 | 60 | 48 |
| Octal | 374 | 303 | 164 | 0 | 27 | 66 | 1 | 43 | 140 | 110 |
| Binary | 11111100 | 11000011 | 1110100 | 0 | 10111 | 110110 | 1 | 100011 | 1100000 | 1001000 |
Color Harmonies of #FCC374
Complementary color
Monochromatic Colors of #FCC374
Black with #FCC374
Text Example
Text Example
White with #FCC374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC374; }
p { color: rgb(252,195,116); }
H1.HeaderClassName
{
color: #FCC374;
}
.AnyTagClassName
{
color: #FCC374;
}
</style>
background-color css
<style>
a { background-color: #FCC374; }
a { background-color: rgb(252,195,116); }
div.DivClassName
{
background-color: #FCC374;
}
.BgClassName
{
background-color: #FCC374;
}
</style>
border-color css
<style>
span { border-color: #FCC374; }
span { border-color: rgb(252,195,116); }
td.TdClassName
{
border-color: #FCC374;
}
.TagClassName
{
border-color: #FCC374;
}
</style>