Shades of Chardonnay #FEC97A
Tints of Chardonnay #FEC97A
RGB
CMYK
RGB Variations
Color information
#FEC97A (or 0xFEC97A) is known color: Chardonnay. HEX triplet: FE, C9 and 7A. RGB value is (254,201,122). Sum of RGB (Red+Green+Blue) = 254+201+122=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 122 (48.05% from 255 or 21.14% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC97A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC97A is #013685. Grayscale: #D0D0D0. Windows color (decimal): -79494 or 8047102. OLE color: 8047102.
HSL color Cylindrical-coordinate representation of color #FEC97A: hue angle of 35.91º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEC97A is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 122 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.00 |
| HSL | 35.91º | 0.99% | 0.74% | - |
| HSV(B) | 35.91º | 0.52% | 1% | - |
| XYZ | 65.27 | 64.25 | 27.37 | - |
| YUV | 207.84 | 79.56 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 122 | 0 | 0.21 | 0.52 | 0.00 | 35.91 | 0.99 | 0.74 |
| Hex | FE | C9 | 7A | 0 | 15 | 34 | 0 | 24 | 63 | 4A |
| Octal | 376 | 311 | 172 | 0 | 25 | 64 | 0 | 44 | 143 | 112 |
| Binary | 11111110 | 11001001 | 1111010 | 0 | 10101 | 110100 | 0 | 100100 | 1100011 | 1001010 |
Color Harmonies of #FEC97A
Complementary color
Monochromatic Colors of #FEC97A
Black with #FEC97A
Text Example
Text Example
White with #FEC97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC97A; }
p { color: rgb(254,201,122); }
H1.HeaderClassName
{
color: #FEC97A;
}
.AnyTagClassName
{
color: #FEC97A;
}
</style>
background-color css
<style>
a { background-color: #FEC97A; }
a { background-color: rgb(254,201,122); }
div.DivClassName
{
background-color: #FEC97A;
}
.BgClassName
{
background-color: #FEC97A;
}
</style>
border-color css
<style>
span { border-color: #FEC97A; }
span { border-color: rgb(254,201,122); }
td.TdClassName
{
border-color: #FEC97A;
}
.TagClassName
{
border-color: #FEC97A;
}
</style>