Shades of Chardonnay #FEC975
Tints of Chardonnay #FEC975
RGB
CMYK
RGB Variations
Color information
#FEC975 (or 0xFEC975) is known color: Chardonnay. HEX triplet: FE, C9 and 75. RGB value is (254,201,117). Sum of RGB (Red+Green+Blue) = 254+201+117=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 117 (46.09% from 255 or 20.45% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC975 is #01368A. Grayscale: #CFCFCF. Windows color (decimal): -79499 or 7719422. OLE color: 7719422.
HSL color Cylindrical-coordinate representation of color #FEC975: hue angle of 36.79º 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 #FEC975 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 117 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.00 |
| HSL | 36.79º | 0.99% | 0.73% | - |
| HSV(B) | 36.79º | 0.54% | 1% | - |
| XYZ | 64.97 | 64.13 | 25.78 | - |
| YUV | 207.27 | 77.06 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 117 | 0 | 0.21 | 0.54 | 0.00 | 36.79 | 0.99 | 0.73 |
| Hex | FE | C9 | 75 | 0 | 15 | 36 | 0 | 25 | 63 | 49 |
| Octal | 376 | 311 | 165 | 0 | 25 | 66 | 0 | 45 | 143 | 111 |
| Binary | 11111110 | 11001001 | 1110101 | 0 | 10101 | 110110 | 0 | 100101 | 1100011 | 1001001 |
Color Harmonies of #FEC975
Complementary color
Monochromatic Colors of #FEC975
Black with #FEC975
Text Example
Text Example
White with #FEC975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC975; }
p { color: rgb(254,201,117); }
H1.HeaderClassName
{
color: #FEC975;
}
.AnyTagClassName
{
color: #FEC975;
}
</style>
background-color css
<style>
a { background-color: #FEC975; }
a { background-color: rgb(254,201,117); }
div.DivClassName
{
background-color: #FEC975;
}
.BgClassName
{
background-color: #FEC975;
}
</style>
border-color css
<style>
span { border-color: #FEC975; }
span { border-color: rgb(254,201,117); }
td.TdClassName
{
border-color: #FEC975;
}
.TagClassName
{
border-color: #FEC975;
}
</style>