Shades of Chardonnay #FEC574
Tints of Chardonnay #FEC574
RGB
CMYK
RGB Variations
Color information
#FEC574 (or 0xFEC574) is known color: Chardonnay. HEX triplet: FE, C5 and 74. RGB value is (254,197,116). Sum of RGB (Red+Green+Blue) = 254+197+116=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 116 (45.70% from 255 or 20.46% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC574 is #013A8B. Grayscale: #CDCDCD. Windows color (decimal): -80524 or 7652862. OLE color: 7652862.
HSL color Cylindrical-coordinate representation of color #FEC574: hue angle of 35.22º 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 #FEC574 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 116 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.00 |
| HSL | 35.22º | 0.99% | 0.73% | - |
| HSV(B) | 35.22º | 0.54% | 1% | - |
| XYZ | 63.99 | 62.26 | 25.17 | - |
| YUV | 204.81 | 77.88 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 116 | 0 | 0.22 | 0.54 | 0.00 | 35.22 | 0.99 | 0.73 |
| Hex | FE | C5 | 74 | 0 | 16 | 36 | 0 | 23 | 63 | 49 |
| Octal | 376 | 305 | 164 | 0 | 26 | 66 | 0 | 43 | 143 | 111 |
| Binary | 11111110 | 11000101 | 1110100 | 0 | 10110 | 110110 | 0 | 100011 | 1100011 | 1001001 |
Color Harmonies of #FEC574
Complementary color
Monochromatic Colors of #FEC574
Black with #FEC574
Text Example
Text Example
White with #FEC574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC574; }
p { color: rgb(254,197,116); }
H1.HeaderClassName
{
color: #FEC574;
}
.AnyTagClassName
{
color: #FEC574;
}
</style>
background-color css
<style>
a { background-color: #FEC574; }
a { background-color: rgb(254,197,116); }
div.DivClassName
{
background-color: #FEC574;
}
.BgClassName
{
background-color: #FEC574;
}
</style>
border-color css
<style>
span { border-color: #FEC574; }
span { border-color: rgb(254,197,116); }
td.TdClassName
{
border-color: #FEC574;
}
.TagClassName
{
border-color: #FEC574;
}
</style>