Shades of Chardonnay #FEC476
Tints of Chardonnay #FEC476
RGB
CMYK
RGB Variations
Color information
#FEC476 (or 0xFEC476) is known color: Chardonnay. HEX triplet: FE, C4 and 76. RGB value is (254,196,118). Sum of RGB (Red+Green+Blue) = 254+196+118=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 118 (46.48% from 255 or 20.77% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC476 is #013B89. Grayscale: #CCCCCC. Windows color (decimal): -80778 or 7783678. OLE color: 7783678.
HSL color Cylindrical-coordinate representation of color #FEC476: hue angle of 34.41º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEC476 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 118 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.00 |
| HSL | 34.41º | 0.99% | 0.73% | - |
| HSV(B) | 34.41º | 0.54% | 1% | - |
| XYZ | 63.88 | 61.86 | 25.71 | - |
| YUV | 204.45 | 79.22 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 118 | 0 | 0.23 | 0.54 | 0.00 | 34.41 | 0.99 | 0.73 |
| Hex | FE | C4 | 76 | 0 | 17 | 36 | 0 | 22 | 63 | 49 |
| Octal | 376 | 304 | 166 | 0 | 27 | 66 | 0 | 42 | 143 | 111 |
| Binary | 11111110 | 11000100 | 1110110 | 0 | 10111 | 110110 | 0 | 100010 | 1100011 | 1001001 |
Color Harmonies of #FEC476
Complementary color
Monochromatic Colors of #FEC476
Black with #FEC476
Text Example
Text Example
White with #FEC476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC476; }
p { color: rgb(254,196,118); }
H1.HeaderClassName
{
color: #FEC476;
}
.AnyTagClassName
{
color: #FEC476;
}
</style>
background-color css
<style>
a { background-color: #FEC476; }
a { background-color: rgb(254,196,118); }
div.DivClassName
{
background-color: #FEC476;
}
.BgClassName
{
background-color: #FEC476;
}
</style>
border-color css
<style>
span { border-color: #FEC476; }
span { border-color: rgb(254,196,118); }
td.TdClassName
{
border-color: #FEC476;
}
.TagClassName
{
border-color: #FEC476;
}
</style>