Shades of Chardonnay #FEC47E
Tints of Chardonnay #FEC47E
RGB
CMYK
RGB Variations
Color information
#FEC47E (or 0xFEC47E) is known color: Chardonnay. HEX triplet: FE, C4 and 7E. RGB value is (254,196,126). Sum of RGB (Red+Green+Blue) = 254+196+126=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 126 (49.61% from 255 or 21.88% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC47E is #013B81. Grayscale: #CDCDCD. Windows color (decimal): -80770 or 8307966. OLE color: 8307966.
HSL color Cylindrical-coordinate representation of color #FEC47E: hue angle of 32.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 #FEC47E is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 126 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.00 |
| HSL | 32.81º | 0.98% | 0.75% | - |
| HSV(B) | 32.81º | 0.5% | 1% | - |
| XYZ | 64.38 | 62.06 | 28.32 | - |
| YUV | 205.36 | 83.22 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 126 | 0 | 0.23 | 0.50 | 0.00 | 32.81 | 0.98 | 0.75 |
| Hex | FE | C4 | 7E | 0 | 17 | 32 | 0 | 21 | 62 | 4B |
| Octal | 376 | 304 | 176 | 0 | 27 | 62 | 0 | 41 | 142 | 113 |
| Binary | 11111110 | 11000100 | 1111110 | 0 | 10111 | 110010 | 0 | 100001 | 1100010 | 1001011 |
Color Harmonies of #FEC47E
Complementary color
Monochromatic Colors of #FEC47E
Black with #FEC47E
Text Example
Text Example
White with #FEC47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC47E; }
p { color: rgb(254,196,126); }
H1.HeaderClassName
{
color: #FEC47E;
}
.AnyTagClassName
{
color: #FEC47E;
}
</style>
background-color css
<style>
a { background-color: #FEC47E; }
a { background-color: rgb(254,196,126); }
div.DivClassName
{
background-color: #FEC47E;
}
.BgClassName
{
background-color: #FEC47E;
}
</style>
border-color css
<style>
span { border-color: #FEC47E; }
span { border-color: rgb(254,196,126); }
td.TdClassName
{
border-color: #FEC47E;
}
.TagClassName
{
border-color: #FEC47E;
}
</style>