Shades of Chardonnay #FEC586
Tints of Chardonnay #FEC586
RGB
CMYK
RGB Variations
Color information
#FEC586 (or 0xFEC586) is known color: Chardonnay. HEX triplet: FE, C5 and 86. RGB value is (254,197,134). Sum of RGB (Red+Green+Blue) = 254+197+134=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 134 (52.73% from 255 or 22.91% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC586 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC586 is #013A79. Grayscale: #CFCFCF. Windows color (decimal): -80506 or 8832510. OLE color: 8832510.
HSL color Cylindrical-coordinate representation of color #FEC586: hue angle of 31.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FEC586 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 134 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.00 |
| HSL | 31.5º | 0.98% | 0.76% | - |
| HSV(B) | 31.5º | 0.47% | 1% | - |
| XYZ | 65.14 | 62.72 | 31.23 | - |
| YUV | 206.86 | 86.88 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 134 | 0 | 0.22 | 0.47 | 0.00 | 31.5 | 0.98 | 0.76 |
| Hex | FE | C5 | 86 | 0 | 16 | 2F | 0 | 1F | 62 | 4C |
| Octal | 376 | 305 | 206 | 0 | 26 | 57 | 0 | 37 | 142 | 114 |
| Binary | 11111110 | 11000101 | 10000110 | 0 | 10110 | 101111 | 0 | 11111 | 1100010 | 1001100 |
Color Harmonies of #FEC586
Complementary color
Monochromatic Colors of #FEC586
Black with #FEC586
Text Example
Text Example
White with #FEC586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC586; }
p { color: rgb(254,197,134); }
H1.HeaderClassName
{
color: #FEC586;
}
.AnyTagClassName
{
color: #FEC586;
}
</style>
background-color css
<style>
a { background-color: #FEC586; }
a { background-color: rgb(254,197,134); }
div.DivClassName
{
background-color: #FEC586;
}
.BgClassName
{
background-color: #FEC586;
}
</style>
border-color css
<style>
span { border-color: #FEC586; }
span { border-color: rgb(254,197,134); }
td.TdClassName
{
border-color: #FEC586;
}
.TagClassName
{
border-color: #FEC586;
}
</style>