Shades of Chardonnay #FEC06A
Tints of Chardonnay #FEC06A
RGB
CMYK
RGB Variations
Color information
#FEC06A (or 0xFEC06A) is known color: Chardonnay. HEX triplet: FE, C0 and 6A. RGB value is (254,192,106). Sum of RGB (Red+Green+Blue) = 254+192+106=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 106 (41.80% from 255 or 19.20% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC06A is #013F95. Grayscale: #C9C9C9. Windows color (decimal): -81814 or 6996222. OLE color: 6996222.
HSL color Cylindrical-coordinate representation of color #FEC06A: hue angle of 34.86º 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 #FEC06A is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 106 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.00 |
| HSL | 34.86º | 0.99% | 0.71% | - |
| HSV(B) | 34.86º | 0.58% | 1% | - |
| XYZ | 62.32 | 59.81 | 21.9 | - |
| YUV | 200.73 | 74.54 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 106 | 0 | 0.24 | 0.58 | 0.00 | 34.86 | 0.99 | 0.71 |
| Hex | FE | C0 | 6A | 0 | 18 | 3A | 0 | 23 | 63 | 47 |
| Octal | 376 | 300 | 152 | 0 | 30 | 72 | 0 | 43 | 143 | 107 |
| Binary | 11111110 | 11000000 | 1101010 | 0 | 11000 | 111010 | 0 | 100011 | 1100011 | 1000111 |
Color Harmonies of #FEC06A
Complementary color
Monochromatic Colors of #FEC06A
Black with #FEC06A
Text Example
Text Example
White with #FEC06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC06A; }
p { color: rgb(254,192,106); }
H1.HeaderClassName
{
color: #FEC06A;
}
.AnyTagClassName
{
color: #FEC06A;
}
</style>
background-color css
<style>
a { background-color: #FEC06A; }
a { background-color: rgb(254,192,106); }
div.DivClassName
{
background-color: #FEC06A;
}
.BgClassName
{
background-color: #FEC06A;
}
</style>
border-color css
<style>
span { border-color: #FEC06A; }
span { border-color: rgb(254,192,106); }
td.TdClassName
{
border-color: #FEC06A;
}
.TagClassName
{
border-color: #FEC06A;
}
</style>