Shades of Chardonnay #FECA80
Tints of Chardonnay #FECA80
RGB
CMYK
RGB Variations
Color information
#FECA80 (or 0xFECA80) is known color: Chardonnay. HEX triplet: FE, CA and 80. RGB value is (254,202,128). Sum of RGB (Red+Green+Blue) = 254+202+128=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA80 is #01357F. Grayscale: #D1D1D1. Windows color (decimal): -79232 or 8440574. OLE color: 8440574.
HSL color Cylindrical-coordinate representation of color #FECA80: hue angle of 35.24º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FECA80 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 128 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.00 |
| HSL | 35.24º | 0.98% | 0.75% | - |
| HSV(B) | 35.24º | 0.5% | 1% | - |
| XYZ | 65.89 | 64.87 | 29.47 | - |
| YUV | 209.11 | 82.23 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 128 | 0 | 0.20 | 0.50 | 0.00 | 35.24 | 0.98 | 0.75 |
| Hex | FE | CA | 80 | 0 | 14 | 32 | 0 | 23 | 62 | 4B |
| Octal | 376 | 312 | 200 | 0 | 24 | 62 | 0 | 43 | 142 | 113 |
| Binary | 11111110 | 11001010 | 10000000 | 0 | 10100 | 110010 | 0 | 100011 | 1100010 | 1001011 |
Color Harmonies of #FECA80
Complementary color
Monochromatic Colors of #FECA80
Black with #FECA80
Text Example
Text Example
White with #FECA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA80; }
p { color: rgb(254,202,128); }
H1.HeaderClassName
{
color: #FECA80;
}
.AnyTagClassName
{
color: #FECA80;
}
</style>
background-color css
<style>
a { background-color: #FECA80; }
a { background-color: rgb(254,202,128); }
div.DivClassName
{
background-color: #FECA80;
}
.BgClassName
{
background-color: #FECA80;
}
</style>
border-color css
<style>
span { border-color: #FECA80; }
span { border-color: rgb(254,202,128); }
td.TdClassName
{
border-color: #FECA80;
}
.TagClassName
{
border-color: #FECA80;
}
</style>