Shades of Chardonnay #FEC674
Tints of Chardonnay #FEC674
RGB
CMYK
RGB Variations
Color information
#FEC674 (or 0xFEC674) is known color: Chardonnay. HEX triplet: FE, C6 and 74. RGB value is (254,198,116). Sum of RGB (Red+Green+Blue) = 254+198+116=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 116 (45.70% from 255 or 20.42% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC674 is #01398B. Grayscale: #CDCDCD. Windows color (decimal): -80268 or 7653118. OLE color: 7653118.
HSL color Cylindrical-coordinate representation of color #FEC674: hue angle of 35.65º 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 #FEC674 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 116 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.00 |
| HSL | 35.65º | 0.99% | 0.73% | - |
| HSV(B) | 35.65º | 0.54% | 1% | - |
| XYZ | 64.22 | 62.72 | 25.24 | - |
| YUV | 205.4 | 77.55 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 116 | 0 | 0.22 | 0.54 | 0.00 | 35.65 | 0.99 | 0.73 |
| Hex | FE | C6 | 74 | 0 | 16 | 36 | 0 | 24 | 63 | 49 |
| Octal | 376 | 306 | 164 | 0 | 26 | 66 | 0 | 44 | 143 | 111 |
| Binary | 11111110 | 11000110 | 1110100 | 0 | 10110 | 110110 | 0 | 100100 | 1100011 | 1001001 |
Color Harmonies of #FEC674
Complementary color
Monochromatic Colors of #FEC674
Black with #FEC674
Text Example
Text Example
White with #FEC674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC674; }
p { color: rgb(254,198,116); }
H1.HeaderClassName
{
color: #FEC674;
}
.AnyTagClassName
{
color: #FEC674;
}
</style>
background-color css
<style>
a { background-color: #FEC674; }
a { background-color: rgb(254,198,116); }
div.DivClassName
{
background-color: #FEC674;
}
.BgClassName
{
background-color: #FEC674;
}
</style>
border-color css
<style>
span { border-color: #FEC674; }
span { border-color: rgb(254,198,116); }
td.TdClassName
{
border-color: #FEC674;
}
.TagClassName
{
border-color: #FEC674;
}
</style>