Shades of Chardonnay #FEC474
Tints of Chardonnay #FEC474
RGB
CMYK
RGB Variations
Color information
#FEC474 (or 0xFEC474) is known color: Chardonnay. HEX triplet: FE, C4 and 74. RGB value is (254,196,116). Sum of RGB (Red+Green+Blue) = 254+196+116=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC474 is #013B8B. Grayscale: #CCCCCC. Windows color (decimal): -80780 or 7652606. OLE color: 7652606.
HSL color Cylindrical-coordinate representation of color #FEC474: hue angle of 34.78º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEC474 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 116 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.00 |
| HSL | 34.78º | 0.99% | 0.73% | - |
| HSV(B) | 34.78º | 0.54% | 1% | - |
| XYZ | 63.77 | 61.81 | 25.09 | - |
| YUV | 204.22 | 78.22 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 116 | 0 | 0.23 | 0.54 | 0.00 | 34.78 | 0.99 | 0.73 |
| Hex | FE | C4 | 74 | 0 | 17 | 36 | 0 | 23 | 63 | 49 |
| Octal | 376 | 304 | 164 | 0 | 27 | 66 | 0 | 43 | 143 | 111 |
| Binary | 11111110 | 11000100 | 1110100 | 0 | 10111 | 110110 | 0 | 100011 | 1100011 | 1001001 |
Color Harmonies of #FEC474
Complementary color
Monochromatic Colors of #FEC474
Black with #FEC474
Text Example
Text Example
White with #FEC474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC474; }
p { color: rgb(254,196,116); }
H1.HeaderClassName
{
color: #FEC474;
}
.AnyTagClassName
{
color: #FEC474;
}
</style>
background-color css
<style>
a { background-color: #FEC474; }
a { background-color: rgb(254,196,116); }
div.DivClassName
{
background-color: #FEC474;
}
.BgClassName
{
background-color: #FEC474;
}
</style>
border-color css
<style>
span { border-color: #FEC474; }
span { border-color: rgb(254,196,116); }
td.TdClassName
{
border-color: #FEC474;
}
.TagClassName
{
border-color: #FEC474;
}
</style>