Shades of Chardonnay #FEC271
Tints of Chardonnay #FEC271
RGB
CMYK
RGB Variations
Color information
#FEC271 (or 0xFEC271) is known color: Chardonnay. HEX triplet: FE, C2 and 71. RGB value is (254,194,113). Sum of RGB (Red+Green+Blue) = 254+194+113=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 113 (44.53% from 255 or 20.14% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC271 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC271 is #013D8E. Grayscale: #CBCBCB. Windows color (decimal): -81295 or 7455486. OLE color: 7455486.
HSL color Cylindrical-coordinate representation of color #FEC271: hue angle of 34.47º 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 #FEC271 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 113 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.00 |
| HSL | 34.47º | 0.99% | 0.72% | - |
| HSV(B) | 34.47º | 0.56% | 1% | - |
| XYZ | 63.15 | 60.85 | 24.04 | - |
| YUV | 202.71 | 77.38 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 113 | 0 | 0.24 | 0.56 | 0.00 | 34.47 | 0.99 | 0.72 |
| Hex | FE | C2 | 71 | 0 | 18 | 38 | 0 | 22 | 63 | 48 |
| Octal | 376 | 302 | 161 | 0 | 30 | 70 | 0 | 42 | 143 | 110 |
| Binary | 11111110 | 11000010 | 1110001 | 0 | 11000 | 111000 | 0 | 100010 | 1100011 | 1001000 |
Color Harmonies of #FEC271
Complementary color
Monochromatic Colors of #FEC271
Black with #FEC271
Text Example
Text Example
White with #FEC271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC271; }
p { color: rgb(254,194,113); }
H1.HeaderClassName
{
color: #FEC271;
}
.AnyTagClassName
{
color: #FEC271;
}
</style>
background-color css
<style>
a { background-color: #FEC271; }
a { background-color: rgb(254,194,113); }
div.DivClassName
{
background-color: #FEC271;
}
.BgClassName
{
background-color: #FEC271;
}
</style>
border-color css
<style>
span { border-color: #FEC271; }
span { border-color: rgb(254,194,113); }
td.TdClassName
{
border-color: #FEC271;
}
.TagClassName
{
border-color: #FEC271;
}
</style>