Shades of Chardonnay #FEC26F
Tints of Chardonnay #FEC26F
RGB
CMYK
RGB Variations
Color information
#FEC26F (or 0xFEC26F) is known color: Chardonnay. HEX triplet: FE, C2 and 6F. RGB value is (254,194,111). Sum of RGB (Red+Green+Blue) = 254+194+111=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 111 (43.75% from 255 or 19.86% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC26F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC26F is #013D90. Grayscale: #CACACA. Windows color (decimal): -81297 or 7324414. OLE color: 7324414.
HSL color Cylindrical-coordinate representation of color #FEC26F: hue angle of 34.83º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEC26F is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 111 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.00 |
| HSL | 34.83º | 0.99% | 0.72% | - |
| HSV(B) | 34.83º | 0.56% | 1% | - |
| XYZ | 63.03 | 60.8 | 23.45 | - |
| YUV | 202.48 | 76.38 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 111 | 0 | 0.24 | 0.56 | 0.00 | 34.83 | 0.99 | 0.72 |
| Hex | FE | C2 | 6F | 0 | 18 | 38 | 0 | 23 | 63 | 48 |
| Octal | 376 | 302 | 157 | 0 | 30 | 70 | 0 | 43 | 143 | 110 |
| Binary | 11111110 | 11000010 | 1101111 | 0 | 11000 | 111000 | 0 | 100011 | 1100011 | 1001000 |
Color Harmonies of #FEC26F
Complementary color
Monochromatic Colors of #FEC26F
Black with #FEC26F
Text Example
Text Example
White with #FEC26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC26F; }
p { color: rgb(254,194,111); }
H1.HeaderClassName
{
color: #FEC26F;
}
.AnyTagClassName
{
color: #FEC26F;
}
</style>
background-color css
<style>
a { background-color: #FEC26F; }
a { background-color: rgb(254,194,111); }
div.DivClassName
{
background-color: #FEC26F;
}
.BgClassName
{
background-color: #FEC26F;
}
</style>
border-color css
<style>
span { border-color: #FEC26F; }
span { border-color: rgb(254,194,111); }
td.TdClassName
{
border-color: #FEC26F;
}
.TagClassName
{
border-color: #FEC26F;
}
</style>