Shades of Chardonnay #FEC27C
Tints of Chardonnay #FEC27C
RGB
CMYK
RGB Variations
Color information
#FEC27C (or 0xFEC27C) is known color: Chardonnay. HEX triplet: FE, C2 and 7C. RGB value is (254,194,124). Sum of RGB (Red+Green+Blue) = 254+194+124=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 124 (48.83% from 255 or 21.68% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC27C is #013D83. Grayscale: #CCCCCC. Windows color (decimal): -81284 or 8176382. OLE color: 8176382.
HSL color Cylindrical-coordinate representation of color #FEC27C: hue angle of 32.31º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEC27C is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 124 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.00 |
| HSL | 32.31º | 0.98% | 0.74% | - |
| HSV(B) | 32.31º | 0.51% | 1% | - |
| XYZ | 63.8 | 61.11 | 27.5 | - |
| YUV | 203.96 | 82.88 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 124 | 0 | 0.24 | 0.51 | 0.00 | 32.31 | 0.98 | 0.74 |
| Hex | FE | C2 | 7C | 0 | 18 | 33 | 0 | 20 | 62 | 4A |
| Octal | 376 | 302 | 174 | 0 | 30 | 63 | 0 | 40 | 142 | 112 |
| Binary | 11111110 | 11000010 | 1111100 | 0 | 11000 | 110011 | 0 | 100000 | 1100010 | 1001010 |
Color Harmonies of #FEC27C
Complementary color
Monochromatic Colors of #FEC27C
Black with #FEC27C
Text Example
Text Example
White with #FEC27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC27C; }
p { color: rgb(254,194,124); }
H1.HeaderClassName
{
color: #FEC27C;
}
.AnyTagClassName
{
color: #FEC27C;
}
</style>
background-color css
<style>
a { background-color: #FEC27C; }
a { background-color: rgb(254,194,124); }
div.DivClassName
{
background-color: #FEC27C;
}
.BgClassName
{
background-color: #FEC27C;
}
</style>
border-color css
<style>
span { border-color: #FEC27C; }
span { border-color: rgb(254,194,124); }
td.TdClassName
{
border-color: #FEC27C;
}
.TagClassName
{
border-color: #FEC27C;
}
</style>