Shades of Chardonnay #FEC976
Tints of Chardonnay #FEC976
RGB
CMYK
RGB Variations
Color information
#FEC976 (or 0xFEC976) is known color: Chardonnay. HEX triplet: FE, C9 and 76. RGB value is (254,201,118). Sum of RGB (Red+Green+Blue) = 254+201+118=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 118 (46.48% from 255 or 20.59% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC976 is #013689. Grayscale: #CFCFCF. Windows color (decimal): -79498 or 7784958. OLE color: 7784958.
HSL color Cylindrical-coordinate representation of color #FEC976: hue angle of 36.62º 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 #FEC976 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 118 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.00 |
| HSL | 36.62º | 0.99% | 0.73% | - |
| HSV(B) | 36.62º | 0.54% | 1% | - |
| XYZ | 65.03 | 64.15 | 26.09 | - |
| YUV | 207.39 | 77.56 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 118 | 0 | 0.21 | 0.54 | 0.00 | 36.62 | 0.99 | 0.73 |
| Hex | FE | C9 | 76 | 0 | 15 | 36 | 0 | 25 | 63 | 49 |
| Octal | 376 | 311 | 166 | 0 | 25 | 66 | 0 | 45 | 143 | 111 |
| Binary | 11111110 | 11001001 | 1110110 | 0 | 10101 | 110110 | 0 | 100101 | 1100011 | 1001001 |
Color Harmonies of #FEC976
Complementary color
Monochromatic Colors of #FEC976
Black with #FEC976
Text Example
Text Example
White with #FEC976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC976; }
p { color: rgb(254,201,118); }
H1.HeaderClassName
{
color: #FEC976;
}
.AnyTagClassName
{
color: #FEC976;
}
</style>
background-color css
<style>
a { background-color: #FEC976; }
a { background-color: rgb(254,201,118); }
div.DivClassName
{
background-color: #FEC976;
}
.BgClassName
{
background-color: #FEC976;
}
</style>
border-color css
<style>
span { border-color: #FEC976; }
span { border-color: rgb(254,201,118); }
td.TdClassName
{
border-color: #FEC976;
}
.TagClassName
{
border-color: #FEC976;
}
</style>