Shades of Chardonnay #FCC175
Tints of Chardonnay #FCC175
RGB
CMYK
RGB Variations
Color information
#FCC175 (or 0xFCC175) is known color: Chardonnay. HEX triplet: FC, C1 and 75. RGB value is (252,193,117). Sum of RGB (Red+Green+Blue) = 252+193+117=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 117 (46.09% from 255 or 20.82% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC175 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC175 is #033E8A. Grayscale: #CACACA. Windows color (decimal): -212619 or 7717372. OLE color: 7717372.
HSL color Cylindrical-coordinate representation of color #FCC175: hue angle of 33.78º 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 #FCC175 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 117 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.01 |
| HSL | 33.78º | 0.96% | 0.72% | - |
| HSV(B) | 33.78º | 0.54% | 0.99% | - |
| XYZ | 62.43 | 60.12 | 25.14 | - |
| YUV | 201.98 | 80.05 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 117 | 0 | 0.23 | 0.54 | 0.01 | 33.78 | 0.96 | 0.72 |
| Hex | FC | C1 | 75 | 0 | 17 | 36 | 1 | 22 | 60 | 48 |
| Octal | 374 | 301 | 165 | 0 | 27 | 66 | 1 | 42 | 140 | 110 |
| Binary | 11111100 | 11000001 | 1110101 | 0 | 10111 | 110110 | 1 | 100010 | 1100000 | 1001000 |
Color Harmonies of #FCC175
Complementary color
Monochromatic Colors of #FCC175
Black with #FCC175
Text Example
Text Example
White with #FCC175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC175; }
p { color: rgb(252,193,117); }
H1.HeaderClassName
{
color: #FCC175;
}
.AnyTagClassName
{
color: #FCC175;
}
</style>
background-color css
<style>
a { background-color: #FCC175; }
a { background-color: rgb(252,193,117); }
div.DivClassName
{
background-color: #FCC175;
}
.BgClassName
{
background-color: #FCC175;
}
</style>
border-color css
<style>
span { border-color: #FCC175; }
span { border-color: rgb(252,193,117); }
td.TdClassName
{
border-color: #FCC175;
}
.TagClassName
{
border-color: #FCC175;
}
</style>