Shades of Chardonnay #FEC672
Tints of Chardonnay #FEC672
RGB
CMYK
RGB Variations
Color information
#FEC672 (or 0xFEC672) is known color: Chardonnay. HEX triplet: FE, C6 and 72. RGB value is (254,198,114). Sum of RGB (Red+Green+Blue) = 254+198+114=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 114 (44.92% from 255 or 20.14% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC672 is #01398D. Grayscale: #CDCDCD. Windows color (decimal): -80270 or 7522046. OLE color: 7522046.
HSL color Cylindrical-coordinate representation of color #FEC672: hue angle of 36º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FEC672 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 114 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.00 |
| HSL | 36º | 0.99% | 0.72% | - |
| HSV(B) | 36º | 0.55% | 1% | - |
| XYZ | 64.1 | 62.67 | 24.64 | - |
| YUV | 205.17 | 76.55 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 114 | 0 | 0.22 | 0.55 | 0.00 | 36 | 0.99 | 0.72 |
| Hex | FE | C6 | 72 | 0 | 16 | 37 | 0 | 24 | 63 | 48 |
| Octal | 376 | 306 | 162 | 0 | 26 | 67 | 0 | 44 | 143 | 110 |
| Binary | 11111110 | 11000110 | 1110010 | 0 | 10110 | 110111 | 0 | 100100 | 1100011 | 1001000 |
Color Harmonies of #FEC672
Complementary color
Monochromatic Colors of #FEC672
Black with #FEC672
Text Example
Text Example
White with #FEC672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC672; }
p { color: rgb(254,198,114); }
H1.HeaderClassName
{
color: #FEC672;
}
.AnyTagClassName
{
color: #FEC672;
}
</style>
background-color css
<style>
a { background-color: #FEC672; }
a { background-color: rgb(254,198,114); }
div.DivClassName
{
background-color: #FEC672;
}
.BgClassName
{
background-color: #FEC672;
}
</style>
border-color css
<style>
span { border-color: #FEC672; }
span { border-color: rgb(254,198,114); }
td.TdClassName
{
border-color: #FEC672;
}
.TagClassName
{
border-color: #FEC672;
}
</style>