Shades of Chardonnay #FDC073
Tints of Chardonnay #FDC073
RGB
CMYK
RGB Variations
Color information
#FDC073 (or 0xFDC073) is known color: Chardonnay. HEX triplet: FD, C0 and 73. RGB value is (253,192,115). Sum of RGB (Red+Green+Blue) = 253+192+115=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 115 (45.31% from 255 or 20.54% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC073 is #023F8C. Grayscale: #C9C9C9. Windows color (decimal): -147341 or 7586045. OLE color: 7586045.
HSL color Cylindrical-coordinate representation of color #FDC073: hue angle of 33.48º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDC073 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 115 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.01 |
| HSL | 33.48º | 0.97% | 0.72% | - |
| HSV(B) | 33.48º | 0.55% | 0.99% | - |
| XYZ | 62.45 | 59.82 | 24.47 | - |
| YUV | 201.46 | 79.21 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 115 | 0 | 0.24 | 0.55 | 0.01 | 33.48 | 0.97 | 0.72 |
| Hex | FD | C0 | 73 | 0 | 18 | 37 | 1 | 21 | 61 | 48 |
| Octal | 375 | 300 | 163 | 0 | 30 | 67 | 1 | 41 | 141 | 110 |
| Binary | 11111101 | 11000000 | 1110011 | 0 | 11000 | 110111 | 1 | 100001 | 1100001 | 1001000 |
Color Harmonies of #FDC073
Complementary color
Monochromatic Colors of #FDC073
Black with #FDC073
Text Example
Text Example
White with #FDC073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC073; }
p { color: rgb(253,192,115); }
H1.HeaderClassName
{
color: #FDC073;
}
.AnyTagClassName
{
color: #FDC073;
}
</style>
background-color css
<style>
a { background-color: #FDC073; }
a { background-color: rgb(253,192,115); }
div.DivClassName
{
background-color: #FDC073;
}
.BgClassName
{
background-color: #FDC073;
}
</style>
border-color css
<style>
span { border-color: #FDC073; }
span { border-color: rgb(253,192,115); }
td.TdClassName
{
border-color: #FDC073;
}
.TagClassName
{
border-color: #FDC073;
}
</style>