Shades of Chardonnay #FEC06C
Tints of Chardonnay #FEC06C
RGB
CMYK
RGB Variations
Color information
#FEC06C (or 0xFEC06C) is known color: Chardonnay. HEX triplet: FE, C0 and 6C. RGB value is (254,192,108). Sum of RGB (Red+Green+Blue) = 254+192+108=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC06C is #013F93. Grayscale: #C9C9C9. Windows color (decimal): -81812 or 7127294. OLE color: 7127294.
HSL color Cylindrical-coordinate representation of color #FEC06C: hue angle of 34.52º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEC06C is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 108 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.00 |
| HSL | 34.52º | 0.99% | 0.71% | - |
| HSV(B) | 34.52º | 0.57% | 1% | - |
| XYZ | 62.43 | 59.85 | 22.45 | - |
| YUV | 200.96 | 75.54 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 108 | 0 | 0.24 | 0.57 | 0.00 | 34.52 | 0.99 | 0.71 |
| Hex | FE | C0 | 6C | 0 | 18 | 39 | 0 | 23 | 63 | 47 |
| Octal | 376 | 300 | 154 | 0 | 30 | 71 | 0 | 43 | 143 | 107 |
| Binary | 11111110 | 11000000 | 1101100 | 0 | 11000 | 111001 | 0 | 100011 | 1100011 | 1000111 |
Color Harmonies of #FEC06C
Complementary color
Monochromatic Colors of #FEC06C
Black with #FEC06C
Text Example
Text Example
White with #FEC06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC06C; }
p { color: rgb(254,192,108); }
H1.HeaderClassName
{
color: #FEC06C;
}
.AnyTagClassName
{
color: #FEC06C;
}
</style>
background-color css
<style>
a { background-color: #FEC06C; }
a { background-color: rgb(254,192,108); }
div.DivClassName
{
background-color: #FEC06C;
}
.BgClassName
{
background-color: #FEC06C;
}
</style>
border-color css
<style>
span { border-color: #FEC06C; }
span { border-color: rgb(254,192,108); }
td.TdClassName
{
border-color: #FEC06C;
}
.TagClassName
{
border-color: #FEC06C;
}
</style>