Shades of Chardonnay #FEC27F
Tints of Chardonnay #FEC27F
RGB
CMYK
RGB Variations
Color information
#FEC27F (or 0xFEC27F) is known color: Chardonnay. HEX triplet: FE, C2 and 7F. RGB value is (254,194,127). Sum of RGB (Red+Green+Blue) = 254+194+127=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 194 (76.17% from 255 or 33.74% from 575); Blue value is 127 (50% from 255 or 22.09% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC27F is #013D80. Grayscale: #CCCCCC. Windows color (decimal): -81281 or 8372990. OLE color: 8372990.
HSL color Cylindrical-coordinate representation of color #FEC27F: hue angle of 31.65º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEC27F is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 127 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.00 |
| HSL | 31.65º | 0.98% | 0.75% | - |
| HSV(B) | 31.65º | 0.5% | 1% | - |
| XYZ | 64 | 61.19 | 28.52 | - |
| YUV | 204.3 | 84.38 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 127 | 0 | 0.24 | 0.50 | 0.00 | 31.65 | 0.98 | 0.75 |
| Hex | FE | C2 | 7F | 0 | 18 | 32 | 0 | 20 | 62 | 4B |
| Octal | 376 | 302 | 177 | 0 | 30 | 62 | 0 | 40 | 142 | 113 |
| Binary | 11111110 | 11000010 | 1111111 | 0 | 11000 | 110010 | 0 | 100000 | 1100010 | 1001011 |
Color Harmonies of #FEC27F
Complementary color
Monochromatic Colors of #FEC27F
Black with #FEC27F
Text Example
Text Example
White with #FEC27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC27F; }
p { color: rgb(254,194,127); }
H1.HeaderClassName
{
color: #FEC27F;
}
.AnyTagClassName
{
color: #FEC27F;
}
</style>
background-color css
<style>
a { background-color: #FEC27F; }
a { background-color: rgb(254,194,127); }
div.DivClassName
{
background-color: #FEC27F;
}
.BgClassName
{
background-color: #FEC27F;
}
</style>
border-color css
<style>
span { border-color: #FEC27F; }
span { border-color: rgb(254,194,127); }
td.TdClassName
{
border-color: #FEC27F;
}
.TagClassName
{
border-color: #FEC27F;
}
</style>