Shades of Chardonnay #FEC575
Tints of Chardonnay #FEC575
RGB
CMYK
RGB Variations
Color information
#FEC575 (or 0xFEC575) is known color: Chardonnay. HEX triplet: FE, C5 and 75. RGB value is (254,197,117). Sum of RGB (Red+Green+Blue) = 254+197+117=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 197 (77.34% from 255 or 34.68% from 568); Blue value is 117 (46.09% from 255 or 20.60% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC575 is #013A8A. Grayscale: #CDCDCD. Windows color (decimal): -80523 or 7718398. OLE color: 7718398.
HSL color Cylindrical-coordinate representation of color #FEC575: hue angle of 35.04º 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 #FEC575 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 117 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.00 |
| HSL | 35.04º | 0.99% | 0.73% | - |
| HSV(B) | 35.04º | 0.54% | 1% | - |
| XYZ | 64.05 | 62.29 | 25.48 | - |
| YUV | 204.92 | 78.38 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 117 | 0 | 0.22 | 0.54 | 0.00 | 35.04 | 0.99 | 0.73 |
| Hex | FE | C5 | 75 | 0 | 16 | 36 | 0 | 23 | 63 | 49 |
| Octal | 376 | 305 | 165 | 0 | 26 | 66 | 0 | 43 | 143 | 111 |
| Binary | 11111110 | 11000101 | 1110101 | 0 | 10110 | 110110 | 0 | 100011 | 1100011 | 1001001 |
Color Harmonies of #FEC575
Complementary color
Monochromatic Colors of #FEC575
Black with #FEC575
Text Example
Text Example
White with #FEC575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC575; }
p { color: rgb(254,197,117); }
H1.HeaderClassName
{
color: #FEC575;
}
.AnyTagClassName
{
color: #FEC575;
}
</style>
background-color css
<style>
a { background-color: #FEC575; }
a { background-color: rgb(254,197,117); }
div.DivClassName
{
background-color: #FEC575;
}
.BgClassName
{
background-color: #FEC575;
}
</style>
border-color css
<style>
span { border-color: #FEC575; }
span { border-color: rgb(254,197,117); }
td.TdClassName
{
border-color: #FEC575;
}
.TagClassName
{
border-color: #FEC575;
}
</style>