Shades of Chardonnay #FEC272
Tints of Chardonnay #FEC272
RGB
CMYK
RGB Variations
Color information
#FEC272 (or 0xFEC272) is known color: Chardonnay. HEX triplet: FE, C2 and 72. RGB value is (254,194,114). Sum of RGB (Red+Green+Blue) = 254+194+114=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 114 (44.92% from 255 or 20.28% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC272 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC272 is #013D8D. Grayscale: #CBCBCB. Windows color (decimal): -81294 or 7521022. OLE color: 7521022.
HSL color Cylindrical-coordinate representation of color #FEC272: hue angle of 34.29º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FEC272 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 114 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.00 |
| HSL | 34.29º | 0.99% | 0.72% | - |
| HSV(B) | 34.29º | 0.55% | 1% | - |
| XYZ | 63.2 | 60.87 | 24.34 | - |
| YUV | 202.82 | 77.88 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 114 | 0 | 0.24 | 0.55 | 0.00 | 34.29 | 0.99 | 0.72 |
| Hex | FE | C2 | 72 | 0 | 18 | 37 | 0 | 22 | 63 | 48 |
| Octal | 376 | 302 | 162 | 0 | 30 | 67 | 0 | 42 | 143 | 110 |
| Binary | 11111110 | 11000010 | 1110010 | 0 | 11000 | 110111 | 0 | 100010 | 1100011 | 1001000 |
Color Harmonies of #FEC272
Complementary color
Monochromatic Colors of #FEC272
Black with #FEC272
Text Example
Text Example
White with #FEC272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC272; }
p { color: rgb(254,194,114); }
H1.HeaderClassName
{
color: #FEC272;
}
.AnyTagClassName
{
color: #FEC272;
}
</style>
background-color css
<style>
a { background-color: #FEC272; }
a { background-color: rgb(254,194,114); }
div.DivClassName
{
background-color: #FEC272;
}
.BgClassName
{
background-color: #FEC272;
}
</style>
border-color css
<style>
span { border-color: #FEC272; }
span { border-color: rgb(254,194,114); }
td.TdClassName
{
border-color: #FEC272;
}
.TagClassName
{
border-color: #FEC272;
}
</style>