Shades of Chardonnay #FECC7A
Tints of Chardonnay #FECC7A
RGB
CMYK
RGB Variations
Color information
#FECC7A (or 0xFECC7A) is known color: Chardonnay. HEX triplet: FE, CC and 7A. RGB value is (254,204,122). Sum of RGB (Red+Green+Blue) = 254+204+122=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 122 (48.05% from 255 or 21.03% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECC7A is #013385. Grayscale: #D1D1D1. Windows color (decimal): -78726 or 8047870. OLE color: 8047870.
HSL color Cylindrical-coordinate representation of color #FECC7A: hue angle of 37.27º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FECC7A is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 122 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.00 |
| HSL | 37.27º | 0.99% | 0.74% | - |
| HSV(B) | 37.27º | 0.52% | 1% | - |
| XYZ | 65.98 | 65.66 | 27.61 | - |
| YUV | 209.6 | 78.57 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 122 | 0 | 0.20 | 0.52 | 0.00 | 37.27 | 0.99 | 0.74 |
| Hex | FE | CC | 7A | 0 | 14 | 34 | 0 | 25 | 63 | 4A |
| Octal | 376 | 314 | 172 | 0 | 24 | 64 | 0 | 45 | 143 | 112 |
| Binary | 11111110 | 11001100 | 1111010 | 0 | 10100 | 110100 | 0 | 100101 | 1100011 | 1001010 |
Color Harmonies of #FECC7A
Complementary color
Monochromatic Colors of #FECC7A
Black with #FECC7A
Text Example
Text Example
White with #FECC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC7A; }
p { color: rgb(254,204,122); }
H1.HeaderClassName
{
color: #FECC7A;
}
.AnyTagClassName
{
color: #FECC7A;
}
</style>
background-color css
<style>
a { background-color: #FECC7A; }
a { background-color: rgb(254,204,122); }
div.DivClassName
{
background-color: #FECC7A;
}
.BgClassName
{
background-color: #FECC7A;
}
</style>
border-color css
<style>
span { border-color: #FECC7A; }
span { border-color: rgb(254,204,122); }
td.TdClassName
{
border-color: #FECC7A;
}
.TagClassName
{
border-color: #FECC7A;
}
</style>