Shades of Chardonnay #FEC572
Tints of Chardonnay #FEC572
RGB
CMYK
RGB Variations
Color information
#FEC572 (or 0xFEC572) is known color: Chardonnay. HEX triplet: FE, C5 and 72. RGB value is (254,197,114). Sum of RGB (Red+Green+Blue) = 254+197+114=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 114 (44.92% from 255 or 20.18% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC572 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC572 is #013A8D. Grayscale: #CCCCCC. Windows color (decimal): -80526 or 7521790. OLE color: 7521790.
HSL color Cylindrical-coordinate representation of color #FEC572: hue angle of 35.57º 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 #FEC572 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 114 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.00 |
| HSL | 35.57º | 0.99% | 0.72% | - |
| HSV(B) | 35.57º | 0.55% | 1% | - |
| XYZ | 63.88 | 62.22 | 24.56 | - |
| YUV | 204.58 | 76.88 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 114 | 0 | 0.22 | 0.55 | 0.00 | 35.57 | 0.99 | 0.72 |
| Hex | FE | C5 | 72 | 0 | 16 | 37 | 0 | 24 | 63 | 48 |
| Octal | 376 | 305 | 162 | 0 | 26 | 67 | 0 | 44 | 143 | 110 |
| Binary | 11111110 | 11000101 | 1110010 | 0 | 10110 | 110111 | 0 | 100100 | 1100011 | 1001000 |
Color Harmonies of #FEC572
Complementary color
Monochromatic Colors of #FEC572
Black with #FEC572
Text Example
Text Example
White with #FEC572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC572; }
p { color: rgb(254,197,114); }
H1.HeaderClassName
{
color: #FEC572;
}
.AnyTagClassName
{
color: #FEC572;
}
</style>
background-color css
<style>
a { background-color: #FEC572; }
a { background-color: rgb(254,197,114); }
div.DivClassName
{
background-color: #FEC572;
}
.BgClassName
{
background-color: #FEC572;
}
</style>
border-color css
<style>
span { border-color: #FEC572; }
span { border-color: rgb(254,197,114); }
td.TdClassName
{
border-color: #FEC572;
}
.TagClassName
{
border-color: #FEC572;
}
</style>