Shades of Chardonnay #FEC378
Tints of Chardonnay #FEC378
RGB
CMYK
RGB Variations
Color information
#FEC378 (or 0xFEC378) is known color: Chardonnay. HEX triplet: FE, C3 and 78. RGB value is (254,195,120). Sum of RGB (Red+Green+Blue) = 254+195+120=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 120 (47.27% from 255 or 21.09% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC378 is #013C87. Grayscale: #CCCCCC. Windows color (decimal): -81032 or 7914494. OLE color: 7914494.
HSL color Cylindrical-coordinate representation of color #FEC378: hue angle of 33.58º 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 #FEC378 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 120 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.00 |
| HSL | 33.58º | 0.99% | 0.73% | - |
| HSV(B) | 33.58º | 0.53% | 1% | - |
| XYZ | 63.78 | 61.46 | 26.27 | - |
| YUV | 204.09 | 80.55 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 120 | 0 | 0.23 | 0.53 | 0.00 | 33.58 | 0.99 | 0.73 |
| Hex | FE | C3 | 78 | 0 | 17 | 35 | 0 | 22 | 63 | 49 |
| Octal | 376 | 303 | 170 | 0 | 27 | 65 | 0 | 42 | 143 | 111 |
| Binary | 11111110 | 11000011 | 1111000 | 0 | 10111 | 110101 | 0 | 100010 | 1100011 | 1001001 |
Color Harmonies of #FEC378
Complementary color
Monochromatic Colors of #FEC378
Black with #FEC378
Text Example
Text Example
White with #FEC378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC378; }
p { color: rgb(254,195,120); }
H1.HeaderClassName
{
color: #FEC378;
}
.AnyTagClassName
{
color: #FEC378;
}
</style>
background-color css
<style>
a { background-color: #FEC378; }
a { background-color: rgb(254,195,120); }
div.DivClassName
{
background-color: #FEC378;
}
.BgClassName
{
background-color: #FEC378;
}
</style>
border-color css
<style>
span { border-color: #FEC378; }
span { border-color: rgb(254,195,120); }
td.TdClassName
{
border-color: #FEC378;
}
.TagClassName
{
border-color: #FEC378;
}
</style>