Shades of Chardonnay #FEC073
Tints of Chardonnay #FEC073
RGB
CMYK
RGB Variations
Color information
#FEC073 (or 0xFEC073) is known color: Chardonnay. HEX triplet: FE, C0 and 73. RGB value is (254,192,115). Sum of RGB (Red+Green+Blue) = 254+192+115=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC073 is #013F8C. Grayscale: #CACACA. Windows color (decimal): -81805 or 7586046. OLE color: 7586046.
HSL color Cylindrical-coordinate representation of color #FEC073: hue angle of 33.24º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FEC073 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 115 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.00 |
| HSL | 33.24º | 0.99% | 0.72% | - |
| HSV(B) | 33.24º | 0.55% | 1% | - |
| XYZ | 62.82 | 60.01 | 24.49 | - |
| YUV | 201.76 | 79.04 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 115 | 0 | 0.24 | 0.55 | 0.00 | 33.24 | 0.99 | 0.72 |
| Hex | FE | C0 | 73 | 0 | 18 | 37 | 0 | 21 | 63 | 48 |
| Octal | 376 | 300 | 163 | 0 | 30 | 67 | 0 | 41 | 143 | 110 |
| Binary | 11111110 | 11000000 | 1110011 | 0 | 11000 | 110111 | 0 | 100001 | 1100011 | 1001000 |
Color Harmonies of #FEC073
Complementary color
Monochromatic Colors of #FEC073
Black with #FEC073
Text Example
Text Example
White with #FEC073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC073; }
p { color: rgb(254,192,115); }
H1.HeaderClassName
{
color: #FEC073;
}
.AnyTagClassName
{
color: #FEC073;
}
</style>
background-color css
<style>
a { background-color: #FEC073; }
a { background-color: rgb(254,192,115); }
div.DivClassName
{
background-color: #FEC073;
}
.BgClassName
{
background-color: #FEC073;
}
</style>
border-color css
<style>
span { border-color: #FEC073; }
span { border-color: rgb(254,192,115); }
td.TdClassName
{
border-color: #FEC073;
}
.TagClassName
{
border-color: #FEC073;
}
</style>