Shades of Chardonnay #FEC780
Tints of Chardonnay #FEC780
RGB
CMYK
RGB Variations
Color information
#FEC780 (or 0xFEC780) is known color: Chardonnay. HEX triplet: FE, C7 and 80. RGB value is (254,199,128). Sum of RGB (Red+Green+Blue) = 254+199+128=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 199 (78.12% from 255 or 34.25% from 581); Blue value is 128 (50.39% from 255 or 22.03% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC780 is #01387F. Grayscale: #CFCFCF. Windows color (decimal): -80000 or 8439806. OLE color: 8439806.
HSL color Cylindrical-coordinate representation of color #FEC780: hue angle of 33.81º 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 #FEC780 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 128 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.00 |
| HSL | 33.81º | 0.98% | 0.75% | - |
| HSV(B) | 33.81º | 0.5% | 1% | - |
| XYZ | 65.19 | 63.48 | 29.24 | - |
| YUV | 207.35 | 83.22 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 128 | 0 | 0.22 | 0.50 | 0.00 | 33.81 | 0.98 | 0.75 |
| Hex | FE | C7 | 80 | 0 | 16 | 32 | 0 | 22 | 62 | 4B |
| Octal | 376 | 307 | 200 | 0 | 26 | 62 | 0 | 42 | 142 | 113 |
| Binary | 11111110 | 11000111 | 10000000 | 0 | 10110 | 110010 | 0 | 100010 | 1100010 | 1001011 |
Color Harmonies of #FEC780
Complementary color
Monochromatic Colors of #FEC780
Black with #FEC780
Text Example
Text Example
White with #FEC780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC780; }
p { color: rgb(254,199,128); }
H1.HeaderClassName
{
color: #FEC780;
}
.AnyTagClassName
{
color: #FEC780;
}
</style>
background-color css
<style>
a { background-color: #FEC780; }
a { background-color: rgb(254,199,128); }
div.DivClassName
{
background-color: #FEC780;
}
.BgClassName
{
background-color: #FEC780;
}
</style>
border-color css
<style>
span { border-color: #FEC780; }
span { border-color: rgb(254,199,128); }
td.TdClassName
{
border-color: #FEC780;
}
.TagClassName
{
border-color: #FEC780;
}
</style>