Shades of Chardonnay #FEC17A
Tints of Chardonnay #FEC17A
RGB
CMYK
RGB Variations
Color information
#FEC17A (or 0xFEC17A) is known color: Chardonnay. HEX triplet: FE, C1 and 7A. RGB value is (254,193,122). Sum of RGB (Red+Green+Blue) = 254+193+122=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC17A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC17A is #013E85. Grayscale: #CBCBCB. Windows color (decimal): -81542 or 8045054. OLE color: 8045054.
HSL color Cylindrical-coordinate representation of color #FEC17A: hue angle of 32.27º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEC17A is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 122 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.00 |
| HSL | 32.27º | 0.99% | 0.74% | - |
| HSV(B) | 32.27º | 0.52% | 1% | - |
| XYZ | 63.46 | 60.62 | 26.77 | - |
| YUV | 203.15 | 82.21 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 122 | 0 | 0.24 | 0.52 | 0.00 | 32.27 | 0.99 | 0.74 |
| Hex | FE | C1 | 7A | 0 | 18 | 34 | 0 | 20 | 63 | 4A |
| Octal | 376 | 301 | 172 | 0 | 30 | 64 | 0 | 40 | 143 | 112 |
| Binary | 11111110 | 11000001 | 1111010 | 0 | 11000 | 110100 | 0 | 100000 | 1100011 | 1001010 |
Color Harmonies of #FEC17A
Complementary color
Monochromatic Colors of #FEC17A
Black with #FEC17A
Text Example
Text Example
White with #FEC17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC17A; }
p { color: rgb(254,193,122); }
H1.HeaderClassName
{
color: #FEC17A;
}
.AnyTagClassName
{
color: #FEC17A;
}
</style>
background-color css
<style>
a { background-color: #FEC17A; }
a { background-color: rgb(254,193,122); }
div.DivClassName
{
background-color: #FEC17A;
}
.BgClassName
{
background-color: #FEC17A;
}
</style>
border-color css
<style>
span { border-color: #FEC17A; }
span { border-color: rgb(254,193,122); }
td.TdClassName
{
border-color: #FEC17A;
}
.TagClassName
{
border-color: #FEC17A;
}
</style>