Shades of Chardonnay #FEC172
Tints of Chardonnay #FEC172
RGB
CMYK
RGB Variations
Color information
#FEC172 (or 0xFEC172) is known color: Chardonnay. HEX triplet: FE, C1 and 72. RGB value is (254,193,114). Sum of RGB (Red+Green+Blue) = 254+193+114=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 114 (44.92% from 255 or 20.32% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC172 is #013E8D. Grayscale: #CACACA. Windows color (decimal): -81550 or 7520766. OLE color: 7520766.
HSL color Cylindrical-coordinate representation of color #FEC172: hue angle of 33.86º 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 #FEC172 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 114 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.00 |
| HSL | 33.86º | 0.99% | 0.72% | - |
| HSV(B) | 33.86º | 0.55% | 1% | - |
| XYZ | 62.98 | 60.43 | 24.26 | - |
| YUV | 202.23 | 78.21 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 114 | 0 | 0.24 | 0.55 | 0.00 | 33.86 | 0.99 | 0.72 |
| Hex | FE | C1 | 72 | 0 | 18 | 37 | 0 | 22 | 63 | 48 |
| Octal | 376 | 301 | 162 | 0 | 30 | 67 | 0 | 42 | 143 | 110 |
| Binary | 11111110 | 11000001 | 1110010 | 0 | 11000 | 110111 | 0 | 100010 | 1100011 | 1001000 |
Color Harmonies of #FEC172
Complementary color
Monochromatic Colors of #FEC172
Black with #FEC172
Text Example
Text Example
White with #FEC172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC172; }
p { color: rgb(254,193,114); }
H1.HeaderClassName
{
color: #FEC172;
}
.AnyTagClassName
{
color: #FEC172;
}
</style>
background-color css
<style>
a { background-color: #FEC172; }
a { background-color: rgb(254,193,114); }
div.DivClassName
{
background-color: #FEC172;
}
.BgClassName
{
background-color: #FEC172;
}
</style>
border-color css
<style>
span { border-color: #FEC172; }
span { border-color: rgb(254,193,114); }
td.TdClassName
{
border-color: #FEC172;
}
.TagClassName
{
border-color: #FEC172;
}
</style>