Shades of Chardonnay #FCC074
Tints of Chardonnay #FCC074
RGB
CMYK
RGB Variations
Color information
#FCC074 (or 0xFCC074) is known color: Chardonnay. HEX triplet: FC, C0 and 74. RGB value is (252,192,116). Sum of RGB (Red+Green+Blue) = 252+192+116=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 116 (45.70% from 255 or 20.71% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC074 is #033F8B. Grayscale: #C9C9C9. Windows color (decimal): -212876 or 7651580. OLE color: 7651580.
HSL color Cylindrical-coordinate representation of color #FCC074: hue angle of 33.53º 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 #FCC074 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 116 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.01 |
| HSL | 33.53º | 0.96% | 0.72% | - |
| HSV(B) | 33.53º | 0.54% | 0.99% | - |
| XYZ | 62.15 | 59.66 | 24.76 | - |
| YUV | 201.28 | 79.88 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 116 | 0 | 0.24 | 0.54 | 0.01 | 33.53 | 0.96 | 0.72 |
| Hex | FC | C0 | 74 | 0 | 18 | 36 | 1 | 22 | 60 | 48 |
| Octal | 374 | 300 | 164 | 0 | 30 | 66 | 1 | 42 | 140 | 110 |
| Binary | 11111100 | 11000000 | 1110100 | 0 | 11000 | 110110 | 1 | 100010 | 1100000 | 1001000 |
Color Harmonies of #FCC074
Complementary color
Monochromatic Colors of #FCC074
Black with #FCC074
Text Example
Text Example
White with #FCC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC074; }
p { color: rgb(252,192,116); }
H1.HeaderClassName
{
color: #FCC074;
}
.AnyTagClassName
{
color: #FCC074;
}
</style>
background-color css
<style>
a { background-color: #FCC074; }
a { background-color: rgb(252,192,116); }
div.DivClassName
{
background-color: #FCC074;
}
.BgClassName
{
background-color: #FCC074;
}
</style>
border-color css
<style>
span { border-color: #FCC074; }
span { border-color: rgb(252,192,116); }
td.TdClassName
{
border-color: #FCC074;
}
.TagClassName
{
border-color: #FCC074;
}
</style>