Shades of Chardonnay #FAC680
Tints of Chardonnay #FAC680
RGB
CMYK
RGB Variations
Color information
#FAC680 (or 0xFAC680) is known color: Chardonnay. HEX triplet: FA, C6 and 80. RGB value is (250,198,128). Sum of RGB (Red+Green+Blue) = 250+198+128=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 128 (50.39% from 255 or 22.22% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC680 is #05397F. Grayscale: #CDCDCD. Windows color (decimal): -342400 or 8439546. OLE color: 8439546.
HSL color Cylindrical-coordinate representation of color #FAC680: hue angle of 34.43º 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 #FAC680 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 128 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.02 |
| HSL | 34.43º | 0.92% | 0.74% | - |
| HSV(B) | 34.43º | 0.49% | 0.98% | - |
| XYZ | 63.51 | 62.27 | 29.09 | - |
| YUV | 205.57 | 84.23 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 128 | 0 | 0.21 | 0.49 | 0.02 | 34.43 | 0.92 | 0.74 |
| Hex | FA | C6 | 80 | 0 | 15 | 31 | 2 | 22 | 5C | 4A |
| Octal | 372 | 306 | 200 | 0 | 25 | 61 | 2 | 42 | 134 | 112 |
| Binary | 11111010 | 11000110 | 10000000 | 0 | 10101 | 110001 | 10 | 100010 | 1011100 | 1001010 |
Color Harmonies of #FAC680
Complementary color
Monochromatic Colors of #FAC680
Black with #FAC680
Text Example
Text Example
White with #FAC680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC680; }
p { color: rgb(250,198,128); }
H1.HeaderClassName
{
color: #FAC680;
}
.AnyTagClassName
{
color: #FAC680;
}
</style>
background-color css
<style>
a { background-color: #FAC680; }
a { background-color: rgb(250,198,128); }
div.DivClassName
{
background-color: #FAC680;
}
.BgClassName
{
background-color: #FAC680;
}
</style>
border-color css
<style>
span { border-color: #FAC680; }
span { border-color: rgb(250,198,128); }
td.TdClassName
{
border-color: #FAC680;
}
.TagClassName
{
border-color: #FAC680;
}
</style>