Shades of Chardonnay #FEC47B
Tints of Chardonnay #FEC47B
RGB
CMYK
RGB Variations
Color information
#FEC47B (or 0xFEC47B) is known color: Chardonnay. HEX triplet: FE, C4 and 7B. RGB value is (254,196,123). Sum of RGB (Red+Green+Blue) = 254+196+123=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 123 (48.44% from 255 or 21.47% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC47B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC47B is #013B84. Grayscale: #CDCDCD. Windows color (decimal): -80773 or 8111358. OLE color: 8111358.
HSL color Cylindrical-coordinate representation of color #FEC47B: hue angle of 33.44º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEC47B is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 123 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.00 |
| HSL | 33.44º | 0.98% | 0.74% | - |
| HSV(B) | 33.44º | 0.52% | 1% | - |
| XYZ | 64.19 | 61.98 | 27.32 | - |
| YUV | 205.02 | 81.72 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 123 | 0 | 0.23 | 0.52 | 0.00 | 33.44 | 0.98 | 0.74 |
| Hex | FE | C4 | 7B | 0 | 17 | 34 | 0 | 21 | 62 | 4A |
| Octal | 376 | 304 | 173 | 0 | 27 | 64 | 0 | 41 | 142 | 112 |
| Binary | 11111110 | 11000100 | 1111011 | 0 | 10111 | 110100 | 0 | 100001 | 1100010 | 1001010 |
Color Harmonies of #FEC47B
Complementary color
Monochromatic Colors of #FEC47B
Black with #FEC47B
Text Example
Text Example
White with #FEC47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC47B; }
p { color: rgb(254,196,123); }
H1.HeaderClassName
{
color: #FEC47B;
}
.AnyTagClassName
{
color: #FEC47B;
}
</style>
background-color css
<style>
a { background-color: #FEC47B; }
a { background-color: rgb(254,196,123); }
div.DivClassName
{
background-color: #FEC47B;
}
.BgClassName
{
background-color: #FEC47B;
}
</style>
border-color css
<style>
span { border-color: #FEC47B; }
span { border-color: rgb(254,196,123); }
td.TdClassName
{
border-color: #FEC47B;
}
.TagClassName
{
border-color: #FEC47B;
}
</style>