Shades of Chardonnay #FCC274
Tints of Chardonnay #FCC274
RGB
CMYK
RGB Variations
Color information
#FCC274 (or 0xFCC274) is known color: Chardonnay. HEX triplet: FC, C2 and 74. RGB value is (252,194,116). Sum of RGB (Red+Green+Blue) = 252+194+116=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 116 (45.70% from 255 or 20.64% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC274 is #033D8B. Grayscale: #CACACA. Windows color (decimal): -212364 or 7652092. OLE color: 7652092.
HSL color Cylindrical-coordinate representation of color #FCC274: hue angle of 34.41º 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 #FCC274 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 116 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.01 |
| HSL | 34.41º | 0.96% | 0.72% | - |
| HSV(B) | 34.41º | 0.54% | 0.99% | - |
| XYZ | 62.59 | 60.54 | 24.91 | - |
| YUV | 202.45 | 79.22 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 116 | 0 | 0.23 | 0.54 | 0.01 | 34.41 | 0.96 | 0.72 |
| Hex | FC | C2 | 74 | 0 | 17 | 36 | 1 | 22 | 60 | 48 |
| Octal | 374 | 302 | 164 | 0 | 27 | 66 | 1 | 42 | 140 | 110 |
| Binary | 11111100 | 11000010 | 1110100 | 0 | 10111 | 110110 | 1 | 100010 | 1100000 | 1001000 |
Color Harmonies of #FCC274
Complementary color
Monochromatic Colors of #FCC274
Black with #FCC274
Text Example
Text Example
White with #FCC274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC274; }
p { color: rgb(252,194,116); }
H1.HeaderClassName
{
color: #FCC274;
}
.AnyTagClassName
{
color: #FCC274;
}
</style>
background-color css
<style>
a { background-color: #FCC274; }
a { background-color: rgb(252,194,116); }
div.DivClassName
{
background-color: #FCC274;
}
.BgClassName
{
background-color: #FCC274;
}
</style>
border-color css
<style>
span { border-color: #FCC274; }
span { border-color: rgb(252,194,116); }
td.TdClassName
{
border-color: #FCC274;
}
.TagClassName
{
border-color: #FCC274;
}
</style>