Shades of Chardonnay #F9C47D
Tints of Chardonnay #F9C47D
RGB
CMYK
RGB Variations
Color information
#F9C47D (or 0xF9C47D) is known color: Chardonnay. HEX triplet: F9, C4 and 7D. RGB value is (249,196,125). Sum of RGB (Red+Green+Blue) = 249+196+125=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C47D is #063B82. Grayscale: #CCCCCC. Windows color (decimal): -408451 or 8242425. OLE color: 8242425.
HSL color Cylindrical-coordinate representation of color #F9C47D: hue angle of 34.35º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9C47D is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 196 | 125 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.02 |
| HSL | 34.35º | 0.91% | 0.73% | - |
| HSV(B) | 34.35º | 0.5% | 0.98% | - |
| XYZ | 62.51 | 61.1 | 27.9 | - |
| YUV | 203.75 | 83.56 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 196 | 125 | 0 | 0.21 | 0.50 | 0.02 | 34.35 | 0.91 | 0.73 |
| Hex | F9 | C4 | 7D | 0 | 15 | 32 | 2 | 22 | 5B | 49 |
| Octal | 371 | 304 | 175 | 0 | 25 | 62 | 2 | 42 | 133 | 111 |
| Binary | 11111001 | 11000100 | 1111101 | 0 | 10101 | 110010 | 10 | 100010 | 1011011 | 1001001 |
Color Harmonies of #F9C47D
Complementary color
Monochromatic Colors of #F9C47D
Black with #F9C47D
Text Example
Text Example
White with #F9C47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C47D; }
p { color: rgb(249,196,125); }
H1.HeaderClassName
{
color: #F9C47D;
}
.AnyTagClassName
{
color: #F9C47D;
}
</style>
background-color css
<style>
a { background-color: #F9C47D; }
a { background-color: rgb(249,196,125); }
div.DivClassName
{
background-color: #F9C47D;
}
.BgClassName
{
background-color: #F9C47D;
}
</style>
border-color css
<style>
span { border-color: #F9C47D; }
span { border-color: rgb(249,196,125); }
td.TdClassName
{
border-color: #F9C47D;
}
.TagClassName
{
border-color: #F9C47D;
}
</style>