Shades of Chardonnay #FECD7A
Tints of Chardonnay #FECD7A
RGB
CMYK
RGB Variations
Color information
#FECD7A (or 0xFECD7A) is known color: Chardonnay. HEX triplet: FE, CD and 7A. RGB value is (254,205,122). Sum of RGB (Red+Green+Blue) = 254+205+122=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 122 (48.05% from 255 or 21.00% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD7A is #013285. Grayscale: #D2D2D2. Windows color (decimal): -78470 or 8048126. OLE color: 8048126.
HSL color Cylindrical-coordinate representation of color #FECD7A: hue angle of 37.73º 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 #FECD7A is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 122 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.00 |
| HSL | 37.73º | 0.99% | 0.74% | - |
| HSV(B) | 37.73º | 0.52% | 1% | - |
| XYZ | 66.22 | 66.14 | 27.69 | - |
| YUV | 210.19 | 78.23 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 122 | 0 | 0.19 | 0.52 | 0.00 | 37.73 | 0.99 | 0.74 |
| Hex | FE | CD | 7A | 0 | 13 | 34 | 0 | 26 | 63 | 4A |
| Octal | 376 | 315 | 172 | 0 | 23 | 64 | 0 | 46 | 143 | 112 |
| Binary | 11111110 | 11001101 | 1111010 | 0 | 10011 | 110100 | 0 | 100110 | 1100011 | 1001010 |
Color Harmonies of #FECD7A
Complementary color
Monochromatic Colors of #FECD7A
Black with #FECD7A
Text Example
Text Example
White with #FECD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD7A; }
p { color: rgb(254,205,122); }
H1.HeaderClassName
{
color: #FECD7A;
}
.AnyTagClassName
{
color: #FECD7A;
}
</style>
background-color css
<style>
a { background-color: #FECD7A; }
a { background-color: rgb(254,205,122); }
div.DivClassName
{
background-color: #FECD7A;
}
.BgClassName
{
background-color: #FECD7A;
}
</style>
border-color css
<style>
span { border-color: #FECD7A; }
span { border-color: rgb(254,205,122); }
td.TdClassName
{
border-color: #FECD7A;
}
.TagClassName
{
border-color: #FECD7A;
}
</style>