Shades of Chardonnay #FEC381
Tints of Chardonnay #FEC381
RGB
CMYK
RGB Variations
Color information
#FEC381 (or 0xFEC381) is known color: Chardonnay. HEX triplet: FE, C3 and 81. RGB value is (254,195,129). Sum of RGB (Red+Green+Blue) = 254+195+129=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 195 (76.56% from 255 or 33.74% from 578); Blue value is 129 (50.78% from 255 or 22.32% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC381 is #013C7E. Grayscale: #CDCDCD. Windows color (decimal): -81023 or 8504318. OLE color: 8504318.
HSL color Cylindrical-coordinate representation of color #FEC381: hue angle of 31.68º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FEC381 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 129 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.00 |
| HSL | 31.68º | 0.98% | 0.75% | - |
| HSV(B) | 31.68º | 0.49% | 1% | - |
| XYZ | 64.35 | 61.69 | 29.28 | - |
| YUV | 205.12 | 85.05 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 129 | 0 | 0.23 | 0.49 | 0.00 | 31.68 | 0.98 | 0.75 |
| Hex | FE | C3 | 81 | 0 | 17 | 31 | 0 | 20 | 62 | 4B |
| Octal | 376 | 303 | 201 | 0 | 27 | 61 | 0 | 40 | 142 | 113 |
| Binary | 11111110 | 11000011 | 10000001 | 0 | 10111 | 110001 | 0 | 100000 | 1100010 | 1001011 |
Color Harmonies of #FEC381
Complementary color
Monochromatic Colors of #FEC381
Black with #FEC381
Text Example
Text Example
White with #FEC381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC381; }
p { color: rgb(254,195,129); }
H1.HeaderClassName
{
color: #FEC381;
}
.AnyTagClassName
{
color: #FEC381;
}
</style>
background-color css
<style>
a { background-color: #FEC381; }
a { background-color: rgb(254,195,129); }
div.DivClassName
{
background-color: #FEC381;
}
.BgClassName
{
background-color: #FEC381;
}
</style>
border-color css
<style>
span { border-color: #FEC381; }
span { border-color: rgb(254,195,129); }
td.TdClassName
{
border-color: #FEC381;
}
.TagClassName
{
border-color: #FEC381;
}
</style>