Shades of Chardonnay #FEC380
Tints of Chardonnay #FEC380
RGB
CMYK
RGB Variations
Color information
#FEC380 (or 0xFEC380) is known color: Chardonnay. HEX triplet: FE, C3 and 80. RGB value is (254,195,128). Sum of RGB (Red+Green+Blue) = 254+195+128=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 195 (76.56% from 255 or 33.80% from 577); Blue value is 128 (50.39% from 255 or 22.18% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC380 is #013C7F. Grayscale: #CDCDCD. Windows color (decimal): -81024 or 8438782. OLE color: 8438782.
HSL color Cylindrical-coordinate representation of color #FEC380: hue angle of 31.9º 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 #FEC380 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 128 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.00 |
| HSL | 31.9º | 0.98% | 0.75% | - |
| HSV(B) | 31.9º | 0.5% | 1% | - |
| XYZ | 64.28 | 61.66 | 28.94 | - |
| YUV | 205 | 84.55 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 128 | 0 | 0.23 | 0.50 | 0.00 | 31.9 | 0.98 | 0.75 |
| Hex | FE | C3 | 80 | 0 | 17 | 32 | 0 | 20 | 62 | 4B |
| Octal | 376 | 303 | 200 | 0 | 27 | 62 | 0 | 40 | 142 | 113 |
| Binary | 11111110 | 11000011 | 10000000 | 0 | 10111 | 110010 | 0 | 100000 | 1100010 | 1001011 |
Color Harmonies of #FEC380
Complementary color
Monochromatic Colors of #FEC380
Black with #FEC380
Text Example
Text Example
White with #FEC380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC380; }
p { color: rgb(254,195,128); }
H1.HeaderClassName
{
color: #FEC380;
}
.AnyTagClassName
{
color: #FEC380;
}
</style>
background-color css
<style>
a { background-color: #FEC380; }
a { background-color: rgb(254,195,128); }
div.DivClassName
{
background-color: #FEC380;
}
.BgClassName
{
background-color: #FEC380;
}
</style>
border-color css
<style>
span { border-color: #FEC380; }
span { border-color: rgb(254,195,128); }
td.TdClassName
{
border-color: #FEC380;
}
.TagClassName
{
border-color: #FEC380;
}
</style>