Shades of Chardonnay #FEC075
Tints of Chardonnay #FEC075
RGB
CMYK
RGB Variations
Color information
#FEC075 (or 0xFEC075) is known color: Chardonnay. HEX triplet: FE, C0 and 75. RGB value is (254,192,117). Sum of RGB (Red+Green+Blue) = 254+192+117=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 117 (46.09% from 255 or 20.78% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC075 is #013F8A. Grayscale: #CACACA. Windows color (decimal): -81803 or 7717118. OLE color: 7717118.
HSL color Cylindrical-coordinate representation of color #FEC075: hue angle of 32.85º 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 #FEC075 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 117 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.00 |
| HSL | 32.85º | 0.99% | 0.73% | - |
| HSV(B) | 32.85º | 0.54% | 1% | - |
| XYZ | 62.93 | 60.05 | 25.1 | - |
| YUV | 201.99 | 80.04 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 117 | 0 | 0.24 | 0.54 | 0.00 | 32.85 | 0.99 | 0.73 |
| Hex | FE | C0 | 75 | 0 | 18 | 36 | 0 | 21 | 63 | 49 |
| Octal | 376 | 300 | 165 | 0 | 30 | 66 | 0 | 41 | 143 | 111 |
| Binary | 11111110 | 11000000 | 1110101 | 0 | 11000 | 110110 | 0 | 100001 | 1100011 | 1001001 |
Color Harmonies of #FEC075
Complementary color
Monochromatic Colors of #FEC075
Black with #FEC075
Text Example
Text Example
White with #FEC075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC075; }
p { color: rgb(254,192,117); }
H1.HeaderClassName
{
color: #FEC075;
}
.AnyTagClassName
{
color: #FEC075;
}
</style>
background-color css
<style>
a { background-color: #FEC075; }
a { background-color: rgb(254,192,117); }
div.DivClassName
{
background-color: #FEC075;
}
.BgClassName
{
background-color: #FEC075;
}
</style>
border-color css
<style>
span { border-color: #FEC075; }
span { border-color: rgb(254,192,117); }
td.TdClassName
{
border-color: #FEC075;
}
.TagClassName
{
border-color: #FEC075;
}
</style>