Shades of Chardonnay #FEC16A
Tints of Chardonnay #FEC16A
RGB
CMYK
RGB Variations
Color information
#FEC16A (or 0xFEC16A) is known color: Chardonnay. HEX triplet: FE, C1 and 6A. RGB value is (254,193,106). Sum of RGB (Red+Green+Blue) = 254+193+106=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 106 (41.80% from 255 or 19.17% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC16A is #013E95. Grayscale: #C9C9C9. Windows color (decimal): -81558 or 6996478. OLE color: 6996478.
HSL color Cylindrical-coordinate representation of color #FEC16A: hue angle of 35.27º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FEC16A is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 106 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.00 |
| HSL | 35.27º | 0.99% | 0.71% | - |
| HSV(B) | 35.27º | 0.58% | 1% | - |
| XYZ | 62.54 | 60.25 | 21.97 | - |
| YUV | 201.32 | 74.21 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 106 | 0 | 0.24 | 0.58 | 0.00 | 35.27 | 0.99 | 0.71 |
| Hex | FE | C1 | 6A | 0 | 18 | 3A | 0 | 23 | 63 | 47 |
| Octal | 376 | 301 | 152 | 0 | 30 | 72 | 0 | 43 | 143 | 107 |
| Binary | 11111110 | 11000001 | 1101010 | 0 | 11000 | 111010 | 0 | 100011 | 1100011 | 1000111 |
Color Harmonies of #FEC16A
Complementary color
Monochromatic Colors of #FEC16A
Black with #FEC16A
Text Example
Text Example
White with #FEC16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC16A; }
p { color: rgb(254,193,106); }
H1.HeaderClassName
{
color: #FEC16A;
}
.AnyTagClassName
{
color: #FEC16A;
}
</style>
background-color css
<style>
a { background-color: #FEC16A; }
a { background-color: rgb(254,193,106); }
div.DivClassName
{
background-color: #FEC16A;
}
.BgClassName
{
background-color: #FEC16A;
}
</style>
border-color css
<style>
span { border-color: #FEC16A; }
span { border-color: rgb(254,193,106); }
td.TdClassName
{
border-color: #FEC16A;
}
.TagClassName
{
border-color: #FEC16A;
}
</style>