Shades of Chardonnay #FEC078
Tints of Chardonnay #FEC078
RGB
CMYK
RGB Variations
Color information
#FEC078 (or 0xFEC078) is known color: Chardonnay. HEX triplet: FE, C0 and 78. RGB value is (254,192,120). Sum of RGB (Red+Green+Blue) = 254+192+120=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 120 (47.27% from 255 or 21.20% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC078 is #013F87. Grayscale: #CACACA. Windows color (decimal): -81800 or 7913726. OLE color: 7913726.
HSL color Cylindrical-coordinate representation of color #FEC078: hue angle of 32.24º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FEC078 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 120 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.00 |
| HSL | 32.24º | 0.99% | 0.73% | - |
| HSV(B) | 32.24º | 0.53% | 1% | - |
| XYZ | 63.11 | 60.13 | 26.05 | - |
| YUV | 202.33 | 81.54 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 120 | 0 | 0.24 | 0.53 | 0.00 | 32.24 | 0.99 | 0.73 |
| Hex | FE | C0 | 78 | 0 | 18 | 35 | 0 | 20 | 63 | 49 |
| Octal | 376 | 300 | 170 | 0 | 30 | 65 | 0 | 40 | 143 | 111 |
| Binary | 11111110 | 11000000 | 1111000 | 0 | 11000 | 110101 | 0 | 100000 | 1100011 | 1001001 |
Color Harmonies of #FEC078
Complementary color
Monochromatic Colors of #FEC078
Black with #FEC078
Text Example
Text Example
White with #FEC078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC078; }
p { color: rgb(254,192,120); }
H1.HeaderClassName
{
color: #FEC078;
}
.AnyTagClassName
{
color: #FEC078;
}
</style>
background-color css
<style>
a { background-color: #FEC078; }
a { background-color: rgb(254,192,120); }
div.DivClassName
{
background-color: #FEC078;
}
.BgClassName
{
background-color: #FEC078;
}
</style>
border-color css
<style>
span { border-color: #FEC078; }
span { border-color: rgb(254,192,120); }
td.TdClassName
{
border-color: #FEC078;
}
.TagClassName
{
border-color: #FEC078;
}
</style>