Shades of Chardonnay #FEC582
Tints of Chardonnay #FEC582
RGB
CMYK
RGB Variations
Color information
#FEC582 (or 0xFEC582) is known color: Chardonnay. HEX triplet: FE, C5 and 82. RGB value is (254,197,130). Sum of RGB (Red+Green+Blue) = 254+197+130=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 197 (77.34% from 255 or 33.91% from 581); Blue value is 130 (51.17% from 255 or 22.38% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC582 is #013A7D. Grayscale: #CECECE. Windows color (decimal): -80510 or 8570366. OLE color: 8570366.
HSL color Cylindrical-coordinate representation of color #FEC582: hue angle of 32.42º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FEC582 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 130 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.00 |
| HSL | 32.42º | 0.98% | 0.75% | - |
| HSV(B) | 32.42º | 0.49% | 1% | - |
| XYZ | 64.87 | 62.62 | 29.79 | - |
| YUV | 206.41 | 84.88 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 130 | 0 | 0.22 | 0.49 | 0.00 | 32.42 | 0.98 | 0.75 |
| Hex | FE | C5 | 82 | 0 | 16 | 31 | 0 | 20 | 62 | 4B |
| Octal | 376 | 305 | 202 | 0 | 26 | 61 | 0 | 40 | 142 | 113 |
| Binary | 11111110 | 11000101 | 10000010 | 0 | 10110 | 110001 | 0 | 100000 | 1100010 | 1001011 |
Color Harmonies of #FEC582
Complementary color
Monochromatic Colors of #FEC582
Black with #FEC582
Text Example
Text Example
White with #FEC582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC582; }
p { color: rgb(254,197,130); }
H1.HeaderClassName
{
color: #FEC582;
}
.AnyTagClassName
{
color: #FEC582;
}
</style>
background-color css
<style>
a { background-color: #FEC582; }
a { background-color: rgb(254,197,130); }
div.DivClassName
{
background-color: #FEC582;
}
.BgClassName
{
background-color: #FEC582;
}
</style>
border-color css
<style>
span { border-color: #FEC582; }
span { border-color: rgb(254,197,130); }
td.TdClassName
{
border-color: #FEC582;
}
.TagClassName
{
border-color: #FEC582;
}
</style>