Shades of Chardonnay #FDC074
Tints of Chardonnay #FDC074
RGB
CMYK
RGB Variations
Color information
#FDC074 (or 0xFDC074) is known color: Chardonnay. HEX triplet: FD, C0 and 74. RGB value is (253,192,116). Sum of RGB (Red+Green+Blue) = 253+192+116=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 116 (45.70% from 255 or 20.68% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC074 is #023F8B. Grayscale: #C9C9C9. Windows color (decimal): -147340 or 7651581. OLE color: 7651581.
HSL color Cylindrical-coordinate representation of color #FDC074: hue angle of 33.28º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDC074 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 116 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.01 |
| HSL | 33.28º | 0.97% | 0.72% | - |
| HSV(B) | 33.28º | 0.54% | 0.99% | - |
| XYZ | 62.51 | 59.84 | 24.78 | - |
| YUV | 201.58 | 79.71 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 116 | 0 | 0.24 | 0.54 | 0.01 | 33.28 | 0.97 | 0.72 |
| Hex | FD | C0 | 74 | 0 | 18 | 36 | 1 | 21 | 61 | 48 |
| Octal | 375 | 300 | 164 | 0 | 30 | 66 | 1 | 41 | 141 | 110 |
| Binary | 11111101 | 11000000 | 1110100 | 0 | 11000 | 110110 | 1 | 100001 | 1100001 | 1001000 |
Color Harmonies of #FDC074
Complementary color
Monochromatic Colors of #FDC074
Black with #FDC074
Text Example
Text Example
White with #FDC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC074; }
p { color: rgb(253,192,116); }
H1.HeaderClassName
{
color: #FDC074;
}
.AnyTagClassName
{
color: #FDC074;
}
</style>
background-color css
<style>
a { background-color: #FDC074; }
a { background-color: rgb(253,192,116); }
div.DivClassName
{
background-color: #FDC074;
}
.BgClassName
{
background-color: #FDC074;
}
</style>
border-color css
<style>
span { border-color: #FDC074; }
span { border-color: rgb(253,192,116); }
td.TdClassName
{
border-color: #FDC074;
}
.TagClassName
{
border-color: #FDC074;
}
</style>