Shades of Chardonnay #FEC27A
Tints of Chardonnay #FEC27A
RGB
CMYK
RGB Variations
Color information
#FEC27A (or 0xFEC27A) is known color: Chardonnay. HEX triplet: FE, C2 and 7A. RGB value is (254,194,122). Sum of RGB (Red+Green+Blue) = 254+194+122=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 122 (48.05% from 255 or 21.40% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC27A is #013D85. Grayscale: #CCCCCC. Windows color (decimal): -81286 or 8045310. OLE color: 8045310.
HSL color Cylindrical-coordinate representation of color #FEC27A: hue angle of 32.73º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEC27A is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 122 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.00 |
| HSL | 32.73º | 0.99% | 0.74% | - |
| HSV(B) | 32.73º | 0.52% | 1% | - |
| XYZ | 63.68 | 61.06 | 26.84 | - |
| YUV | 203.73 | 81.88 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 122 | 0 | 0.24 | 0.52 | 0.00 | 32.73 | 0.99 | 0.74 |
| Hex | FE | C2 | 7A | 0 | 18 | 34 | 0 | 21 | 63 | 4A |
| Octal | 376 | 302 | 172 | 0 | 30 | 64 | 0 | 41 | 143 | 112 |
| Binary | 11111110 | 11000010 | 1111010 | 0 | 11000 | 110100 | 0 | 100001 | 1100011 | 1001010 |
Color Harmonies of #FEC27A
Complementary color
Monochromatic Colors of #FEC27A
Black with #FEC27A
Text Example
Text Example
White with #FEC27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC27A; }
p { color: rgb(254,194,122); }
H1.HeaderClassName
{
color: #FEC27A;
}
.AnyTagClassName
{
color: #FEC27A;
}
</style>
background-color css
<style>
a { background-color: #FEC27A; }
a { background-color: rgb(254,194,122); }
div.DivClassName
{
background-color: #FEC27A;
}
.BgClassName
{
background-color: #FEC27A;
}
</style>
border-color css
<style>
span { border-color: #FEC27A; }
span { border-color: rgb(254,194,122); }
td.TdClassName
{
border-color: #FEC27A;
}
.TagClassName
{
border-color: #FEC27A;
}
</style>