Shades of Chardonnay #FEC982
Tints of Chardonnay #FEC982
RGB
CMYK
RGB Variations
Color information
#FEC982 (or 0xFEC982) is known color: Chardonnay. HEX triplet: FE, C9 and 82. RGB value is (254,201,130). Sum of RGB (Red+Green+Blue) = 254+201+130=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 201 (78.91% from 255 or 34.36% from 585); Blue value is 130 (51.17% from 255 or 22.22% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC982 is #01367D. Grayscale: #D1D1D1. Windows color (decimal): -79486 or 8571390. OLE color: 8571390.
HSL color Cylindrical-coordinate representation of color #FEC982: hue angle of 34.35º 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 #FEC982 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 130 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.00 |
| HSL | 34.35º | 0.98% | 0.75% | - |
| HSV(B) | 34.35º | 0.49% | 1% | - |
| XYZ | 65.79 | 64.46 | 30.09 | - |
| YUV | 208.75 | 83.56 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 130 | 0 | 0.21 | 0.49 | 0.00 | 34.35 | 0.98 | 0.75 |
| Hex | FE | C9 | 82 | 0 | 15 | 31 | 0 | 22 | 62 | 4B |
| Octal | 376 | 311 | 202 | 0 | 25 | 61 | 0 | 42 | 142 | 113 |
| Binary | 11111110 | 11001001 | 10000010 | 0 | 10101 | 110001 | 0 | 100010 | 1100010 | 1001011 |
Color Harmonies of #FEC982
Complementary color
Monochromatic Colors of #FEC982
Black with #FEC982
Text Example
Text Example
White with #FEC982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC982; }
p { color: rgb(254,201,130); }
H1.HeaderClassName
{
color: #FEC982;
}
.AnyTagClassName
{
color: #FEC982;
}
</style>
background-color css
<style>
a { background-color: #FEC982; }
a { background-color: rgb(254,201,130); }
div.DivClassName
{
background-color: #FEC982;
}
.BgClassName
{
background-color: #FEC982;
}
</style>
border-color css
<style>
span { border-color: #FEC982; }
span { border-color: rgb(254,201,130); }
td.TdClassName
{
border-color: #FEC982;
}
.TagClassName
{
border-color: #FEC982;
}
</style>