Shades of Chardonnay #FEC874
Tints of Chardonnay #FEC874
RGB
CMYK
RGB Variations
Color information
#FEC874 (or 0xFEC874) is known color: Chardonnay. HEX triplet: FE, C8 and 74. RGB value is (254,200,116). Sum of RGB (Red+Green+Blue) = 254+200+116=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 116 (45.70% from 255 or 20.35% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC874 is #01378B. Grayscale: #CECECE. Windows color (decimal): -79756 or 7653630. OLE color: 7653630.
HSL color Cylindrical-coordinate representation of color #FEC874: hue angle of 36.52º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEC874 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 116 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.00 |
| HSL | 36.52º | 0.99% | 0.73% | - |
| HSV(B) | 36.52º | 0.54% | 1% | - |
| XYZ | 64.68 | 63.64 | 25.4 | - |
| YUV | 206.57 | 76.89 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 116 | 0 | 0.21 | 0.54 | 0.00 | 36.52 | 0.99 | 0.73 |
| Hex | FE | C8 | 74 | 0 | 15 | 36 | 0 | 25 | 63 | 49 |
| Octal | 376 | 310 | 164 | 0 | 25 | 66 | 0 | 45 | 143 | 111 |
| Binary | 11111110 | 11001000 | 1110100 | 0 | 10101 | 110110 | 0 | 100101 | 1100011 | 1001001 |
Color Harmonies of #FEC874
Complementary color
Monochromatic Colors of #FEC874
Black with #FEC874
Text Example
Text Example
White with #FEC874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC874; }
p { color: rgb(254,200,116); }
H1.HeaderClassName
{
color: #FEC874;
}
.AnyTagClassName
{
color: #FEC874;
}
</style>
background-color css
<style>
a { background-color: #FEC874; }
a { background-color: rgb(254,200,116); }
div.DivClassName
{
background-color: #FEC874;
}
.BgClassName
{
background-color: #FEC874;
}
</style>
border-color css
<style>
span { border-color: #FEC874; }
span { border-color: rgb(254,200,116); }
td.TdClassName
{
border-color: #FEC874;
}
.TagClassName
{
border-color: #FEC874;
}
</style>