Shades of Chardonnay #FEC276
Tints of Chardonnay #FEC276
RGB
CMYK
RGB Variations
Color information
#FEC276 (or 0xFEC276) is known color: Chardonnay. HEX triplet: FE, C2 and 76. RGB value is (254,194,118). Sum of RGB (Red+Green+Blue) = 254+194+118=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 118 (46.48% from 255 or 20.85% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC276 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC276 is #013D89. Grayscale: #CBCBCB. Windows color (decimal): -81290 or 7783166. OLE color: 7783166.
HSL color Cylindrical-coordinate representation of color #FEC276: hue angle of 33.53º 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 #FEC276 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 118 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.00 |
| HSL | 33.53º | 0.99% | 0.73% | - |
| HSV(B) | 33.53º | 0.54% | 1% | - |
| XYZ | 63.43 | 60.96 | 25.56 | - |
| YUV | 203.28 | 79.88 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 118 | 0 | 0.24 | 0.54 | 0.00 | 33.53 | 0.99 | 0.73 |
| Hex | FE | C2 | 76 | 0 | 18 | 36 | 0 | 22 | 63 | 49 |
| Octal | 376 | 302 | 166 | 0 | 30 | 66 | 0 | 42 | 143 | 111 |
| Binary | 11111110 | 11000010 | 1110110 | 0 | 11000 | 110110 | 0 | 100010 | 1100011 | 1001001 |
Color Harmonies of #FEC276
Complementary color
Monochromatic Colors of #FEC276
Black with #FEC276
Text Example
Text Example
White with #FEC276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC276; }
p { color: rgb(254,194,118); }
H1.HeaderClassName
{
color: #FEC276;
}
.AnyTagClassName
{
color: #FEC276;
}
</style>
background-color css
<style>
a { background-color: #FEC276; }
a { background-color: rgb(254,194,118); }
div.DivClassName
{
background-color: #FEC276;
}
.BgClassName
{
background-color: #FEC276;
}
</style>
border-color css
<style>
span { border-color: #FEC276; }
span { border-color: rgb(254,194,118); }
td.TdClassName
{
border-color: #FEC276;
}
.TagClassName
{
border-color: #FEC276;
}
</style>