Shades of Chardonnay #FAC280
Tints of Chardonnay #FAC280
RGB
CMYK
RGB Variations
Color information
#FAC280 (or 0xFAC280) is known color: Chardonnay. HEX triplet: FA, C2 and 80. RGB value is (250,194,128). Sum of RGB (Red+Green+Blue) = 250+194+128=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 128 (50.39% from 255 or 22.38% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC280 is #053D7F. Grayscale: #CBCBCB. Windows color (decimal): -343424 or 8438522. OLE color: 8438522.
HSL color Cylindrical-coordinate representation of color #FAC280: hue angle of 32.46º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAC280 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 128 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.02 |
| HSL | 32.46º | 0.92% | 0.74% | - |
| HSV(B) | 32.46º | 0.49% | 0.98% | - |
| XYZ | 62.61 | 60.47 | 28.79 | - |
| YUV | 203.22 | 85.55 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 128 | 0 | 0.22 | 0.49 | 0.02 | 32.46 | 0.92 | 0.74 |
| Hex | FA | C2 | 80 | 0 | 16 | 31 | 2 | 20 | 5C | 4A |
| Octal | 372 | 302 | 200 | 0 | 26 | 61 | 2 | 40 | 134 | 112 |
| Binary | 11111010 | 11000010 | 10000000 | 0 | 10110 | 110001 | 10 | 100000 | 1011100 | 1001010 |
Color Harmonies of #FAC280
Complementary color
Monochromatic Colors of #FAC280
Black with #FAC280
Text Example
Text Example
White with #FAC280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC280; }
p { color: rgb(250,194,128); }
H1.HeaderClassName
{
color: #FAC280;
}
.AnyTagClassName
{
color: #FAC280;
}
</style>
background-color css
<style>
a { background-color: #FAC280; }
a { background-color: rgb(250,194,128); }
div.DivClassName
{
background-color: #FAC280;
}
.BgClassName
{
background-color: #FAC280;
}
</style>
border-color css
<style>
span { border-color: #FAC280; }
span { border-color: rgb(250,194,128); }
td.TdClassName
{
border-color: #FAC280;
}
.TagClassName
{
border-color: #FAC280;
}
</style>