Shades of Chardonnay #FEC16B
Tints of Chardonnay #FEC16B
RGB
CMYK
RGB Variations
Color information
#FEC16B (or 0xFEC16B) is known color: Chardonnay. HEX triplet: FE, C1 and 6B. RGB value is (254,193,107). Sum of RGB (Red+Green+Blue) = 254+193+107=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 107 (42.19% from 255 or 19.31% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC16B is #013E94. Grayscale: #C9C9C9. Windows color (decimal): -81557 or 7062014. OLE color: 7062014.
HSL color Cylindrical-coordinate representation of color #FEC16B: hue angle of 35.1º 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 #FEC16B is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 107 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.00 |
| HSL | 35.1º | 0.99% | 0.71% | - |
| HSV(B) | 35.1º | 0.58% | 1% | - |
| XYZ | 62.6 | 60.27 | 22.24 | - |
| YUV | 201.44 | 74.71 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 107 | 0 | 0.24 | 0.58 | 0.00 | 35.1 | 0.99 | 0.71 |
| Hex | FE | C1 | 6B | 0 | 18 | 3A | 0 | 23 | 63 | 47 |
| Octal | 376 | 301 | 153 | 0 | 30 | 72 | 0 | 43 | 143 | 107 |
| Binary | 11111110 | 11000001 | 1101011 | 0 | 11000 | 111010 | 0 | 100011 | 1100011 | 1000111 |
Color Harmonies of #FEC16B
Complementary color
Monochromatic Colors of #FEC16B
Black with #FEC16B
Text Example
Text Example
White with #FEC16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC16B; }
p { color: rgb(254,193,107); }
H1.HeaderClassName
{
color: #FEC16B;
}
.AnyTagClassName
{
color: #FEC16B;
}
</style>
background-color css
<style>
a { background-color: #FEC16B; }
a { background-color: rgb(254,193,107); }
div.DivClassName
{
background-color: #FEC16B;
}
.BgClassName
{
background-color: #FEC16B;
}
</style>
border-color css
<style>
span { border-color: #FEC16B; }
span { border-color: rgb(254,193,107); }
td.TdClassName
{
border-color: #FEC16B;
}
.TagClassName
{
border-color: #FEC16B;
}
</style>