Shades of Chardonnay #FEC376
Tints of Chardonnay #FEC376
RGB
CMYK
RGB Variations
Color information
#FEC376 (or 0xFEC376) is known color: Chardonnay. HEX triplet: FE, C3 and 76. RGB value is (254,195,118). Sum of RGB (Red+Green+Blue) = 254+195+118=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 118 (46.48% from 255 or 20.81% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC376 is #013C89. Grayscale: #CCCCCC. Windows color (decimal): -81034 or 7783422. OLE color: 7783422.
HSL color Cylindrical-coordinate representation of color #FEC376: hue angle of 33.97º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEC376 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 118 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.00 |
| HSL | 33.97º | 0.99% | 0.73% | - |
| HSV(B) | 33.97º | 0.54% | 1% | - |
| XYZ | 63.66 | 61.41 | 25.64 | - |
| YUV | 203.86 | 79.55 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 118 | 0 | 0.23 | 0.54 | 0.00 | 33.97 | 0.99 | 0.73 |
| Hex | FE | C3 | 76 | 0 | 17 | 36 | 0 | 22 | 63 | 49 |
| Octal | 376 | 303 | 166 | 0 | 27 | 66 | 0 | 42 | 143 | 111 |
| Binary | 11111110 | 11000011 | 1110110 | 0 | 10111 | 110110 | 0 | 100010 | 1100011 | 1001001 |
Color Harmonies of #FEC376
Complementary color
Monochromatic Colors of #FEC376
Black with #FEC376
Text Example
Text Example
White with #FEC376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC376; }
p { color: rgb(254,195,118); }
H1.HeaderClassName
{
color: #FEC376;
}
.AnyTagClassName
{
color: #FEC376;
}
</style>
background-color css
<style>
a { background-color: #FEC376; }
a { background-color: rgb(254,195,118); }
div.DivClassName
{
background-color: #FEC376;
}
.BgClassName
{
background-color: #FEC376;
}
</style>
border-color css
<style>
span { border-color: #FEC376; }
span { border-color: rgb(254,195,118); }
td.TdClassName
{
border-color: #FEC376;
}
.TagClassName
{
border-color: #FEC376;
}
</style>