Shades of Chardonnay #FEC980
Tints of Chardonnay #FEC980
RGB
CMYK
RGB Variations
Color information
#FEC980 (or 0xFEC980) is known color: Chardonnay. HEX triplet: FE, C9 and 80. RGB value is (254,201,128). Sum of RGB (Red+Green+Blue) = 254+201+128=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 201 (78.91% from 255 or 34.48% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC980 is #01367F. Grayscale: #D0D0D0. Windows color (decimal): -79488 or 8440318. OLE color: 8440318.
HSL color Cylindrical-coordinate representation of color #FEC980: hue angle of 34.76º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEC980 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 128 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.00 |
| HSL | 34.76º | 0.98% | 0.75% | - |
| HSV(B) | 34.76º | 0.5% | 1% | - |
| XYZ | 65.66 | 64.4 | 29.39 | - |
| YUV | 208.53 | 82.56 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 128 | 0 | 0.21 | 0.50 | 0.00 | 34.76 | 0.98 | 0.75 |
| Hex | FE | C9 | 80 | 0 | 15 | 32 | 0 | 23 | 62 | 4B |
| Octal | 376 | 311 | 200 | 0 | 25 | 62 | 0 | 43 | 142 | 113 |
| Binary | 11111110 | 11001001 | 10000000 | 0 | 10101 | 110010 | 0 | 100011 | 1100010 | 1001011 |
Color Harmonies of #FEC980
Complementary color
Monochromatic Colors of #FEC980
Black with #FEC980
Text Example
Text Example
White with #FEC980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC980; }
p { color: rgb(254,201,128); }
H1.HeaderClassName
{
color: #FEC980;
}
.AnyTagClassName
{
color: #FEC980;
}
</style>
background-color css
<style>
a { background-color: #FEC980; }
a { background-color: rgb(254,201,128); }
div.DivClassName
{
background-color: #FEC980;
}
.BgClassName
{
background-color: #FEC980;
}
</style>
border-color css
<style>
span { border-color: #FEC980; }
span { border-color: rgb(254,201,128); }
td.TdClassName
{
border-color: #FEC980;
}
.TagClassName
{
border-color: #FEC980;
}
</style>