Shades of Chardonnay #FAC26D
Tints of Chardonnay #FAC26D
RGB
CMYK
RGB Variations
Color information
#FAC26D (or 0xFAC26D) is known color: Chardonnay. HEX triplet: FA, C2 and 6D. RGB value is (250,194,109). Sum of RGB (Red+Green+Blue) = 250+194+109=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 109 (42.97% from 255 or 19.71% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC26D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC26D is #053D92. Grayscale: #C9C9C9. Windows color (decimal): -343443 or 7193338. OLE color: 7193338.
HSL color Cylindrical-coordinate representation of color #FAC26D: hue angle of 36.17º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAC26D is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 109 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.02 |
| HSL | 36.17º | 0.93% | 0.7% | - |
| HSV(B) | 36.17º | 0.56% | 0.98% | - |
| XYZ | 61.48 | 60.01 | 22.81 | - |
| YUV | 201.05 | 76.05 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 109 | 0 | 0.22 | 0.56 | 0.02 | 36.17 | 0.93 | 0.7 |
| Hex | FA | C2 | 6D | 0 | 16 | 38 | 2 | 24 | 5D | 46 |
| Octal | 372 | 302 | 155 | 0 | 26 | 70 | 2 | 44 | 135 | 106 |
| Binary | 11111010 | 11000010 | 1101101 | 0 | 10110 | 111000 | 10 | 100100 | 1011101 | 1000110 |
Color Harmonies of #FAC26D
Complementary color
Monochromatic Colors of #FAC26D
Black with #FAC26D
Text Example
Text Example
White with #FAC26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC26D; }
p { color: rgb(250,194,109); }
H1.HeaderClassName
{
color: #FAC26D;
}
.AnyTagClassName
{
color: #FAC26D;
}
</style>
background-color css
<style>
a { background-color: #FAC26D; }
a { background-color: rgb(250,194,109); }
div.DivClassName
{
background-color: #FAC26D;
}
.BgClassName
{
background-color: #FAC26D;
}
</style>
border-color css
<style>
span { border-color: #FAC26D; }
span { border-color: rgb(250,194,109); }
td.TdClassName
{
border-color: #FAC26D;
}
.TagClassName
{
border-color: #FAC26D;
}
</style>