Shades of Chardonnay #FEC772
Tints of Chardonnay #FEC772
RGB
CMYK
RGB Variations
Color information
#FEC772 (or 0xFEC772) is known color: Chardonnay. HEX triplet: FE, C7 and 72. RGB value is (254,199,114). Sum of RGB (Red+Green+Blue) = 254+199+114=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 114 (44.92% from 255 or 20.11% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC772 is #01388D. Grayscale: #CECECE. Windows color (decimal): -80014 or 7522302. OLE color: 7522302.
HSL color Cylindrical-coordinate representation of color #FEC772: hue angle of 36.43º 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 #FEC772 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 114 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.00 |
| HSL | 36.43º | 0.99% | 0.72% | - |
| HSV(B) | 36.43º | 0.55% | 1% | - |
| XYZ | 64.33 | 63.13 | 24.71 | - |
| YUV | 205.76 | 76.22 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 114 | 0 | 0.22 | 0.55 | 0.00 | 36.43 | 0.99 | 0.72 |
| Hex | FE | C7 | 72 | 0 | 16 | 37 | 0 | 24 | 63 | 48 |
| Octal | 376 | 307 | 162 | 0 | 26 | 67 | 0 | 44 | 143 | 110 |
| Binary | 11111110 | 11000111 | 1110010 | 0 | 10110 | 110111 | 0 | 100100 | 1100011 | 1001000 |
Color Harmonies of #FEC772
Complementary color
Monochromatic Colors of #FEC772
Black with #FEC772
Text Example
Text Example
White with #FEC772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC772; }
p { color: rgb(254,199,114); }
H1.HeaderClassName
{
color: #FEC772;
}
.AnyTagClassName
{
color: #FEC772;
}
</style>
background-color css
<style>
a { background-color: #FEC772; }
a { background-color: rgb(254,199,114); }
div.DivClassName
{
background-color: #FEC772;
}
.BgClassName
{
background-color: #FEC772;
}
</style>
border-color css
<style>
span { border-color: #FEC772; }
span { border-color: rgb(254,199,114); }
td.TdClassName
{
border-color: #FEC772;
}
.TagClassName
{
border-color: #FEC772;
}
</style>