Shades of Chardonnay #FEC470
Tints of Chardonnay #FEC470
RGB
CMYK
RGB Variations
Color information
#FEC470 (or 0xFEC470) is known color: Chardonnay. HEX triplet: FE, C4 and 70. RGB value is (254,196,112). Sum of RGB (Red+Green+Blue) = 254+196+112=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 112 (44.14% from 255 or 19.93% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC470 is #013B8F. Grayscale: #CCCCCC. Windows color (decimal): -80784 or 7390462. OLE color: 7390462.
HSL color Cylindrical-coordinate representation of color #FEC470: hue angle of 35.49º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEC470 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 112 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.00 |
| HSL | 35.49º | 0.99% | 0.72% | - |
| HSV(B) | 35.49º | 0.56% | 1% | - |
| XYZ | 63.54 | 61.72 | 23.89 | - |
| YUV | 203.77 | 76.22 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 112 | 0 | 0.23 | 0.56 | 0.00 | 35.49 | 0.99 | 0.72 |
| Hex | FE | C4 | 70 | 0 | 17 | 38 | 0 | 23 | 63 | 48 |
| Octal | 376 | 304 | 160 | 0 | 27 | 70 | 0 | 43 | 143 | 110 |
| Binary | 11111110 | 11000100 | 1110000 | 0 | 10111 | 111000 | 0 | 100011 | 1100011 | 1001000 |
Color Harmonies of #FEC470
Complementary color
Monochromatic Colors of #FEC470
Black with #FEC470
Text Example
Text Example
White with #FEC470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC470; }
p { color: rgb(254,196,112); }
H1.HeaderClassName
{
color: #FEC470;
}
.AnyTagClassName
{
color: #FEC470;
}
</style>
background-color css
<style>
a { background-color: #FEC470; }
a { background-color: rgb(254,196,112); }
div.DivClassName
{
background-color: #FEC470;
}
.BgClassName
{
background-color: #FEC470;
}
</style>
border-color css
<style>
span { border-color: #FEC470; }
span { border-color: rgb(254,196,112); }
td.TdClassName
{
border-color: #FEC470;
}
.TagClassName
{
border-color: #FEC470;
}
</style>