Shades of Chardonnay #FECA76
Tints of Chardonnay #FECA76
RGB
CMYK
RGB Variations
Color information
#FECA76 (or 0xFECA76) is known color: Chardonnay. HEX triplet: FE, CA and 76. RGB value is (254,202,118). Sum of RGB (Red+Green+Blue) = 254+202+118=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 118 (46.48% from 255 or 20.56% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA76 is #013589. Grayscale: #D0D0D0. Windows color (decimal): -79242 or 7785214. OLE color: 7785214.
HSL color Cylindrical-coordinate representation of color #FECA76: hue angle of 37.06º 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 #FECA76 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 118 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.00 |
| HSL | 37.06º | 0.99% | 0.73% | - |
| HSV(B) | 37.06º | 0.54% | 1% | - |
| XYZ | 65.26 | 64.62 | 26.17 | - |
| YUV | 207.97 | 77.23 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 118 | 0 | 0.20 | 0.54 | 0.00 | 37.06 | 0.99 | 0.73 |
| Hex | FE | CA | 76 | 0 | 14 | 36 | 0 | 25 | 63 | 49 |
| Octal | 376 | 312 | 166 | 0 | 24 | 66 | 0 | 45 | 143 | 111 |
| Binary | 11111110 | 11001010 | 1110110 | 0 | 10100 | 110110 | 0 | 100101 | 1100011 | 1001001 |
Color Harmonies of #FECA76
Complementary color
Monochromatic Colors of #FECA76
Black with #FECA76
Text Example
Text Example
White with #FECA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA76; }
p { color: rgb(254,202,118); }
H1.HeaderClassName
{
color: #FECA76;
}
.AnyTagClassName
{
color: #FECA76;
}
</style>
background-color css
<style>
a { background-color: #FECA76; }
a { background-color: rgb(254,202,118); }
div.DivClassName
{
background-color: #FECA76;
}
.BgClassName
{
background-color: #FECA76;
}
</style>
border-color css
<style>
span { border-color: #FECA76; }
span { border-color: rgb(254,202,118); }
td.TdClassName
{
border-color: #FECA76;
}
.TagClassName
{
border-color: #FECA76;
}
</style>