Shades of Chardonnay #FCC275
Tints of Chardonnay #FCC275
RGB
CMYK
RGB Variations
Color information
#FCC275 (or 0xFCC275) is known color: Chardonnay. HEX triplet: FC, C2 and 75. RGB value is (252,194,117). Sum of RGB (Red+Green+Blue) = 252+194+117=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 117 (46.09% from 255 or 20.78% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC275 is #033D8A. Grayscale: #CACACA. Windows color (decimal): -212363 or 7717628. OLE color: 7717628.
HSL color Cylindrical-coordinate representation of color #FCC275: hue angle of 34.22º 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 #FCC275 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 117 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.01 |
| HSL | 34.22º | 0.96% | 0.72% | - |
| HSV(B) | 34.22º | 0.54% | 0.99% | - |
| XYZ | 62.65 | 60.56 | 25.22 | - |
| YUV | 202.56 | 79.72 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 117 | 0 | 0.23 | 0.54 | 0.01 | 34.22 | 0.96 | 0.72 |
| Hex | FC | C2 | 75 | 0 | 17 | 36 | 1 | 22 | 60 | 48 |
| Octal | 374 | 302 | 165 | 0 | 27 | 66 | 1 | 42 | 140 | 110 |
| Binary | 11111100 | 11000010 | 1110101 | 0 | 10111 | 110110 | 1 | 100010 | 1100000 | 1001000 |
Color Harmonies of #FCC275
Complementary color
Monochromatic Colors of #FCC275
Black with #FCC275
Text Example
Text Example
White with #FCC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC275; }
p { color: rgb(252,194,117); }
H1.HeaderClassName
{
color: #FCC275;
}
.AnyTagClassName
{
color: #FCC275;
}
</style>
background-color css
<style>
a { background-color: #FCC275; }
a { background-color: rgb(252,194,117); }
div.DivClassName
{
background-color: #FCC275;
}
.BgClassName
{
background-color: #FCC275;
}
</style>
border-color css
<style>
span { border-color: #FCC275; }
span { border-color: rgb(252,194,117); }
td.TdClassName
{
border-color: #FCC275;
}
.TagClassName
{
border-color: #FCC275;
}
</style>