Shades of Chardonnay #FEC170
Tints of Chardonnay #FEC170
RGB
CMYK
RGB Variations
Color information
#FEC170 (or 0xFEC170) is known color: Chardonnay. HEX triplet: FE, C1 and 70. RGB value is (254,193,112). Sum of RGB (Red+Green+Blue) = 254+193+112=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 112 (44.14% from 255 or 20.04% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC170 is #013E8F. Grayscale: #CACACA. Windows color (decimal): -81552 or 7389694. OLE color: 7389694.
HSL color Cylindrical-coordinate representation of color #FEC170: hue angle of 34.23º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEC170 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 112 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.00 |
| HSL | 34.23º | 0.99% | 0.72% | - |
| HSV(B) | 34.23º | 0.56% | 1% | - |
| XYZ | 62.87 | 60.38 | 23.67 | - |
| YUV | 202.01 | 77.21 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 112 | 0 | 0.24 | 0.56 | 0.00 | 34.23 | 0.99 | 0.72 |
| Hex | FE | C1 | 70 | 0 | 18 | 38 | 0 | 22 | 63 | 48 |
| Octal | 376 | 301 | 160 | 0 | 30 | 70 | 0 | 42 | 143 | 110 |
| Binary | 11111110 | 11000001 | 1110000 | 0 | 11000 | 111000 | 0 | 100010 | 1100011 | 1001000 |
Color Harmonies of #FEC170
Complementary color
Monochromatic Colors of #FEC170
Black with #FEC170
Text Example
Text Example
White with #FEC170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC170; }
p { color: rgb(254,193,112); }
H1.HeaderClassName
{
color: #FEC170;
}
.AnyTagClassName
{
color: #FEC170;
}
</style>
background-color css
<style>
a { background-color: #FEC170; }
a { background-color: rgb(254,193,112); }
div.DivClassName
{
background-color: #FEC170;
}
.BgClassName
{
background-color: #FEC170;
}
</style>
border-color css
<style>
span { border-color: #FEC170; }
span { border-color: rgb(254,193,112); }
td.TdClassName
{
border-color: #FEC170;
}
.TagClassName
{
border-color: #FEC170;
}
</style>