Shades of Chardonnay #FEC876
Tints of Chardonnay #FEC876
RGB
CMYK
RGB Variations
Color information
#FEC876 (or 0xFEC876) is known color: Chardonnay. HEX triplet: FE, C8 and 76. RGB value is (254,200,118). Sum of RGB (Red+Green+Blue) = 254+200+118=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 118 (46.48% from 255 or 20.63% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC876 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC876 is #013789. Grayscale: #CFCFCF. Windows color (decimal): -79754 or 7784702. OLE color: 7784702.
HSL color Cylindrical-coordinate representation of color #FEC876: hue angle of 36.18º 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 #FEC876 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 118 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.00 |
| HSL | 36.18º | 0.99% | 0.73% | - |
| HSV(B) | 36.18º | 0.54% | 1% | - |
| XYZ | 64.8 | 63.69 | 26.02 | - |
| YUV | 206.8 | 77.89 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 118 | 0 | 0.21 | 0.54 | 0.00 | 36.18 | 0.99 | 0.73 |
| Hex | FE | C8 | 76 | 0 | 15 | 36 | 0 | 24 | 63 | 49 |
| Octal | 376 | 310 | 166 | 0 | 25 | 66 | 0 | 44 | 143 | 111 |
| Binary | 11111110 | 11001000 | 1110110 | 0 | 10101 | 110110 | 0 | 100100 | 1100011 | 1001001 |
Color Harmonies of #FEC876
Complementary color
Monochromatic Colors of #FEC876
Black with #FEC876
Text Example
Text Example
White with #FEC876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC876; }
p { color: rgb(254,200,118); }
H1.HeaderClassName
{
color: #FEC876;
}
.AnyTagClassName
{
color: #FEC876;
}
</style>
background-color css
<style>
a { background-color: #FEC876; }
a { background-color: rgb(254,200,118); }
div.DivClassName
{
background-color: #FEC876;
}
.BgClassName
{
background-color: #FEC876;
}
</style>
border-color css
<style>
span { border-color: #FEC876; }
span { border-color: rgb(254,200,118); }
td.TdClassName
{
border-color: #FEC876;
}
.TagClassName
{
border-color: #FEC876;
}
</style>